aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* release number 2.2.0RC4 hard coded + turn off show_gt and check_uprgade_feed2.2.0RC4plegall2011-03-112-4/+4
| | | | git-svn-id: http://piwigo.org/svn/tags/2.2.0RC4@9620 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2114patdenice2011-03-111-1/+1
| | | | | | All combined scripts must end with ; to avoid javascript error. git-svn-id: http://piwigo.org/svn/trunk@9606 68402e56-0260-453c-a942-63ccdbb3a9ee
* check for availability of local/combined (and try to create it if not available)plegall2011-03-101-0/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@9594 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2114patdenice2011-03-091-1/+1
| | | | | | Simplify all admin templates. git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2114patdenice2011-03-091-7/+30
| | | | | | | footer_script can use multiple required scripts (like combine_script). automaticaly load know scripts. git-svn-id: http://piwigo.org/svn/trunk@9580 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2195: webservices f_min_date_available not working rvelices2011-03-081-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@9576 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery UI to 1.8.10.patdenice2011-03-071-5/+37
| | | | | | Improve jquery ui management in template class. git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
* ability to to display the album name as a single link and not several links ↵plegall2011-02-241-2/+20
| | | | | | depending on uppercats, with get_cat_display_name_cache git-svn-id: http://piwigo.org/svn/trunk@9367 68402e56-0260-453c-a942-63ccdbb3a9ee
* new function to get image name depending on name and filenameplegall2011-02-241-0/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@9366 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 937: problem on empty albums (visible for admins) with a ↵plegall2011-02-241-15/+14
| | | | | | representative_picture_id defined. git-svn-id: http://piwigo.org/svn/trunk@9365 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature added: ability to avoid sending technical details with ↵plegall2011-02-231-37/+31
| | | | | | | | | pwg_mail_notification_admins change: pwg_mail_notification_admins forces the format to be text/plain git-svn-id: http://piwigo.org/svn/trunk@9360 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2197 added: if make_index_url() adds no parameters after index.php?, ↵plegall2011-02-221-0/+9
| | | | | | then we return get_absolute_root_url() git-svn-id: http://piwigo.org/svn/trunk@9353 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2189 added: ability to update a photo (the JPEG/PNG file) withplegall2011-02-111-13/+34
| | | | | | | pwg.images.addSimple, simply by adding an $image_id as argument. git-svn-id: http://piwigo.org/svn/trunk@9191 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery to 1.5 and jQuery UI to 1.8.9patdenice2011-02-111-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2184 fixed: avoid SQL syntax error on "display only recently posted ↵plegall2011-02-081-1/+2
| | | | | | photos" filter. git-svn-id: http://piwigo.org/svn/trunk@9116 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1684 fixed: the fix for bug:1683 was an "automatic repair" but it addsplegall2011-02-031-41/+0
| | | | | | | | useless code. We couldn't create a migration task on the stable branch, but on trunk this is possible. git-svn-id: http://piwigo.org/svn/trunk@9074 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix icon display on index page (calendar by post date)rvelices2011-01-223-12/+3
| | | | | | | - remove unnecessary include_once - mysql functions simplification git-svn-id: http://piwigo.org/svn/trunk@8844 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 937 fixed: makes sure a user won't see the thumbnail of a photo that has aplegall2011-01-203-67/+180
| | | | | | | | | | | | higher privacy level than user privacy level. For an acceptable solution at performance level, I have implemented a cache: for a given user, each album has a representative_picture_id. This cache also avoids to perform numerous "order by rand()" SQL queries which is the case when $conf['allow_random_representative'] = true; git-svn-id: http://piwigo.org/svn/trunk@8802 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2040: to finish the "automatic rotation" feature, I had configurationplegall2011-01-191-1/+3
| | | | | | | | | | 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
* - picture page compacts the output html using smarty striprvelices2011-01-181-1/+1
| | | | | | - decrease the default number of tags showable in the menubar git-svn-id: http://piwigo.org/svn/trunk@8757 68402e56-0260-453c-a942-63ccdbb3a9ee
* Happy new year 2011plegall2011-01-1857-114/+114
| | | | | | | 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
* bug 2105 : Browsing tags is slow if tags contains many photos rvelices2011-01-174-132/+67
| | | | git-svn-id: http://piwigo.org/svn/trunk@8726 68402e56-0260-453c-a942-63ccdbb3a9ee
* got rid of a very innefficient (and not required) css rulervelices2011-01-172-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8725 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2112 added: ability to set an additional local directoryplegall2011-01-175-7/+22
| | | | | | | $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 : rename item/image/picture to photo (public side)rvelices2011-01-161-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102 : rename item/image/picture to photorvelices2011-01-146-21/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2108 upload removal correct syntax errorrvelices2011-01-141-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8664 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2108 finalize upload removal (php warnings)rvelices2011-01-132-56/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@8652 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2108 added: user upload removed from core. It will come back as aplegall2011-01-133-69/+2
| | | | | | | "new generation" user upload in the Community plugin. git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee
* lang remove 'Mail address' - use existing 'Email address'rvelices2011-01-121-1/+1
| | | | | | | lang remove unused 'return to homepage' lang change key 'a user use already this mail address' to 'this email address is already in use' git-svn-id: http://piwigo.org/svn/trunk@8635 68402e56-0260-453c-a942-63ccdbb3a9ee
* - picture uses the same variables as the index page to compute thumbnails urlrvelices2011-01-121-1/+0
| | | | | | - combined files are deleted only from maintenance functions and not also from plugin activation/deactivation git-svn-id: http://piwigo.org/svn/trunk@8634 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-121-4/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@8626 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2101: php warning/errors + broken navigation when using the advanced ↵rvelices2011-01-111-1/+1
| | | | | | search form git-svn-id: http://piwigo.org/svn/trunk@8611 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix undefined function when editing a user comment on picture pagervelices2011-01-101-19/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@8600 68402e56-0260-453c-a942-63ccdbb3a9ee
* added some commentsrvelices2011-01-071-7/+27
| | | | git-svn-id: http://piwigo.org/svn/trunk@8506 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2095 added: new column images.added_by (foreign key on users.id)plegall2011-01-041-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8464 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix js exception with web services in POST modervelices2011-01-031-0/+5
| | | | | | | - added accessor for registered scripts in template - added css rule for plugins (images in the categoryActions) it was previsously there but it dissapeared with the sprites git-svn-id: http://piwigo.org/svn/trunk@8449 68402e56-0260-453c-a942-63ccdbb3a9ee
* index.tpl and thumbnails change: category description above thumbs and ↵rvelices2010-12-301-10/+11
| | | | | | | | enclosing ul moved to index.tpl fix some combine_xxx git-svn-id: http://piwigo.org/svn/trunk@8401 68402e56-0260-453c-a942-63ccdbb3a9ee
* css sprites fix ie7 displayrvelices2010-12-291-10/+11
| | | | | | | picture.tpl more compact + removed unnecessary escape modifiers + use footer_script template combine_css small things git-svn-id: http://piwigo.org/svn/trunk@8378 68402e56-0260-453c-a942-63ccdbb3a9ee
* combine_script with remote url as path works nowrvelices2010-12-261-29/+34
| | | | git-svn-id: http://piwigo.org/svn/trunk@8305 68402e56-0260-453c-a942-63ccdbb3a9ee
* - simplified inneficient css rulesrvelices2010-12-251-3/+4
| | | | | | | | - template language key - group picture scripts on the bottom of the page git-svn-id: http://piwigo.org/svn/trunk@8299 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 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-231-0/+75
| | | | 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-231-0/+121
| | | | | | pwg.images.addSimple plugin git-svn-id: http://piwigo.org/svn/trunk@8272 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2080 added: add methods pwg.images.delete and pwg.categories.delete fromplegall2010-12-231-0/+107
| | | | | | | | 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
* - faster trigger_event/trigger_action (it was overly complicated)rvelices2010-12-232-34/+12
| | | | | | | - added a new param to get_thumbnail_url event - get_thumbnail_location is called only if the thumbnail does not exist git-svn-id: http://piwigo.org/svn/trunk@8263 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2083 added: implement method pwg.images.addSimple in coreplegall2010-12-231-60/+99
| | | | | | | | | makes admin/include/function_upload.inc.php not dependant from include/ws_functions.inc.php (moves functions file_path_for_type and ready_for_upload_message) cleaner method to initialize the upload settings git-svn-id: http://piwigo.org/svn/trunk@8249 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unused files / code / css; shorter codervelices2010-12-233-31/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@8247 68402e56-0260-453c-a942-63ccdbb3a9ee