This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 28 Jan, 2015 3 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11892 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11891 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11890 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Jan, 2015 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11889 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11888 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Jan, 2015 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11887 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] Supurious err message "Failed to parse XML data: Empty Stream" by showing subscription requests without custom attribute. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11886 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11885 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Jan, 2015 5 commits
-
-
sikeda authored
[bug][Reported by B. Eliassen] An option given to install(1) terminates installation. This utility at least of Solaris needs the space between "-m" and argument. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11884 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11883 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11882 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Use sympa.pl --health_check instead. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11881 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[change] Tracking: DSN and MDN are no longer stored into database table: They are stored into bounce directory by each list. Additionally, notifications may be shown in separate viewbounce page, instead of loading all notifications at the time of showing tracking index page. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11880 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Jan, 2015 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11879 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Database structure was changed: arrival_date_epoch_notification field was added. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11878 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[bug] Postfix: If tracking feature is enabled, distribution of messages will be denied when Envelope-Id is "10" to "99". Postfix (2.3 or later) clone of sendmail interprets -V option with two characters as -XV option and rejects it because argument is incorrect. Fixed by padding "0" to make length of envid at least eight. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11877 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Jan, 2015 1 commit
-
-
sikeda authored
And added a few translation strings. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11876 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Jan, 2015 2 commits
-
-
sikeda authored
[-dev] Reconnecting database properly when sympa.pl receives HUP signal or bulk.pl forks slave processes. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11875 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
And added description that SDM was obsoleted. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11874 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Jan, 2015 1 commit
-
-
sikeda authored
- SDM: reconnect_options if withdrawn. Instead, once connection for core database succeeded, it will be marked as "persistent", using Sympa::Database::set_persistent() method. - Sympa::DatabaseManager creates singleton instance of Sympa::Database class for core database which is connected to persistent connection. ToDo: Revoke SDM module. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11873 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Jan, 2015 8 commits
-
-
sikeda authored
- SDM::probe_db() was moved to Sympa::DatabaseManager::probe_db(). - SDM::data_structure_uptodate() was moved to Conf::data_structure_uptodate(). - Functions specific to database manager were moved from Databasedriver. - Removed functions never used. ToDo: Prevent direct access to $SDM::db_source. ToDo: Careful tests. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11872 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11871 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11870 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11869 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
[-change][-bug] Use font-awesome icon and fix responsive script, update said script to use jquery (TODO : move in sympa.js) git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11868 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
[-change] Add font-awesome icon set (license checked, OFL/MIT) and modernizr script to web externals git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11867 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] Moderation notice in info page of the list is hidden in a few seconds. Fixed by separating noticeMsg and ephemeralMsg classes. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11866 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11865 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Jan, 2015 4 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11864 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[bug] WWSympa: When TT2 parse error occurs and tt2_error.tt2 has error again, no content is sent and HTTP server will report error status (e.g. 503 with nginx). To prevent such situation, wrap PROCESS directives in this template with TRY...CATCH. The same measure is taken for crash.tt2. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11863 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] email box in login form occasionally hung out of navigation area. Fixed by forcing its width to be "100%". git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11862 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- Bulk suspending/unsubscribing feature was withdrawn for the present. - Added items to suspend/resume subscription to suboptions form. ToDo: Owner would be able to view suspension status in editsubscriber page. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11861 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Jan, 2015 5 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11860 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- jquery.jqplot was updated to jquery.jqplot.1.0.8r1250: Works with jquery 1.9 or later. - "deleted by admin" graph was not shown. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11859 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11858 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- lists.tt2 could not show lists. - info.tt2 did not show notice for pure editor (non-owner editor). - On lists.tt2 with selected topics (category), "All" link resets selection. - Restore stats menu item. - RSS menu is hidden by default. - Adding a few translation strings. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11857 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] WWSympa: Bugs on CSS color picker. pageCoords() got sum of client offset of all ancestors. Use getBoundingClientRect() instead. ToDo: This fix seems to work on Chrome, but not to work on IE11. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11856 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Jan, 2015 3 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11854 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11853 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- login_menu.tt2: Show roles by three criteria: listmaster, any of admin and subscriber. - If sso is used, password would not need to be changed. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11852 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-