This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 28 Feb, 2008 1 commit
-
-
serge.aumont authored
***** make remind password impossible. So now a one time ticket table is created ***** ticket are sent by email as an authentication token. Ticket can be used ***** for lost password, create account, moderation request . It should be ***** generalized to all operation that need a email chalenge. ***** ***** sympa.pl --md5_encode_password change password encoding in the database using md5.So IT IS NOT REVERSIBLE, ***** so you should save the database (in a safe place to protect password) - new login method include now "last login from [HOST] at [date]" information message - new daily task to remove tickets older than 10d (task parameters in conf.pm): - purge_one_time_ticket_table_task default daily - one_time_ticket_table_ttl default 10d git-svn-id: https://subversion.renater.fr/sympa/trunk@4857 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Feb, 2008 1 commit
-
-
david.verdin authored
Fix: Upgrade process failed to spot version number due to new use of strict vars, and a character cas problem occured while parsing the database structure. git-svn-id: https://subversion.renater.fr/sympa/trunk@4855 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Oct, 2007 1 commit
-
-
olivier.salaun authored
Fixes for custom_attribute feature: renamed custom_attribute DB field to custom_attribute_subscriber ; change mysql DB field tpe to "text" ; now using eval to parse the XML data git-svn-id: https://subversion.renater.fr/sympa/trunk@4662 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Oct, 2007 1 commit
-
-
olivier.salaun authored
[#3235][requested by T.Berry, NASA]New feature: allow list owners and editors to set a visibility option. If set to 'conceal', the person is not listed in the list panel. This new option also applies to owner_include and editor_include parameters. git-svn-id: https://subversion.renater.fr/sympa/trunk@4657 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Oct, 2007 1 commit
-
-
olivier.salaun authored
This feature allows the use of per list custom user attributes. Once defined by the list owner, a form will be presented to new list members on the subscription web page. These custom attributes are either optional or mandatory. The list owner will then see the provided user information while taking the subscription decision. Custom attributes can later be viewed from the review page and editsubscriber page. Custom attributes are stored in a dedicated field of the subscriber_table DB table, as XML data. git-svn-id: https://subversion.renater.fr/sympa/trunk@4639 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Oct, 2007 1 commit
-
-
david.verdin authored
[#3305][Reported by M. Deranek, slonko.net] Upgrade would fail for SQLite databases due to a request containing a MySQL-specific assertion. The test of primary keys and indexes is sppressed for SQLite, due to the lack of a simple way to test tables columns in this RDBMS. git-svn-id: https://subversion.renater.fr/sympa/trunk@4631 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Aug, 2007 1 commit
-
-
olivier.salaun authored
Changes: added indexs on email column in both admin_table and subscriber_table. Also changed the order of column in CREATE INDEX directives. git-svn-id: https://subversion.renater.fr/sympa/trunk@4578 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Aug, 2007 1 commit
-
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4567 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Aug, 2007 1 commit
-
-
serge.aumont authored
More test and logs in SympaSession::store git-svn-id: https://subversion.renater.fr/sympa/trunk@4561 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Aug, 2007 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4553 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Aug, 2007 1 commit
-
-
serge.aumont authored
Introduction of http session in ordre to replace a lot of cookies, for better user interface and security. -new table session_table -new module SympaSession.pm -new features - from admin page set log level for the current session - from admin page list active sessions - from admin page change user email identity -new task to purge old sessions from table (inactive delay to remove session is set by the sympa.conf parameter session_expiration_period (defaul 1 month) -session start at first hit usually with an anonymous user. The session continue when the user logging. -cookie lang replaced by a session parameter -cookie sympa-user removed TODO : introduce user pref based obn session for review page length and archive thread/chrono view . Need to introduce a structure data varchar column in user_table git-svn-id: https://subversion.renater.fr/sympa/trunk@4550 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Aug, 2007 1 commit
-
-
olivier.salaun authored
[reported by C.Peck, William and Mary university]Fix: Upgrade process could make subscribers unsubscribeable. The subscribed_subscriber DB field was first set to 1 but then turned into 0 (because of an old enum2int problem). Changed the order of the upgrade processes. git-svn-id: https://subversion.renater.fr/sympa/trunk@4546 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Aug, 2007 1 commit
-
-
olivier.salaun authored
[reported by J.M.Martins de Cruz] Fix: incorrect Language::SetLang() calls while migrating create_list_templates and families to UTF-8 git-svn-id: https://subversion.renater.fr/sympa/trunk@4532 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Aug, 2007 1 commit
-
-
olivier.salaun authored
Change: merging any value of user_data_source to 'include2'. This change should help simplifying and optimizing the code. Later the user_data_source parameter could be removed. git-svn-id: https://subversion.renater.fr/sympa/trunk@4499 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Jun, 2007 1 commit
-
-
olivier.salaun authored
Change: now set List::use_db in Upgrade::Probe_db() and List::check_db_connect() to prevent "Sympa not setup for DBI" errors. git-svn-id: https://subversion.renater.fr/sympa/trunk@4469 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 May, 2007 1 commit
-
-
david.verdin authored
Avoiding subscriber vanishing when updating from older Sympa version. Modified version number control to be sure to include any version likely to have neither "included_subscriber" nor "subscribed_subscriber" set. git-svn-id: https://subversion.renater.fr/sympa/trunk@4417 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 May, 2007 1 commit
-
-
david.verdin authored
probe_db() now updates primary key only if it is not fair to its definition in Sympa. This prevents us from removing and recreating perfectly compliant primary keys anytime the function is called. git-svn-id: https://subversion.renater.fr/sympa/trunk@4411 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 May, 2007 3 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4397 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4396 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Fix: A problem between 5.0 MySQL (in test environment) and 4.1 MySQL (in production) : MySQL 4.1 doesn't support "WHERE" clauses in "SHOW" statements. git-svn-id: https://subversion.renater.fr/sympa/trunk@4391 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 May, 2007 1 commit
-
-
david.verdin authored
[Reported by T. Davis, Metaphor studios] Fix: Useless warnings regarding PRIMARY KEY and INDEX at upgrade no longer appear. [Reported by X. Moghrabi, Objectweb] Fix: Former indexes are removed if necessary to avoid double indexing of primary keys. git-svn-id: https://subversion.renater.fr/sympa/trunk@4389 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 May, 2007 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4383 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Apr, 2007 2 commits
-
-
olivier.salaun authored
[requested by S.Amrani, Gendarmerie Nationale] Change: probe_db() would previously alter DB field format if different from the expected format. Now accept fields with a size larger than expected. git-svn-id: https://subversion.renater.fr/sympa/trunk@4381 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[Reported by M. Gaudet, EHESS] Resolves encoding problems for lists' info files when upgrading from version 4.1.5 in lists where no 'filesystem_encoding' parameter was set. git-svn-id: https://subversion.renater.fr/sympa/trunk@4380 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Apr, 2007 1 commit
-
-
david.verdin authored
[deb#418836][Reported by O. Berger, INT] Fix: SHOW FIELDS failed while upgrading. Now removing the dbname part in the tables() return value. git-svn-id: https://subversion.renater.fr/sympa/trunk@4376 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Apr, 2007 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4235 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Feb, 2007 1 commit
-
-
olivier.salaun authored
Fix: replaced the '.date' extension of backup files with '@date' to prevent problems with scenario files. git-svn-id: https://subversion.renater.fr/sympa/trunk@4168 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Feb, 2007 2 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4164 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4160 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Feb, 2007 1 commit
-
-
olivier.salaun authored
filesystem_encoding parameter is no more supported. git-svn-id: https://subversion.renater.fr/sympa/trunk@4158 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Feb, 2007 1 commit
-
-
olivier.salaun authored
The script has been integrated into Upgrade.pm and has been extended to convert other configuration files git-svn-id: https://subversion.renater.fr/sympa/trunk@4152 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Dec, 2006 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4106 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Nov, 2006 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4043 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Nov, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3990 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Oct, 2006 1 commit
-
-
sympa-authors authored
- Encode::Guess now uses list lang - prevent problems with Encode (words) ; now using lower layer subroutine git-svn-id: https://subversion.renater.fr/sympa/trunk@3939 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Oct, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3936 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Sep, 2006 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3916 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-