aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [language_switch] vdigital2009-10-272-0/+0
| | | | | | | New: de_AT (Austrian) flag New: ir_IR (Persian) flag git-svn-id: http://piwigo.org/svn/trunk@4130 68402e56-0260-453c-a942-63ccdbb3a9ee
* avoid php warning in template when debug template option is activatedrvelices2009-10-201-9/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@4068 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove jquery.dimensions as they are already included in the standard jQuery ↵rvelices2009-10-202-120/+0
| | | | | | distribution git-svn-id: http://piwigo.org/svn/trunk@4067 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] Merge 4046 new: de.piwigo.org/forum / es.piwigo.org/forum are ↵ddtddt2009-10-154-2/+14
| | | | | | online, PHPWG_DOMAIN updated inside Piwigo. git-svn-id: http://piwigo.org/svn/trunk@4047 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4033 from branch 2.0 to trunkpatdenice2009-10-141-0/+21
| | | | | | Plugins upgrade now delete obsolete files from obsolete.list. git-svn-id: http://piwigo.org/svn/trunk@4034 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Piwigo] Bug 1189 fixed :Eric2009-10-111-0/+2
| | | | | | Adding {$NAVBAR} at top of users list. git-svn-id: http://piwigo.org/svn/trunk@4024 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4013 from branch 2.0 to trunkpatdenice2009-10-101-9/+0
| | | | | | bug 1079: don't save settings in database when restore default settings. git-svn-id: http://piwigo.org/svn/trunk@4014 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug fix 1185 : missing %s in admin vocabnikrou2009-10-107-7/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@4012 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Bug 1041] Switchable double/single password input with text or password ↵Eric2009-10-091-50/+50
| | | | | | | | type in admin using new $conf Coding guidelines improvement git-svn-id: http://piwigo.org/svn/trunk@4008 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4005 from branch 2.0 to trunkpatdenice2009-10-093-3/+3
| | | | | | | | bug 1187: set_magic_quote_runtime and get_magic_quote_gpc are depreciated and can produce notices from PHP 5.3. Add a @ to avoid this notices. This functions need to be removed with PHP 6 git-svn-id: http://piwigo.org/svn/trunk@4006 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 1079: re-refactoring of code ;-)patdenice2009-10-091-34/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@4003 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 1079: refactoring of codenikrou2009-10-091-57/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@4001 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Piwigo] Bug 1079 fixed : Return to default settings in user profile page.Eric2009-10-087-0/+80
| | | | | | (I don't really enjoy the code but it's the simplest way i've found) git-svn-id: http://piwigo.org/svn/trunk@3995 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1026 : update database structure (adding author_id)nikrou2009-10-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3979 68402e56-0260-453c-a942-63ccdbb3a9ee
* Simplification of commit 3951.patdenice2009-10-011-27/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@3953 68402e56-0260-453c-a942-63ccdbb3a9ee
* Allow to add prefilters, postfilters and output filters to templates.patdenice2009-10-011-22/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@3951 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3949 from branch 2.0 to trunkpatdenice2009-10-011-3/+9
| | | | | | | Purge compiled templates when activate or deactivate a plugin. Cf topic:16250 on french forum. git-svn-id: http://piwigo.org/svn/trunk@3950 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3937 from branch 2.0 to trunkrub2009-09-282-88/+101
| | | | | | | Bug 1176: Mail are not sent on Free sites Add text/plain like alternative content-type git-svn-id: http://piwigo.org/svn/trunk@3938 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Bug 1041] Switchable double/single password input with text or password ↵Eric2009-09-283-22/+59
| | | | | | type in admin using new $conf git-svn-id: http://piwigo.org/svn/trunk@3935 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3933 from branch 2.0 to trunkddtddt2009-09-281-2/+2
| | | | | | merge -c3924 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3934 68402e56-0260-453c-a942-63ccdbb3a9ee
* [language_switch] merge r3929 from branch 2.0 to trunkvdigital2009-09-281-0/+0
| | | | | | | New: pt_BR (Brasilian) flag git-svn-id: http://piwigo.org/svn/trunk@3930 68402e56-0260-453c-a942-63ccdbb3a9ee
* Improve template prefilter functionspatdenice2009-09-271-19/+45
| | | | git-svn-id: http://piwigo.org/svn/trunk@3928 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add Smarty's prefilter capability. see topic:16219 (FR).mathiasm2009-09-271-0/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@3927 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3925 from branch 2.0 to trunkrub2009-09-271-6/+0
| | | | | | | Bug 1176: Mail are not sent on Free sites "To: undisclosed-recipients: ;" are removed git-svn-id: http://piwigo.org/svn/trunk@3926 68402e56-0260-453c-a942-63ccdbb3a9ee
* update DE in trunkddtddt2009-09-201-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@3891 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3879 branche 2 to trunkddtddt2009-09-1910-0/+98
| | | | git-svn-id: http://piwigo.org/svn/trunk@3880 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3862 branche 2 to trunkddtddt2009-09-171-0/+30
| | | | git-svn-id: http://piwigo.org/svn/trunk@3863 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add PL add_index plugin to trunkddtddt2009-09-176-0/+114
| | | | git-svn-id: http://piwigo.org/svn/trunk@3856 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3854 br2 -> trunkddtddt2009-09-1711-0/+156
| | | | git-svn-id: http://piwigo.org/svn/trunk@3855 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3850 from branch 2.0 to trunkriopwg2009-09-152-0/+31
| | | | | | | Update lang IT git-svn-id: http://piwigo.org/svn/trunk@3851 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3847-3848 branch2 -> trunkddtddt2009-09-1415-0/+189
| | | | git-svn-id: http://piwigo.org/svn/trunk@3849 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3822 from branch 2.0 to trunkpatdenice2009-09-051-20/+5
| | | | | | Update pclzip to 2.8.1 (PHP 5.3 compatibility) git-svn-id: http://piwigo.org/svn/trunk@3823 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1145: Mails are sent in doublerub2009-08-262-4/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3798 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update lang ITriopwg2009-08-231-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3784 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3765 from branch 2.0 to trunkplegall2009-08-201-2/+2
| | | | | | | | bug 895: r3714 had replaced the "open in a new tab" (introduced in r3381 for feature:1020)) into a "open in the same", but it is important to keep the window with newsletter subscription links opened. git-svn-id: http://piwigo.org/svn/trunk@3768 68402e56-0260-453c-a942-63ccdbb3a9ee
* Restore last changes and Update lang ITriopwg2009-08-201-18/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@3763 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix html for svn:3751 - Unclosed monotagsnikrou2009-08-192-70/+68
| | | | git-svn-id: http://piwigo.org/svn/trunk@3752 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1041 fixed : manual user adding in admin's user management panelEric2009-08-1810-217/+271
| | | | | | | | | | - Double password type fields - Add controls of the filling fields - Alert text added in language pack - EN, FR, DE and ES are OK. IT have to be fixed. - Subsidiary fix : Small grammatical error in FR/common.lang.php git-svn-id: http://piwigo.org/svn/trunk@3751 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix for feature 1000: cannot access $conf array (use global)nikrou2009-08-181-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@3750 68402e56-0260-453c-a942-63ccdbb3a9ee
* PHP 5.3 compatibility - Deprecated functions were replace as follows :Eric2009-08-176-10/+10
| | | | | | | | | | ereg() -> preg_match() ereg_replace() -> preg_replace() eregi() -> preg_match() with the 'i' modifier eregi_replace() -> preg_replace() with the 'i' modifier set_magic_quotes_runtime() -> No more usefull. Fixed it by adding "@" prefix. git-svn-id: http://piwigo.org/svn/trunk@3747 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3728 from branch 2.0 to trunkriopwg2009-08-122-9/+9
| | | | | | | Update lang IT git-svn-id: http://piwigo.org/svn/trunk@3729 68402e56-0260-453c-a942-63ccdbb3a9ee
* - comment a css rule in admin page (was making Firefox very slow on form ↵rvelices2009-08-074-3/+3
| | | | | | | | controls activation - remove usage of jquery.dimensions because not required git-svn-id: http://piwigo.org/svn/trunk@3722 68402e56-0260-453c-a942-63ccdbb3a9ee
* New feature : configuration option for thumbnail directorynikrou2009-08-025-5/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@3720 68402e56-0260-453c-a942-63ccdbb3a9ee
* Langue ITriopwg2009-08-028-0/+66
| | | | git-svn-id: http://piwigo.org/svn/trunk@3718 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add multilingual descriptions for plugins.patdenice2009-08-0122-4/+196
| | | | git-svn-id: http://piwigo.org/svn/trunk@3717 68402e56-0260-453c-a942-63ccdbb3a9ee
* Allow to add description.txt file in language directory for plugin description.patdenice2009-08-011-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@3716 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3714 from branch 2.0 to trunkpatdenice2009-08-012-1/+24
| | | | | | | bug 895 : At the end of install, webmaster is automatically connected with two buttons: "Home" and "Admin" git-svn-id: http://piwigo.org/svn/trunk@3715 68402e56-0260-453c-a942-63ccdbb3a9ee
* Disable database optimization for menubar order until it has been fixed.patdenice2009-07-311-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@3711 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix smarty debugging info (not important)rvelices2009-07-301-6/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@3703 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3667 from branch 2.0 to trunkriopwg2009-07-242-10/+10
| | | | | | | Update lang IT git-svn-id: http://piwigo.org/svn/trunk@3668 68402e56-0260-453c-a942-63ccdbb3a9ee