aboutsummaryrefslogtreecommitdiffstats
path: root/admin/configuration.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature 2708: in admin, display allowed custom derivatives and ability to ↵rvelices2012-08-011-23/+31
| | | | | | delete them git-svn-id: http://piwigo.org/svn/branches/2.4@17295 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 16928 from trunk:mistic1002012-07-231-9/+0
| | | | | | | | feature 2703: make it easy for plugins to add tabs in admin screens centralize all core tabs in one file git-svn-id: http://piwigo.org/svn/branches/2.4@16929 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 16925 from trunk:mistic1002012-07-231-0/+1
| | | | | | | feature 2703: make it easy for plugins to add tabs in admin screens add a trigger a give an id to each core tabsheets git-svn-id: http://piwigo.org/svn/branches/2.4@16926 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2668 - fix php warnings on glob function (merge from trunk to 2.4)rvelices2012-06-291-2/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.4@16168 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r15950 from trunkmistic1002012-06-221-14/+28
| | | | | | bug 2659: Possible misconfiguration of ORDER BY + missing language string git-svn-id: http://piwigo.org/svn/branches/2.4@15951 68402e56-0260-453c-a942-63ccdbb3a9ee
* multi size:rvelices2012-05-021-9/+1
| | | | | | | | | - fix external imagick issues when rotation was required - fix: derivative were generated continuosly until a first save performed in the admin screen - added sharpen param in the new config screen - increased the sharpen range (10% is less than before) git-svn-id: http://piwigo.org/svn/trunk@14649 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: manage inline errors on form submissionplegall2012-04-291-44/+42
| | | | git-svn-id: http://piwigo.org/svn/trunk@14513 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: new design for the watermark configuration screen (tab in the ↵plegall2012-04-291-0/+75
| | | | | | | | | "config > options") TODO: the detection of derivatives that need to be updated is not working. git-svn-id: http://piwigo.org/svn/trunk@14512 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2606: (multiple size config screen redesign) turn the "restore" buttonplegall2012-04-211-1/+8
| | | | | | | in a "reset to default values" link in the "Multiple size" fieldset. git-svn-id: http://piwigo.org/svn/trunk@14251 68402e56-0260-453c-a942-63ccdbb3a9ee
* added a button to restore multiple size default sizes ...rvelices2012-04-191-0/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@14228 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2606: second step on multiple size configuration screen redesign.plegall2012-04-191-72/+60
| | | | | | | | | | | Configuration settings are saved on form submission. The old screen is still available for tests. Default resize quality set to 95 instead of 85. git-svn-id: http://piwigo.org/svn/trunk@14221 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r13957 from branch 2.3 to trunkplegall2012-04-071-0/+3
| | | | | | | | bug 2611 fixed: check $_GET['section'] input parameter git-svn-id: http://piwigo.org/svn/trunk@13958 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2606: first step on multiple size configuration screen redesign.plegall2012-04-031-0/+44
| | | | | | | | | | | Multiple size configuration moved to [Administration > Configuration > Photo Sizes] Less details by default, less options also (sharpen had disappeared) TODO : save settings on form submission. The old screen is still available. git-svn-id: http://piwigo.org/svn/trunk@13883 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2586: add capitals to sort labels on adminmistic1002012-03-311-15/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@13840 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2379: missing a "s" in languages keysmistic1002012-02-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@13225 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2379: option to change comments order: change caption again, fix a ↵mistic1002012-02-171-1/+6
| | | | | | bug in config page (induced by r13087) git-svn-id: http://piwigo.org/svn/trunk@13224 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2568: redesigned order_by fields in Admin->Config->Options mistic1002012-02-101-53/+30
| | | | git-svn-id: http://piwigo.org/svn/trunk@13087 68402e56-0260-453c-a942-63ccdbb3a9ee
* - language aditions/removalrvelices2012-02-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@13068 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2559: minor redesign on configuration screensplegall2012-01-311-30/+3
| | | | | | | | | | | | | * hide "rate_anonymous" when "rate" is deactivated * hide "email_admin_on_new_user" when "allow_user_registration" is deactivated * move history settings on main tab * turn the 3 lines for history into a single line with 3 checkboxes * for comments, turn the "notify admin" settings into a single line with 4 checkboxes TODO: remove obsolete language keys git-svn-id: http://piwigo.org/svn/trunk@13004 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2558 fixed: instead of locking the gallery with a simple checkbox amongplegall2012-01-311-11/+0
| | | | | | | | configuration options, "lock gallery" becomes a maintenance action, with a confirmation on popup. git-svn-id: http://piwigo.org/svn/trunk@13001 68402e56-0260-453c-a942-63ccdbb3a9ee
* update Piwigo headers to 2012, last change before the expected (or not) ↵mistic1002012-01-171-1/+1
| | | | | | apocalypse git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
* feaure:2379 option to display user comments sorted new>old instead of old>new mistic1002012-01-151-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@12894 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2549 Allow to disable comments for everybody mistic1002012-01-141-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12887 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2548, multiple size:plegall2012-01-121-1/+61
| | | | | | | | | | | | * adapt the upload script * remove the resize settings screen * add a new screen [Administration > Configuration > Options > Photo Sizes] with the ability to resize original after upload git-svn-id: http://piwigo.org/svn/trunk@12879 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2540 When default photos order is only by rank, failure outside albumsmistic1002012-01-101-2/+12
| | | | | | define a default order_by + some javascript for limit number of fields git-svn-id: http://piwigo.org/svn/trunk@12872 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:1711 sort photos by name mistic1002011-12-221-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12782 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2413 added: move gallery_url configuration parameter from database toplegall2011-08-221-1/+0
| | | | | | | local configuration file. git-svn-id: http://piwigo.org/svn/trunk@11978 68402e56-0260-453c-a942-63ccdbb3a9ee
* rename #images.average_rate to rating_scorervelices2011-08-021-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2384: improve average rating calculation (still need to update ↵rvelices2011-07-251-1/+1
| | | | | | language files) git-svn-id: http://piwigo.org/svn/trunk@11827 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2317 move order config to Admin->Config->Optionsmistic1002011-07-011-0/+1
| | | | | | limit to 6 criterias (very uncommon case so no message displayed) git-svn-id: http://piwigo.org/svn/trunk@11589 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2317 move order config to Admin->Config->Optionsmistic1002011-07-011-85/+77
| | | | | | | | new GUI interface for simple paterns in GUI, order_by and order_by_inside_category are merged (not un DB) users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom'] git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2317 move order config to Admin->Config->Options mistic1002011-06-191-11/+15
| | | | | | change regex test, now compatible with strings like "file COLLATE 'utf8_general_ci' ASC" git-svn-id: http://piwigo.org/svn/trunk@11433 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2330 ability to hide the "new" icon for recent photos mistic1002011-06-091-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11285 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2317 move order config to Admin->Config->Options mistic1002011-06-091-0/+94
| | | | | | first try, may has issues with very specials params git-svn-id: http://piwigo.org/svn/trunk@11279 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge spread_menus to the coremistic1002011-05-071-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2152 no special parameter for updated comment validationmistic1002011-04-061-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@10122 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2152 Comments revalidation when modifiedmistic1002011-04-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10097 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2212patdenice2011-03-051-0/+10
| | | | | | Update header message when gallery is locked or unlocked. git-svn-id: http://piwigo.org/svn/trunk@9544 68402e56-0260-453c-a942-63ccdbb3a9ee
* Happy new year 2011plegall2011-01-181-2/+2
| | | | | | | Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery" git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2108 added: user upload removed from core. It will come back as aplegall2011-01-131-39/+0
| | | | | | | "new generation" user upload in the Community plugin. git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2103 added: week may start on sunday/monday in the monthly calendarplegall2011-01-121-0/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@8626 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Remove adviser mode.patdenice2010-12-141-8/+5
| | | | | | First commit: only php files. git-svn-id: http://piwigo.org/svn/trunk@8126 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6368,6410 from branch-2.1 to trunkrvelices2010-05-281-4/+0
| | | | | | | - merged the linkroot integration with the existing gallery_url (unique $conf['gallery_url'] used for RSS, mail homepage root in the browse path) - added an option $conf['debug_mail'] - if set all outgoing mails are saved into local_data_dir git-svn-id: http://piwigo.org/svn/trunk@6411 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6361 from branch 2.1 to trunkplegall2010-05-261-1/+4
| | | | | | | feature 1697: ability to deactivate the synchronization method to add photos. git-svn-id: http://piwigo.org/svn/trunk@6365 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,plegall2010-04-291-1/+1
| | | | | | not the default user settings. git-svn-id: http://piwigo.org/svn/trunk@5995 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,plegall2010-04-291-1/+1
| | | | | | not the default user settings. git-svn-id: http://piwigo.org/svn/trunk@5994 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1617 fixed : help page is displayed in current theme in public or admin ↵nikrou2010-04-181-1/+1
| | | | | | pages git-svn-id: http://piwigo.org/svn/trunk@5920 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1574: privacy_level option was forgotten in configuration.php.patdenice2010-04-081-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5723 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1533: Add download button to display configuration.patdenice2010-04-031-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5618 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1533: admincan activate/deactivate user customization.patdenice2010-03-241-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee