aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes #415, even if non-picture file, force download with action.phpplegall2016-05-101-1/+2
|
* happy new year 2016, all headers updatedplegall2016-01-141-1/+1
|
* feature #379, multiple format, download original as formatplegall2015-12-301-25/+22
| | | | If multiple format feature is enabled, always put the original file in the formats list.
* feature #379, multiple format, consider the original as a formatplegall2015-12-221-2/+15
|
* feature #379, multiple format, no browser cacheplegall2015-12-201-1/+1
| | | | No need random string in URL to avoid browser cache, coding tip by @modus75
* feature #379, multiple format, labelsplegall2015-12-201-0/+7
| | | | Ability to customize, with $lang['format CR2'] = 'RAW Canon' (in LocalFiles Editor) for example
* feature #379, multiple format, hide formats when disabledplegall2015-12-171-11/+14
|
* feature #379 multiple format, step 2: download formatsplegall2015-12-071-0/+20
| | | | | * if formats are available, replace the download link on picture.php by a switchBox with all formats * register format in the history table for future statistics
* bug 3156 fixed: avoid warning on PHP 5.2 for nl2br second parameterplegall2014-10-061-1/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@29901 68402e56-0260-453c-a942-63ccdbb3a9ee
* picture.php remove THUMB_SRC template assignment (pre multiple size remainings)rvelices2014-07-071-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@28993 68402e56-0260-453c-a942-63ccdbb3a9ee
* since number of accepted args not required for add_event_handler, simplify callsrvelices2014-06-181-6/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28714 68402e56-0260-453c-a942-63ccdbb3a9ee
* don't update images.lastmodified field when incrementing hits countmistic1002014-06-051-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28640 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3010 : replace trigger_action/event by trigger_notify/changemistic1002014-06-021-7/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplified allow_increment_element_hit_count call and also pass the image id ↵rvelices2014-04-141-3/+4
| | | | | | in the event ... git-svn-id: http://piwigo.org/svn/trunk@28184 68402e56-0260-453c-a942-63ccdbb3a9ee
* no warning on missing user agentrvelices2014-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@27867 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update headers to 2014. Happy new year!!mistic1002014-01-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
* add two extra param to render_element_description trigger: ↵mistic1002013-10-291-1/+3
| | | | | | main_page_element_description and picture_page_element_description git-svn-id: http://piwigo.org/svn/trunk@25202 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove all array_push (50% slower than []) + some changes missing for ↵mistic1002013-10-191-6/+6
| | | | | | feature:2978 git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2978: remove useless sprintf in the coremistic1002013-10-191-2/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
* - on picture.php do not set the prefetch link if already set by a pluginrvelices2013-07-081-0/+1
| | | | | | - picture.tpl set the derivative size checkbox id to the correct name git-svn-id: http://piwigo.org/svn/trunk@23882 68402e56-0260-453c-a942-63ccdbb3a9ee
* on picture page add TITLE_ESC variable for every thumb to avoid escaping ↵rvelices2013-06-301-0/+1
| | | | | | TITLE more than 40 times in the template... git-svn-id: http://piwigo.org/svn/trunk@23689 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22402 from branch 2.5 to trunkplegall2013-04-291-7/+2
| | | | | | | | | bug 2894 fixed: make sure all users cache is reset when an admin changes the album thumbnail. git-svn-id: http://piwigo.org/svn/trunk@22403 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove code for backward compatibility (jquery ui effect + template variable)rvelices2013-03-241-4/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@21818 68402e56-0260-453c-a942-63ccdbb3a9ee
* on picture.php replace U_ADMIN url with U_PHOTO_ADMIN url to avoid being ↵rvelices2013-02-251-2/+3
| | | | | | overriden by menubar and having to redefine it (U_ADMIN still there for 2.5 version for backward compatibility) git-svn-id: http://piwigo.org/svn/trunk@21039 68402e56-0260-453c-a942-63ccdbb3a9ee
* replaced page_messages.php with a function to callrvelices2013-02-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@20609 68402e56-0260-453c-a942-63ccdbb3a9ee
* update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall2013-01-011-1/+1
| | | | | | expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2786 Allow to edit website url in user comments + improve "user ↵mistic1002012-11-111-6/+4
| | | | | | experience" on comment edition git-svn-id: http://piwigo.org/svn/trunk@18995 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2781 Add template method to sort actions buttons mistic1002012-10-271-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@18760 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix php warning + removed unnecessary  rvelices2012-10-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@18757 68402e56-0260-453c-a942-63ccdbb3a9ee
* related categories on picture page contain status and visible db fields ↵rvelices2012-10-251-10/+4
| | | | | | (useful for example for "social" plugins to know if a photo is public or not) git-svn-id: http://piwigo.org/svn/trunk@18747 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2772: remove "Home" from html title pages on index pagesrvelices2012-10-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2715: on picture page, tools buttons + Firefox prefetch increment the ↵mistic1002012-08-031-1/+19
| | | | | | hit counter git-svn-id: http://piwigo.org/svn/trunk@17345 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2538 little rework of messages system, now can be used on ↵mistic1002012-06-061-0/+1
| | | | | | 'loc_end_index' and 'loc_end_picture' git-svn-id: http://piwigo.org/svn/trunk@15578 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2633 added: ability to select default sizeplegall2012-05-241-3/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@15299 68402e56-0260-453c-a942-63ccdbb3a9ee
* - comment edit form looks ok now with the new comment layoutrvelices2012-04-021-4/+3
| | | | | | | - removed unused css / simplify it - simplified jquery drop boxes ... git-svn-id: http://piwigo.org/svn/trunk@13865 68402e56-0260-453c-a942-63ccdbb3a9ee
* - small js fixes on index/picturervelices2012-03-261-0/+2
| | | | | | | | - i.php does not use derivatives.dat file anymore (obsolete file) - better selection of derivatives in picture.php - larger sharpen real range in image.class.php git-svn-id: http://piwigo.org/svn/trunk@13736 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement of picture title on picture page, drop boxes on index page ...rvelices2012-02-121-1/+0
| | | | | | sharpening uses a zider scale range git-svn-id: http://piwigo.org/svn/trunk@13115 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2564: redesign on photo administration screen.plegall2012-02-101-3/+3
| | | | | | | | | | | | * one screen with several tabs (for now: properties + coi) * double select boxes for album associations and representation have been converted to simple multiple select boxes with jQuery Chosen * more details about the photo in an introduction text git-svn-id: http://piwigo.org/svn/trunk@13077 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove square/thumb from choices on picture rvelices2012-02-091-9/+3
| | | | | | | | | - fix content margin on password register - purge derivative cache by type of derivative - session saved infos/messages are not given to the page on html redirections - shorter/faster code in functions_xxx git-svn-id: http://piwigo.org/svn/trunk@13074 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2368 : added link rel canonical on picture pagervelices2012-02-071-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@13048 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2548 multisize - small fixesrvelices2012-01-261-2/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@12958 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2548 multisize - code cleanup + better usage in category_cats + ↵rvelices2012-01-171-27/+11
| | | | | | i.php logs memory usage peak git-svn-id: http://piwigo.org/svn/trunk@12920 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2549 Allow to disable comments for everybody mistic1002012-01-141-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@12887 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2548 multisize - improved picture.php display (original...) + code ↵rvelices2012-01-051-15/+19
| | | | | | cleanup git-svn-id: http://piwigo.org/svn/trunk@12855 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2541: fix bug on PHPWG_ROOT_PATH and includesplegall2011-12-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12798 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2541 multisizervelices2011-12-271-57/+33
| | | | | | | - nicer presentation on picture.php - added a maintenance purge derivatives action git-svn-id: http://piwigo.org/svn/trunk@12797 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2541 multisizervelices2011-12-271-77/+35
| | | | | | | - core implementation + usage on most public/admin pages - still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ... git-svn-id: http://piwigo.org/svn/trunk@12796 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2538 transmits messages after comment edition trough SESSION (no ↵mistic1002011-12-191-5/+12
| | | | | | more ugly url displayed, avoid some minor bugs) git-svn-id: http://piwigo.org/svn/trunk@12767 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2538 Make a unified messages managementmistic1002011-12-181-10/+3
| | | | | | use only $page['infos'] and $page['errors'] vars and and necessary template to all main pages git-svn-id: http://piwigo.org/svn/trunk@12764 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2384: improve average rating calculation (final)rvelices2011-07-261-9/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@11839 68402e56-0260-453c-a942-63ccdbb3a9ee