plegall
a684afbdc3
fixes #415 , even if non-picture file, force download with action.php
2016-05-10 11:37:35 +02:00
plegall
c789347c51
happy new year 2016, all headers updated
2016-01-14 12:17:58 +01:00
plegall
7b653c04d6
feature #379 , multiple format, download original as format
...
If multiple format feature is enabled, always put the original file in the formats list.
2015-12-30 16:04:32 +01:00
plegall
e439de1612
feature #379 , multiple format, consider the original as a format
2015-12-22 19:04:00 +01:00
plegall
11f37b24b4
feature #379 , multiple format, no browser cache
...
No need random string in URL to avoid browser cache, coding tip by @modus75
2015-12-20 17:49:12 +01:00
plegall
89bc74b3f3
feature #379 , multiple format, labels
...
Ability to customize, with $lang['format CR2'] = 'RAW Canon' (in LocalFiles Editor) for example
2015-12-20 15:44:01 +01:00
plegall
0f8d85491f
feature #379 , multiple format, hide formats when disabled
2015-12-17 14:08:53 +01:00
plegall
c3b748ecbf
feature #379 multiple format, step 2: download formats
...
* 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
2015-12-07 10:54:18 +01:00
plegall
c4017d2a8a
bug 3156 fixed: avoid warning on PHP 5.2 for nl2br second parameter
...
git-svn-id: http://piwigo.org/svn/trunk@29901 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 09:27:19 +00:00
rvelices
5dac760ce7
picture.php remove THUMB_SRC template assignment (pre multiple size remainings)
...
git-svn-id: http://piwigo.org/svn/trunk@28993 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 20:44:35 +00:00
rvelices
3c13387dfd
since number of accepted args not required for add_event_handler, simplify calls
...
git-svn-id: http://piwigo.org/svn/trunk@28714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-18 19:51:42 +00:00
mistic100
55619222fb
don't update images.lastmodified field when incrementing hits count
...
git-svn-id: http://piwigo.org/svn/trunk@28640 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-05 07:25:28 +00:00
mistic100
4bd32005b5
feature 3010 : replace trigger_action/event by trigger_notify/change
...
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 07:55:46 +00:00
rvelices
cac08d6f48
simplified allow_increment_element_hit_count call and also pass the image id in the event ...
...
git-svn-id: http://piwigo.org/svn/trunk@28184 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-14 21:38:41 +00:00
rvelices
b3f3f8c38b
no warning on missing user agent
...
git-svn-id: http://piwigo.org/svn/trunk@27867 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-21 05:13:06 +00:00
mistic100
636650309a
Update headers to 2014. Happy new year!!
...
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05 00:19:25 +00:00
mistic100
fc5c5d4b7c
add two extra param to render_element_description trigger: main_page_element_description and picture_page_element_description
...
git-svn-id: http://piwigo.org/svn/trunk@25202 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-29 09:31:06 +00:00
mistic100
ae707279a1
remove all array_push (50% slower than []) + some changes missing for feature:2978
...
git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 17:43:04 +00:00
mistic100
2f08283864
feature 2978: remove useless sprintf in the core
...
git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 11:04:11 +00:00
rvelices
c3c807b553
- on picture.php do not set the prefetch link if already set by a plugin
...
- 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
2013-07-08 23:14:14 +00:00
rvelices
49da4accc8
on picture page add TITLE_ESC variable for every thumb to avoid escaping TITLE more than 40 times in the template...
...
git-svn-id: http://piwigo.org/svn/trunk@23689 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 05:57:49 +00:00
plegall
1edebf3db2
merge r22402 from branch 2.5 to trunk
...
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
2013-04-29 14:57:33 +00:00
rvelices
87ed74afd9
- remove code for backward compatibility (jquery ui effect + template variable)
...
git-svn-id: http://piwigo.org/svn/trunk@21818 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-24 06:49:06 +00:00
rvelices
e9dab9db74
on picture.php replace U_ADMIN url with U_PHOTO_ADMIN url to avoid being 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
2013-02-25 21:16:10 +00:00
rvelices
ec50a59f75
replaced page_messages.php with a function to call
...
git-svn-id: http://piwigo.org/svn/trunk@20609 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-07 21:17:08 +00:00
plegall
4bc775e479
update Piwigo headers to 2013 (the end of the world didn't occur as expected on r12922)
...
git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 12:35:02 +00:00
mistic100
2fa1013ace
feature:2786 Allow to edit website url in user comments + improve "user experience" on comment edition
...
git-svn-id: http://piwigo.org/svn/trunk@18995 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-11 15:01:09 +00:00
mistic100
457dbb4dac
feature:2781 Add template method to sort actions buttons
...
git-svn-id: http://piwigo.org/svn/trunk@18760 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27 12:32:43 +00:00
rvelices
fe8330d14f
fix php warning + removed unnecessary
...
git-svn-id: http://piwigo.org/svn/trunk@18757 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27 07:18:32 +00:00
rvelices
b57ab43510
related categories on picture page contain status and visible db fields (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
2012-10-25 20:01:14 +00:00
rvelices
7f75c131ed
bug 2772: remove "Home" from html title pages on index pages
...
git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13 15:55:35 +00:00
mistic100
77e753e91f
bug 2715: on picture page, tools buttons + Firefox prefetch increment the hit counter
...
git-svn-id: http://piwigo.org/svn/trunk@17345 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03 09:53:43 +00:00
mistic100
8c4a87a0f5
feature:2538 little rework of messages system, now can be used on 'loc_end_index' and 'loc_end_picture'
...
git-svn-id: http://piwigo.org/svn/trunk@15578 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 20:29:30 +00:00
plegall
b205058983
feature 2633 added: ability to select default size
...
git-svn-id: http://piwigo.org/svn/trunk@15299 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 23:12:04 +00:00
rvelices
9c06bb5564
- comment edit form looks ok now with the new comment layout
...
- removed unused css / simplify it
- simplified jquery drop boxes ...
git-svn-id: http://piwigo.org/svn/trunk@13865 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 20:49:46 +00:00
rvelices
9d66c18541
- small js fixes on index/picture
...
- 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
2012-03-26 04:07:03 +00:00
rvelices
a1833e40a2
improvement of picture title on picture page, drop boxes on index page ...
...
sharpening uses a zider scale range
git-svn-id: http://piwigo.org/svn/trunk@13115 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-12 10:02:59 +00:00
plegall
bea45c89b6
feature 2564: redesign on photo administration screen.
...
* 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
2012-02-10 10:52:07 +00:00
rvelices
f6825cfb33
- remove square/thumb from choices on picture
...
- 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
2012-02-09 21:11:34 +00:00
rvelices
6da9041c7f
feature 2368 : added link rel canonical on picture page
...
git-svn-id: http://piwigo.org/svn/trunk@13048 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-07 21:00:11 +00:00
rvelices
4a73d939e0
feature 2548 multisize - small fixes
...
git-svn-id: http://piwigo.org/svn/trunk@12958 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-26 21:15:16 +00:00
rvelices
cc01941ed9
feature 2548 multisize - code cleanup + better usage in category_cats + i.php logs memory usage peak
...
git-svn-id: http://piwigo.org/svn/trunk@12920 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 21:58:18 +00:00
mistic100
c501688dbc
feature:2549 Allow to disable comments for everybody
...
git-svn-id: http://piwigo.org/svn/trunk@12887 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 22:29:10 +00:00
rvelices
34717c1391
feature 2548 multisize - improved picture.php display (original...) + code cleanup
...
git-svn-id: http://piwigo.org/svn/trunk@12855 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05 22:06:21 +00:00
plegall
bf24a3278c
feature 2541: fix bug on PHPWG_ROOT_PATH and includes
...
git-svn-id: http://piwigo.org/svn/trunk@12798 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27 21:36:39 +00:00
rvelices
e42f791f52
feature 2541 multisize
...
- 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
2011-12-27 20:26:49 +00:00
rvelices
753f58d6a9
feature 2541 multisize
...
- 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
2011-12-27 05:26:44 +00:00
mistic100
4bbd5f6649
feature:2538 transmits messages after comment edition trough SESSION (no more ugly url displayed, avoid some minor bugs)
...
git-svn-id: http://piwigo.org/svn/trunk@12767 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-19 17:08:49 +00:00
mistic100
ca230a6f53
feature:2538 Make a unified messages management
...
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
2011-12-18 21:46:24 +00:00
rvelices
c0bb4dfb43
feature 2384: improve average rating calculation (final)
...
git-svn-id: http://piwigo.org/svn/trunk@11839 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 19:04:50 +00:00