文件管理包和Pyconbrasil的注册过程。

Products.PyConBrasil的Python项目详细描述


这个软件是为了管理文件和注册 巴西Python 会议。

但这并不意味着你不能用它来管理自己 会议!:o)

开始生产这个产品的动机来自于埃里科的坚持。 Andrei,在第二届Pythonbrasil(2006)的第一次筹备会议上, 他说我们应该用python来实现它并使它可用 所有在活动中登记的人。

他说得对…;-)

依赖关系

安装

建筑方式:

- Add the package to the eggs section on your buildout.cfg file::

    [buildout]
    ...
    eggs =
        ...
        Products.PyConBrasil

- Restart Zope

- In the ZMI, go to your Plone instance, and install the product using
  the portal_quickinstaller tool

作者

  • Jean Rodrigo Ferri - jeanrodrigoferri at yahoo dot com dot br
  • Dorneles Tremea - dorneles at x3ng dot com dot br
  • Erico Andrei - erico at simplesconsultoria dot com dot br

贡献者

  • Fabiano Weimar - xiru at xiru dot org
  • Rodrigo Senra - rsenra at acm dot org

2.4.1(2011-06-09)

  • Change the way we validate participantes in inscricaocorporativa [erico_andrei]

2.4(2011-06-06)

  • Change vocabularies in content types to z3 implementation [erico_andrei]
  • Updates profiles to populate vocabularies info to properties_tool [erico_andrei]
  • Change permissions for Treinamento and PalestraRelampago [erico_andrei]
  • Add upgrade profile [erico_andrei]

2.3.3-2009年11月12日

  • Fixed to save the image to a temporary buffer instead of using the .tostring() method, which does a completely different thing. And made sure to test the ‘thing’ this time… [deo]

2.3.2-2009年11月12日

  • Avoid import conflicts between Zope and PIL. [deo]

2.3.1-2009年11月12日

  • Fixed typo in the certificates generation logic. [deo]

2.3-2009年11月12日

  • Added external method to be used when generating the certificates. [deo]
  • Fixed missing scripts and permissions issues with palestra_workflow. [deo]
  • Added another template to inform the speaker about the acceptance status of his talk. [deo]

2.2-2009年7月20日

  • Fixed email confirmation (sent during transitions). [deo]
  • Hide metadata schemata for our content-types. [erico_andrei]
  • Fixed all mail templates to be SMH-compatible. [deo]
  • Hardened security on listing templates. [deo]

2.1-2009年7月9日

  • Fixed edit alias for Imprensa content-type. [erico_andrei]
  • Fixed portal status messages when calling inscricao_save. [deo]
  • Removed the old install method from the Extensions package. [deo]
  • Fixed alias/actions for all content-types. [deo]
  • Avoided calling five:registerPackage, as we use the Products namespace. [deo]
  • Added missing workflow scripts. [deo]
  • Added missing catalog indexes and metadata columns. [deo]
  • Added extra management mail templates. [deo]

2.0-2009年7月9日

  • Added a mail template to inform the speaker about the acceptance status of his talk. [deo]
  • Added a new registration type for speakers. [deo]
  • Updated the README.txt instructions. Added a HISTORY.txt file. [deo]
  • Removed unused skin directory: PyConBrasil_public. [deo]
  • Adds GenericSetup support. [erico_andrei]
  • Implemented Plone 3.x support. [erico_andrei]
  • Added missing content-providers to templates. [deo]

1.7-2008年8月4日

  • Updated data to PyConBrasil 2008. [erico_andrei]
  • Eggified product. [erico_andrei]

1.6-2007年6月11日

  • Updated data to PyConBrasil 2007. [erico_andrei]
  • Added a field for the kind od the registration. [deo]
  • Implemented basic support to allow payments from PagSeguro. [deo]
  • Added a new transition to mark registrations as paid. [deo]

1.0-2006年2月20日

  • Released initial version. [ferri]

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java类。getResource和ClassLoader。getSystemResource:有没有理由选择其中一个而不是另一个?   在Java中以编程方式粘贴后恢复剪贴板   Java字符串到日期没有时间   JavaSpring注释:@Component起作用,@Repository不起作用   java“addScript”在HSQL中是否有最大记录计数?   java如何将值从JDialog框返回到父JFrame?   java我的模块库的用户有没有办法访问尚未导出的类?   java javac:未找到命令   java如何解决jsoup错误:无法找到请求目标的有效证书路径   类中的java作用域变量   Java中集合实现中的arraylist add()方法不起作用   java如何使用while循环和从用户接收输入来近似Pi?   java Spring安全CSRF培训模式   在安卓系统中,如何通过在警报框外单击来限制用户?