mistic100
271e1f5688
feature 3221 Lazy log file open, clean code
...
git-svn-id: http://piwigo.org/svn/trunk@31103 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-24 17:06:47 +00:00
plegall
b3541bf16b
feature 2955: make the keywords separator configurable
...
git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-21 12:07:14 +00:00
plegall
2d01221893
bug 3203 fixed: for IE, explicit the url even for staying on the same page
...
git-svn-id: http://piwigo.org/svn/trunk@30972 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16 12:56:36 +00:00
plegall
41043cbf0d
bug 3162: because string(5) "35.10" == string(4) "35.1", we have to use === instead (or !==)
...
git-svn-id: http://piwigo.org/svn/trunk@30106 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 12:00:11 +00:00
plegall
a599995dc0
merge back r30104 (bad commit log, wrong copy/paste)
...
git-svn-id: http://piwigo.org/svn/trunk@30105 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 11:56:54 +00:00
plegall
639474d3b6
bug if (584 == )
...
git-svn-id: http://piwigo.org/svn/trunk@30104 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 11:53:38 +00:00
mistic100
0f0b8e0430
final fix for plugins update ?
...
- plugins.version is not updated in "activate" action
- plugins.version is updated in "update" action and "load_plugin()" function (not only for plugins using maintain.class.php)
cases covered:
- autoupdate while active or inactive
- FTP update while active or inactive
git-svn-id: http://piwigo.org/svn/trunk@29779 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 09:25:24 +00:00
mistic100
64b7e77a5a
flaw in r29773
...
git-svn-id: http://piwigo.org/svn/trunk@29778 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 08:46:16 +00:00
mistic100
17a72f2bb2
fix plugins autoupdate: call ##_maintain::update when updating from back-office
...
git-svn-id: http://piwigo.org/svn/trunk@29773 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24 17:30:08 +00:00
plegall
01c531746a
bug fixed: no need to check the table piwigo_plugins, this table always exists at this point
...
git-svn-id: http://piwigo.org/svn/trunk@29735 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 12:55:01 +00:00
plegall
b0cc8f1bc2
* feature 3142: upgrade script to Piwigo 2.7
...
* link to Tour 2_7_0 at the end of upgrade
* activate plugin Take a Tour by default
git-svn-id: http://piwigo.org/svn/trunk@29665 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 11:43:01 +00:00
plegall
2125efc8ca
bug 3134: hide warnings on exif_read_data to avoid breaking HTML5 upload
...
git-svn-id: http://piwigo.org/svn/trunk@29392 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 16:59:15 +00:00
flop25
f1f806b8a3
feature:732
...
unlock sub-albums
git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17 20:01:10 +00:00
flop25
557fccb9a1
bug:3124
...
derivative_default_size can't be disabled
git-svn-id: http://piwigo.org/svn/trunk@29220 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-15 15:29:56 +00:00
plegall
379398d917
feature 3067: upload any file type with the new HTML5 upload form.
...
$file_types = conf['upload_form_all_types'] ? $conf['file_ext'] : $conf['picture_ext'];
By default, conf['upload_form_all_types'] = false;
git-svn-id: http://piwigo.org/svn/trunk@29124 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-30 13:48:35 +00:00
rvelices
8ab305a688
fix my previous commit typo mistake
...
git-svn-id: http://piwigo.org/svn/trunk@29068 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 23:36:50 +00:00
rvelices
2eca26b97c
bug 3101: Allow multi language tags to be recognized from selectize or metadata sync
...
git-svn-id: http://piwigo.org/svn/trunk@29066 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 21:00:17 +00:00
rvelices
428bb952f9
more query2array on admin side
...
git-svn-id: http://piwigo.org/svn/trunk@29052 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-17 18:47:07 +00:00
mistic100
1633d8ffaa
improves regexes parsing plugins metadata
...
git-svn-id: http://piwigo.org/svn/trunk@28969 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06 14:05:05 +00:00
plegall
7e9b6530ec
feature 2616: remove useless code (photos_add_direct_process or uploadify related variables)
...
git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 13:34:46 +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
aa3d38b431
feature 3088: set AdminTools as default plugin, set admin_multi_view as obsolete
...
git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:56:13 +00:00
mistic100
6b7535498c
feature 3076: Enhance plugin update system
...
git-svn-id: http://piwigo.org/svn/trunk@28651 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 17:20:43 +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
mistic100
eaf4d5db52
related to bug 3086 : test for curl_init and curl_exec in fetchRemote
...
git-svn-id: http://piwigo.org/svn/trunk@28572 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-30 13:01:20 +00:00
mistic100
ad10a97f4a
feature 3077 : use selectize on batch_manager_global, cat_modify and photos_add_direct
...
+ rewrite "add album" popup (more flexible and working with selectize)
git-svn-id: http://piwigo.org/svn/trunk@28533 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24 16:24:52 +00:00
mistic100
fea2a4efd1
feature 3077 : improve cache invalidation
...
- add "lastmodified" automatic field for categories, groups, users, tags and images tables
- provide a "server key" to the client cache manager
git-svn-id: http://piwigo.org/svn/trunk@28532 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24 14:18:04 +00:00
rvelices
62212c97bd
external imagick fix watermark issue if the watermark is larger than target derivative (the width/height of image object did not reflect applied resize/crop)
...
git-svn-id: http://piwigo.org/svn/trunk@28199 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-16 05:15:16 +00:00
flop25
5ebeec822f
TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgrade
...
adding TakeATour files
less margin-top in no_photo_yet.tpl
git-svn-id: http://piwigo.org/svn/trunk@28169 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13 18:22:25 +00:00
plegall
fa53820760
merge r27925 from branch 2.6 to trunk
...
bug 3057: avoid warnings and SQL crash when encountering inconsistent
permissions + rewrite permissions consistancy check when setting albums
to private status.
git-svn-id: http://piwigo.org/svn/trunk@27926 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 20:22:43 +00:00
mistic100
f286327ad6
*Fatal error*: Call to undefined method plugins::plugin_version_compare
...
replaced by safe_version_compare
caused by r26998
git-svn-id: http://piwigo.org/svn/trunk@27156 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-04 10:56:44 +00:00
mistic100
5310b5036e
remove *_version_compare methods in languages & plugins & themes classes, unused and outdated (preg_replace /e modifier)
...
git-svn-id: http://piwigo.org/svn/trunk@26998 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 17:33:28 +00:00
mistic100
fae05b2743
replace more preg_replace callback
...
git-svn-id: http://piwigo.org/svn/trunk@26972 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-26 00:38:37 +00:00
mistic100
1f448f9b1e
feature 2999; docblocks for history, install and metadata
...
git-svn-id: http://piwigo.org/svn/trunk@26946 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 12:50:48 +00:00
mistic100
63f3531059
feature 3031: add $conf['sync_exclude_folders'] parameter
...
git-svn-id: http://piwigo.org/svn/trunk@26928 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23 19:29:42 +00:00
plegall
788e9eef64
merge r26921 from branch 2.6 to trunk
...
bug 3032 fixed: it seems that the SQL update in invalidate_user_cache_nb_tags corrupts the pwg_db_insert_id (very unexpected)
git-svn-id: http://piwigo.org/svn/trunk@26922 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23 13:05:19 +00:00
mistic100
cf0750dbc0
Display "Activate it now" link when installing a new plugin
...
git-svn-id: http://piwigo.org/svn/trunk@26909 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22 21:21:37 +00:00
mistic100
597be89274
bug 2989: fix r26905
...
git-svn-id: http://piwigo.org/svn/trunk@26907 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22 17:18:14 +00:00
mistic100
9ee07221ec
Merged revision(s) 26904 from branches/2.6:
...
bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated
git-svn-id: http://piwigo.org/svn/trunk@26905 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22 12:05:27 +00:00
mistic100
28f4a33bcb
feature 2999: documentation of admin/include/functions.php
...
git-svn-id: http://piwigo.org/svn/trunk@26807 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 15:24:36 +00:00
mistic100
81ac87bc81
render_tag_name trigger transmit full tag data as second parameter
...
git-svn-id: http://piwigo.org/svn/trunk@26649 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12 11:24:02 +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
rvelices
30a7a975f9
fix deactivate
...
git-svn-id: http://piwigo.org/svn/trunk@26329 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 13:37:54 +00:00
plegall
483cce2612
feature 2869 added: support TIFF files on web upload (requires ext_imagick)
...
git-svn-id: http://piwigo.org/svn/trunk@25929 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-12 10:34:55 +00:00
mistic100
4fca6a259e
feature 3009: Add 'latitude' and 'longitude' fields in images table
...
git-svn-id: http://piwigo.org/svn/trunk@25801 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-06 19:14:44 +00:00
plegall
e32da625e7
feature 3001: new link "add photos" on album edition page. Patch by msakik
...
git-svn-id: http://piwigo.org/svn/trunk@25593 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 20:19:36 +00:00
mistic100
6f211a609a
feature 2998: Warning: Parameter 3 to theme_activate() expected to be a reference, value given
...
unable to pass references through func_get_args and call_user_func_array
git-svn-id: http://piwigo.org/svn/trunk@25577 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 15:41:05 +00:00
plegall
9159bdfd06
feature 2890: small changes to the new design of group manager. Tab (with
...
icon), javascript open for "add group" form, use a "link style" for
"Permissions" on each album, add icon for "Permissions" link, use same colors
for "selected" items as for photos batch manager or comments manager, replace
"-" by "·" and make it less visible (softer color) for user separator.
git-svn-id: http://piwigo.org/svn/trunk@25449 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 11:49:27 +00:00
mistic100
76fc9c27dc
feature 2998: Maintenance class for plugin
...
git-svn-id: http://piwigo.org/svn/trunk@25406 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 23:29:38 +00:00
mistic100
ae974849bc
feature 2995 and feature 2997
...
change organization of configuration page
add theme parameter on GUI
change links color of dark mail theme (pink)
remove main themes css files
git-svn-id: http://piwigo.org/svn/trunk@25372 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 15:30:59 +00:00