[galette-commits] [GIT] galette/galette.git annotated tag, 0.7.1, created. 0.7.1

[ Thread Index | Date Index | More lists.galette.eu/commits Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "galette/galette.git".

The annotated tag, 0.7.1 has been created
        at  4aa2db81cea16cce646134e0603f8d0cbd4aaf6a (tag)
   tagging  da6b1bb81c0cf5f910d1dbae907cf3fd649397b7 (commit)
  replaces  0.7.0.2
 tagged by  Johan Cwiklinski
        on  Sat Oct 6 00:33:03 2012 +0200

- Log -----------------------------------------------------------------
0.7.1

Johan Cwiklinski (204):
      Merge branch 'release/0.7.0' into develop
      Merge branch 'hotfix/0.7.0.1' into develop
      Use imagecopyresampled instead of imagecopyresized for better results ; fixes #164
      Prevent blank desktop page on DateTime Exception
      No longer rely on plugin's directory name to build menu links ; fixes #203
      Add DEMO mode - fixes #205
      Add main ClassLoader class form Doctrine (bundled to avoid big dependencies)
      Autoloader configuration, remove Zend require no longer needed ; refs #206
      Fix an undefined index
      Download path after a CSV export was incorrect
      Migrate GaletteZendDb so it can be autoloaded ; refs #206
      Migrate I18n so it can be autoloaded ; refs #206
      Migrate Authentication and Login so it can be autoloaded ; refs #206
      Migrate Plugins so it can be autoloaded ; refs #206
      Migrate GaletteMail so it can be autoloaded ; refs #206
      Migrate Preferences so it can be autoloaded ; refs #206
      Migrate History and Pagination so they can be autoloaded ; refs #206
      Use GALETTE_ZEND_PATH for autoloader
      Migrate History and Pagination so they can be autoloaded ; refs #206
      Migrate Picture, Logo and PrintLogo so they can be autoloaded ; refs #206
      Migrate Mailing and MailingHistory so they can be autoloaded ; refs #206
      Fix various classes import ; refs #206
      Migrate Pdf and Csv so they can be autoloaded ; refs #206
      Migrate News so they can be autoloaded ; refs #206
      Migrate Password so it can be autoloaded ; refs #206
      Autoload ; refs #206
      Migrate Politeness so it can be autoloaded ; refs #206
      VarsList has moved to Galette\Filters\MembersList ; refs #206
      Migrate Texts so it can be autoloaded ; refs #206
      Migrate Adherent so it can be autoloaded ; refs #206
      Undefined index
      Undefined index, die after redirect header
      Migrate Required so it can be autoloaded ; refs #206
      Migrate Group and Groups ; refs #206
      Migrate Members to suit autoloader rules ; refs #206
      Migrate Status to suit autoloader rules ; refs #206
      Migrate ContributionsTypes to suit autoloader rules ; refs #206
      Migrate Contribution and Contributions to suit autoloader rules ; refs #206
      Migrate Transaction and Transactions to suit autoloader rules ; refs #206
      Migrate DynamicFields to suit autoloader rules ; refs #206
      Migrate FieldsConfig and FieldsCategories to suit autoloader rules ; refs #206
      Fix some imports and class calls ; refs #206
      Fix various namespaces issues ; refs #206
      Merge branch 'feature/autoloader' into develop
      Fix lib include path for plugins ; refs #206
      Improve handling and error message if filename or extension is invalid ; fixes #165
      Add Galette library files to tranlations ; refs #206
      Missing translations, refs #165 and refs #205
      Add local_ config files to ignore list
      Do not retrieve I18n object from session when in DEV mode
      Bump version
      Fix some namespaces issues ; refs #206
      Using php mail() function was in fact using sendmail ; fixes #215
      Undefined variable
      Add plugins managment link in config menu
      Reload plugins after activation/deactivation so the page is up to date ; fixes #210
      Fix filtering issues
      A few more filtering issues
      Fix a namespace issue
      Add group filtering, fixes #169
      Update PHPMailer to 5.2.1 ; fixes #216
      Check fr required PHP modules at install ; refs #172
      Check PHP version at install time ; refs #172
      Indent
      Coding standards
      Remove 0.6x specific file
      Fix a namespace issue on members removal
      Fix a filtering issue in attendence sheet
      Fix namespace issues
      Namespace issue ; fixes #223
      Fx a namespace issue when a member logs in
      Check if date settings are correct at install time ; refs #172
      Tips about file permissions should be displayed only if there are permissions issues ; refs #172
      Check Twitter and Google+ at install time ; refs #172
      Simple members should not see cards navigation
      Fix incorrect namespace
      Enregistrement dans les logs de galette des erreurs PHP ; refs #207
      Use global message display template
      Separate srict and deprecated errors ; no longer log useless smarty undifined index notices ; refs #207
      Undefined index on priorite_statut ; fixes #226
      Bad function name
      Improve html 2 text conversions on mails ; fixes #218
      Coding standards
      Make htaccess rules suitables for apache 2.4
      Fix a bad test
      Typos
      I18n
      Change date validation method to handle i18n formats
      I18n: dd/mm/yyyy -> yyyy-mm-dd
      Iternationalized date filters for contributions ; refs #161
      I18n
      Add a date picker on contributions list, contribution add and transaction add, relevant i18n ; refs #161
      Change date validation method to handle i18n formats (contributions and transactions) ; refs #161
      Implement new i18n date handler ; refs #161
      i18n cleanup
      Locally override disabled fields ; fixes #222
      Remove Smarty from bundled libs ; refs #162 and refs #238
      Required changes for Smarty3 ; refs #238
      Adapt autoloader for Smarty3 sysplugins ; refs #238
      Bad var name
      Missing entries in ignore list
      Cache is too much agressive :( refs #238
      Remove bundled libs from source repository ; fixes #162
      Better handle headers on picture display
      Syntax error in template
      Bad namespace
      Database will never be OK on __wakeup, if the picture does not exists as a file, we should not try to retrieve it from database
      Smarty3 no longer Javascript braces to be escaped
      Fix undefined variable
      Mut Smarty error seems to have no effect when called in constructor
      Add Klogger library (will be modified), for tests
      Add possible multiple log files
      Implement new logger configuration
      Remove PEAR and PEAR::Log
      Replace PEAR::Log constants with KLogger ones
      Check plugins compatibility version onload, to prevent old plugins to break Galette ; fixes #241
      Fix namespace issue on reordering contributions
      Transactions order was not displayed correctly
      Namespace issue
      Update TCPDF to latest release
      Missing data for dynamic fields ; fixes #261
      Declare namespace at top
      Bad namespace
      Ignoe tcpdf and Zend local libs
      Make PHP doc categories uniform
      Add system informations, fixes #257
      Check status unicity for staff statuses, fixes #177
      Change some fields size ; fixes #263
      Increase database required version, refs #263
      Add transactions's description ; fixes #255
      Link transaction from contribution ; refs #256
      Add link to transactions from contributions list ; fixes #256
      Change new password label ; fixes #252
      I18n, refs #252 #256
      Rename update scripts to suits install needs ; refs #263
      GnuPG values were not displayed ; fixes #277
      Inceorrect db version while installing from scratch ; fixes #282
      Typo, refs #282
      Update i18n
      Do not use the complete complex session path everywhere :)
      Inform user if a mailing already exists when creating a new one from members list ; fixes #276
      Translation issue with simple quotes, refs #276
      Search on names now includes in company names ; refs #286
      Display company name if present in members list ; fixes #286
      Improve installation pages display ; refs #235
      Coding standards
      No longer needeed rules, refs #235
      Fix some issues on ordering
      Typo
      Improve installation check step display ; fixes #235
      XML errors on twitter feed were not displayed properly
      Image has been forget ; refs #235
      Fix a namespace issue
      Logo was not displayed on install pages
      Add filter on company name ; fixes #286
      Change state of dues filtering ; fixes #269
      Replace tabs with spaces
      Some fields that should not be marked as required ; fixes #292, #293
      Merge branch 'hotfix/0.7.0.2' into develop
      Fix an issue regarding dynamic fields values display for contributions
      field_repeat should be integer, not boolean ; fixes #305
      oops, field_required has been modified instead of field_repeat! refs #305
      Namespace issue with logger
      Change default value for field_repeat that is not a boolean ; refs #305
      Bump version
      Missing namespace
      Status unicity check should exclude current user
      Add favicon to installation pages
      Only the first surname has its first letter uppercase in members list ; fixes #319
      Remove status from required fields, and add birth place; fixes #321
      Status unicity check systematically fail on new member; fixes #320
      I18n, refs #307
      Indent
      Wrong redirect informations; fixes #325
      Rename seemsUtf8 method to seemUtf8, fixes others typos as well; refs #307
      Incorrect step label in footer; refs #307
      Seem, not seems! fixes #307
      Remove language and politeness from required fields, refs #321
      Typo; fixes #326
      Missing namespace; fixes #324
      Bad default value causing filter errors; fixes #311
      Company name has now its own search field
      Typos; fixes #329
      Remove no longer needeed br in i18n; fixes #330
      Bad field name; fixes #331
      Missing namespace; fixes #295, and refs #340
      Pass _SESSION by reference for everything to be properly sotred ; fixes #294 and refs #339
      Fix globally missing KLogger namespace declaration
      Parent group id is returned as string with mysql ; fixes #296
      Missing default namespace
      Only staff or admins may change parent group; fixes #296
      Script was still using old objects; fixes #328
      Remove groups from member did not work anymore; fixes #350
      Missing namespace declaration
      A bit of log when picture deletion fails
      Cannot remove members which belong to a group; fixes #363
      Namespace issue, fixes #360
      Bad index on multivalued fields; fixes #364
      Dashboard display under IE8; fixes #354
      IE8 display improvements; refs #354
      New mailings were broken ; fix #356
      Issues on regenerating image from database
      Labels generation was not available when no member has mail address; fixes #372
      Merge branch 'release/0.7.1'

-----------------------------------------------------------------------


hooks/post-receive
--
galette/galette.git

-- 
-- 
Galette repositories commits - http://galette.tuxfamily.org


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/