aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* feature 1062 added: ability to delete a single photo from its administrationplegall2011-01-194-5/+62
| | | | | | | screen git-svn-id: http://piwigo.org/svn/trunk@8764 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2040: to finish the "automatic rotation" feature, I had configurationplegall2011-01-192-1/+10
| | | | | | | | | | setting. I choose to have it in the configuration file and not in the web interface because it is a bit too technical and useful only in very specific cases (when buggy software performed a rotation before without updating the EXIF "orientation" tag) git-svn-id: http://piwigo.org/svn/trunk@8763 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1289 added: easy "delete orphan tags" function. On the "tags"plegall2011-01-198-7/+116
administration page, a warning message is displayed if you have at least one orphan tag + direct action to delete them. git-svn-id: http://piwigo.org/svn/trunk@8762 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2025 fixed: by default we log visits from simple visitors, it was aplegall2011-01-191-1/+1
| | | | | | | nonsense to turn off history for connected users by default. git-svn-id: http://piwigo.org/svn/trunk@8759 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2018: now when a user gets an "admin" or "webmaster" status heplegall2011-01-191-0/+15
automatically gets the "admin" privacy level. git-svn-id: http://piwigo.org/svn/trunk@8758 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2113: slightly smaller logo in administration footerplegall2011-01-183-2/+2
git-svn-id: http://piwigo.org/svn/trunk@8754 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: no more categories.uploadable column when creating a new categoryplegall2011-01-184-485/+549
| | | | | | | | | | | split the admin/photos_add_direct.php script into admin/include/photos_add_direct_prepare.php (prepare the upload form) + admin/include/photos_add_direct_process.inc.php (process the submitted form) : it makes the upload form backend easier to reuse in the future Community plugin. git-svn-id: http://piwigo.org/svn/trunk@8734 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: the home.png icon was missing for roma admin themeplegall2011-01-181-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@8733 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2113: new logo on administration screenplegall2011-01-186-8/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@8732 68402e56-0260-453c-a942-63ccdbb3a9ee
* Happy new year 2011plegall2011-01-18542-1001/+1001
| | | | | | | 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 2102: add a few language keys to remove all image/picture/element ↵plegall2011-01-1774-806/+247
and replace by photo git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2112 added: ability to set an additional local directoryplegall2011-01-1711-18/+76
| | | | | | | $conf['local_dir_site'] in local/config/multisite.inc.php git-svn-id: http://piwigo.org/svn/trunk@8722 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102: a mapping from old language keys to new language keys, will be ↵plegall2011-01-171-0/+54
used to inject new values from the Photos plugin into core git-svn-id: http://piwigo.org/svn/trunk@8719 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2108 added: user upload removed from core. It will come back as aplegall2011-01-13109-1829/+99
"new generation" user upload in the Community plugin. git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r8630 from branch 2.1 to trunkplegall2011-01-121-2/+15
| | | | | | | | | bug 2104 fixed: ability to display EXIF/IPTC metadata from HD even if the HD is not visible for user git-svn-id: http://piwigo.org/svn/trunk@8631 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2103 added: week may start on sunday/monday in the monthly calendarplegall2011-01-127-4/+70
git-svn-id: http://piwigo.org/svn/trunk@8626 68402e56-0260-453c-a942-63ccdbb3a9ee
* copy ca_ES from 2.1 + convert ca_ES to 2.1 (new keys) + replace category by ↵plegall2011-01-072-535/+524
album git-svn-id: http://piwigo.org/svn/trunk@8489 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2095 added: new column images.added_by (foreign key on users.id)plegall2011-01-048-2/+66
git-svn-id: http://piwigo.org/svn/trunk@8464 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r8451 from branch 2.1 to trunkplegall2011-01-031-5/+3
bug 2094 fixed: correct date format for feedcreator git-svn-id: http://piwigo.org/svn/trunk@8452 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: caddie and recent pictures in the admin menu now goes to the new ↵plegall2011-01-012-2/+9
| | | | | | Batch Manager git-svn-id: http://piwigo.org/svn/trunk@8423 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2092 added: Batch Manager can filter all photos with no tagplegall2011-01-015-4/+108
| | | | | | | feature 1866 added: Batch Manager can synchronize metadata git-svn-id: http://piwigo.org/svn/trunk@8422 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2091: Batch Manager, find all orphan photosplegall2010-12-314-1/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@8419 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove obsolete language keysplegall2010-12-312-8/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@8418 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: finish removing element_set, now it's time for batch_managerplegall2010-12-3110-1419/+5
git-svn-id: http://piwigo.org/svn/trunk@8417 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: file forgotten in r8413plegall2010-12-311-0/+293
| | | | git-svn-id: http://piwigo.org/svn/trunk@8414 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: Batch Manager, switch from global to unit mode with tabsplegall2010-12-314-26/+185
| | | | git-svn-id: http://piwigo.org/svn/trunk@8413 68402e56-0260-453c-a942-63ccdbb3a9ee
* typo fixedplegall2010-12-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8410 68402e56-0260-453c-a942-63ccdbb3a9ee
* typo fixedplegall2010-12-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8409 68402e56-0260-453c-a942-63ccdbb3a9ee
* Batch Manager:plegall2010-12-315-73/+105
| | | | | | | | | | | * add l0n to the new Batch Manager where is was missing * change photo "name" to photo "title" * change the way we display "Select all" and "Select the whole set" git-svn-id: http://piwigo.org/svn/trunk@8408 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: remove adviser mode on the new Batch Managerplegall2010-12-311-1/+1
git-svn-id: http://piwigo.org/svn/trunk@8407 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: add the "duplicates" feature to the new Batch Manager andplegall2010-12-314-10/+35
| | | | | | | | simplify the algorithm. The duplicates do not rely on physical albums, just on duplicate filenames. git-svn-id: http://piwigo.org/svn/trunk@8404 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: add the "not_linked" feature as "with no virtual album" in theplegall2010-12-314-54/+52
new Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@8403 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: remove some useless commented code, only "not_linked" andplegall2010-12-301-41/+1
| | | | | | | "duplicates" presets are not available in the new Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@8399 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: report feature:1845 in the new Batch Manager.plegall2010-12-302-23/+9
| | | | | | | | + once the photos are deleted, redirect the page to reset the current photo set and avoid being on an empty 2nd page. git-svn-id: http://piwigo.org/svn/trunk@8398 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1906: report the "use the album defined sort order" in the new Batchplegall2010-12-301-5/+36
| | | | | | | Manager. git-svn-id: http://piwigo.org/svn/trunk@8397 68402e56-0260-453c-a942-63ccdbb3a9ee
* icons to remove filtersplegall2010-12-305-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8396 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: implement the "Bulk Manager" plugin as the new "Batch Manager".plegall2010-12-305-0/+1492
The new "Batch Manager" offers as many features as the old "Bulk Manager" and more to come. The old Batch Manager (Caddie/Recent Pictures) is not removed yet and changes that occured since last summer are not reported yet in the Batch Manager: category/album, photo order for a given album, deletion of synchronized photos. git-svn-id: http://piwigo.org/svn/trunk@8394 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2086: also switch the no_photo_yet screens to clear backgroundplegall2010-12-271-26/+61
| | | | git-svn-id: http://piwigo.org/svn/trunk@8312 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2087 added: use a checkbox in the installation screen for newsletter ↵plegall2010-12-272-19/+57
| | | | | | subscription git-svn-id: http://piwigo.org/svn/trunk@8311 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2086 added: switch installation screen to a clear background themeplegall2010-12-267-89/+112
| | | | git-svn-id: http://piwigo.org/svn/trunk@8310 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2085: forgotten file for r8297plegall2010-12-261-0/+11
git-svn-id: http://piwigo.org/svn/trunk@8309 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2085 added: new method pwg.themes.performActionplegall2010-12-241-0/+32
git-svn-id: http://piwigo.org/svn/trunk@8297 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: after the backport of nearly all languages from branch 2.1 toplegall2010-12-2448-1353/+1353
trunk, reapply the new keys for "album" instead of "category" into trunk for languages ar_SA ca_ES da_DK es_AR fa_IR fr_CA he_IL hr_HR ja_JP ka_GE mk_MK nl_NL pt_BR pt_PT ro_RO sh_RS sl_SL sr_RS sv_SE vi_VN git-svn-id: http://piwigo.org/svn/trunk@8286 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: remove adivser mode on web API methods imported from the ↵plegall2010-12-231-4/+4
| | | | | | pwg.images.addSimple plugin git-svn-id: http://piwigo.org/svn/trunk@8274 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2084 added: new method pwg.plugins.getList and pwg.plugins.performActionplegall2010-12-232-0/+95
| | | | git-svn-id: http://piwigo.org/svn/trunk@8273 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2082 added: new method pwg.categories.move from the ↵plegall2010-12-232-0/+132
| | | | | | pwg.images.addSimple plugin git-svn-id: http://piwigo.org/svn/trunk@8272 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: after the backport of nearly all languages from branch 2.1 toplegall2010-12-2327-792/+792
trunk, reapply the Albums plugin into trunk for languages cs_CZ es_ES de_DE lv_LV pl_PL ru_RU sk_SK tr_TR zh_CN git-svn-id: http://piwigo.org/svn/trunk@8270 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2080 added: add methods pwg.images.delete and pwg.categories.delete fromplegall2010-12-232-1/+130
| | | | | | | | pwg.images.addSimple plugin. pwg.categories.delete implements the new photo_deletion_mode (see feature:2081) and set it to "delete_orphans" by default. git-svn-id: http://piwigo.org/svn/trunk@8266 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2081 added: ability to choose what to do with photos when deleting anplegall2010-12-231-3/+40
album : no_delete, delete_orphans, force_delete. Backend only. git-svn-id: http://piwigo.org/svn/trunk@8265 68402e56-0260-453c-a942-63ccdbb3a9ee
* simpler code, useless to convert value twiceplegall2010-12-231-8/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8253 68402e56-0260-453c-a942-63ccdbb3a9ee