patdenice
e04bd969cb
Replace another depreciated functions.
...
Depreciated functions were removed in trunk in commit 3747 by Eric.
git-svn-id: http://piwigo.org/svn/branches/2.0@4036 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-14 16:13:25 +00:00
patdenice
246634cb72
Replace some ereg function (depreciated) by preg_match.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@4035 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-14 15:06:36 +00:00
patdenice
916fa5ea70
Plugins upgrade now delete obsolete files from obsolete.list.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@4033 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-14 14:59:23 +00:00
Eric
676c314c58
[Piwigo] r4024 merged from Trunk to Branch
...
Bug 1189 fixed :
Adding {$NAVBAR} at top of users list.
git-svn-id: http://piwigo.org/svn/branches/2.0@4025 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-11 13:42:30 +00:00
nikrou
f571de9ab0
Bug fix 1185 : missing %s in admin vocab
...
merge from trunk
git-svn-id: http://piwigo.org/svn/branches/2.0@4016 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-10 18:25:38 +00:00
patdenice
d1f2f852c7
bug 1079: don't save settings in database when restore default settings.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@4013 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-10 12:34:31 +00:00
Eric
0ecd32d2d0
[Piwigo] Bug 1079
...
Some common.lang.php updated
git-svn-id: http://piwigo.org/svn/branches/2.0@4010 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-09 20:55:57 +00:00
Eric
ce511ebf6b
[Bug 1041] [REV 4008] Merged form trunk to branch
...
Coding guidelines improvement
git-svn-id: http://piwigo.org/svn/branches/2.0@4009 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-09 15:58:56 +00:00
patdenice
57225129b2
set_magic_quote_runtime and get_magic_quote_gpc are depreciated and can produce notices from PHP 5.3.
...
Add a @ to avoid this notices.
This functions need to be removed with PHP 6
git-svn-id: http://piwigo.org/svn/branches/2.0@4005 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-09 14:38:54 +00:00
patdenice
6de7f6179c
merge r4001-4003 from trunk to branch 2.0
...
Issue 1079: re-refactoring of code ;-)
git-svn-id: http://piwigo.org/svn/branches/2.0@4004 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-09 08:52:20 +00:00
ddtddt
74a8594c42
[branche2] Add ja_JP LocalFilesEditor language thanks to Mits
...
git-svn-id: http://piwigo.org/svn/branches/2.0@4000 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-09 07:35:01 +00:00
patdenice
7042db4041
merge r3927, r3928, r3951, r3953 from trunk to branch 2.0
...
r3927: Add Smarty's prefilter capability. see topic:16219 (FR).
r3928: Improve template prefilter functions
r3951: Allow to add prefilters, postfilters and output filters to templates.
r3953: Simplification of commit 3951.
git-svn-id: http://piwigo.org/svn/branches/2.0@3998 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-09 01:00:33 +00:00
Eric
a44ceedea6
[Piwigo] Merged from trunk to branch - Bug 1079 fixed : Return to default settings in user profile page.
...
(I don't really enjoy the code but it's the simplest way i've found)
git-svn-id: http://piwigo.org/svn/branches/2.0@3996 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-08 21:05:51 +00:00
ddtddt
327cdb0eab
[branche2] Add pt_BR help.html language thanks to Alexandre.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3988 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-08 14:43:52 +00:00
ddtddt
bddd6d35fc
[branche2] Add pt_BR install.lang.php language thanks to Alexandre.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3977 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-04 21:08:59 +00:00
ddtddt
ec0160705b
[branche2] Add pt_BR admin.lang.php language thanks to Alexandre.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3972 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-03 07:09:24 +00:00
ddtddt
8b1a002087
[branche2] Add AR languga thanks to alberto
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3952 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-01 14:59:41 +00:00
patdenice
6fdaceee16
Purge compiled templates when activate or deactivate a plugin.
...
Cf topic:16250 on french forum.
git-svn-id: http://piwigo.org/svn/branches/2.0@3949 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-01 10:41:40 +00:00
Eric
6d85089c9a
[Bug 1041] Merged form trunk to branch : Switchable double/single password input with text or password type in admin using new $conf
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3945 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-29 10:59:12 +00:00
rub
e4146c27da
Bug 1176: Mail are not sent on Free sites
...
Add text/plain like alternative content-type
git-svn-id: http://piwigo.org/svn/branches/2.0@3937 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-28 20:47:55 +00:00
ddtddt
1215ac07d1
[branche2] update admin.lang.php en_UK
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3933 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-28 15:44:52 +00:00
vdigital
7264a6fd24
[language_switch] New: pt_BR (Brasilian) flag
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3929 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-28 04:50:18 +00:00
rub
36609cc5be
Bug 1176: Mail are not sent on Free sites
...
"To: undisclosed-recipients: ;" are removed
git-svn-id: http://piwigo.org/svn/branches/2.0@3925 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-27 20:02:11 +00:00
ddtddt
f8423b0a62
update EN to branch 2 thanks to Alexandre.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3924 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-27 19:43:08 +00:00
nanticpwg
5f3374535a
git-svn-id: http://piwigo.org/svn/branches/2.0@3923 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-27 18:14:31 +00:00
ddtddt
e01b6f6b5f
Add Brazil to branch 2 thanks to Alexandre.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3919 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-26 06:23:22 +00:00
ddtddt
2c77b5319e
bug:1164 update DE
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3890 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-20 21:00:29 +00:00
ddtddt
8f7ddc4535
bug:1163 Error UTF-8 without boom
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3889 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-20 20:53:55 +00:00
ddtddt
0e054189d5
Add DE description.txt to Branche2 thanks to el ninjo
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3879 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-19 20:50:37 +00:00
ddtddt
af1237c9ca
Add PL add_c13y_upgrade plugin to Branche 2 thanks to emcek
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3862 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-17 22:17:03 +00:00
ddtddt
cf5f1a8ff1
Add PL description.txt to Branche2 thanks to emcek
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3854 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-17 14:38:27 +00:00
riopwg
f25f98afc1
Langue IT
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3850 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-15 12:12:38 +00:00
ddtddt
34cfd54033
add description.txt file in language directory for plugin even tracer
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3848 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-14 21:14:01 +00:00
ddtddt
652aa4518a
Add Langue ES descriptions for plugins.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3847 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-14 20:22:49 +00:00
riopwg
80eca74262
Add Langue IT descriptions for plugins.
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3832 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-06 22:01:00 +00:00
patdenice
203a8a33cf
merge r3716-3717 from trunk to branch 2.0
...
Allow to add description.txt file in language directory for plugin description.
Add multilingual descriptions for plugins.
git-svn-id: http://piwigo.org/svn/branches/2.0@3824 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-05 11:35:20 +00:00
patdenice
d39ce214bc
Update pclzip to 2.8.1 (PHP 5.3 compatibility)
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3822 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-05 11:20:48 +00:00
rub
13872e6e92
merge -c3798 from trunk to branch 2.0
...
Bug 1145: Mails are sent in double
git-svn-id: http://piwigo.org/svn/branches/2.0@3799 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-26 20:17:28 +00:00
riopwg
128632c8e9
Update lang IT
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3783 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-23 10:52:16 +00:00
plegall
5ec75e5fe1
cherry picking merge 7795 to
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3767 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-20 21:22:27 +00:00
plegall
adbe699749
bug 895: r3714 had replaced the "open in a new tab" (introduced in r3381 for
...
feature:1020)) into a "open in the same", but it is important to keep the
window with newsletter subscription links opened.
git-svn-id: http://piwigo.org/svn/branches/2.0@3765 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-20 21:20:30 +00:00
riopwg
1fde9c1925
Update lang IT
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3728 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-12 20:59:49 +00:00
rvelices
3181f90028
merge r3722 from trunk
...
- comment a css rule in admin page (was making Firefox very slow on form controls activation
- remove usage of jquery.dimensions because not required
git-svn-id: http://piwigo.org/svn/branches/2.0@3723 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-07 04:53:38 +00:00
patdenice
8caad629e6
bug 895 : At the end of install, webmaster is automatically connected with two buttons: "Home" and "Admin"
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3714 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-01 12:37:43 +00:00
patdenice
f609411ba0
merge r3711 from trunk to branch 2.0
...
Disable database optimization for menubar order until it has been fixed.
git-svn-id: http://piwigo.org/svn/branches/2.0@3712 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-31 14:59:31 +00:00
rvelices
de08354729
merge r3703 from trunk - fix smarty debugging info (not important)
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3704 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-30 04:00:04 +00:00
riopwg
a8ab279cbe
Update lang IT
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3667 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-24 11:48:04 +00:00
vdigital
306c8e696f
New: picture_nav_buttons.tpl gets in template-extension support
...
git-svn-id: http://piwigo.org/svn/branches/2.0@3664 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-23 18:45:43 +00:00
plegall
7edf366f8b
feature 1071: improve log system on API calls. The log can be activated by a
...
configuration setting. The log file can be changed also with a configuration
setting.
improvement: pwg.images.add API methods gets a cleaner way to log received
parameters.
git-svn-id: http://piwigo.org/svn/branches/2.0@3661 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-21 21:40:47 +00:00
plegall
881aa5ab22
bug 1070: fix a pLoader bug on Piwigo side. Catch the bad communication:
...
don't try to find tags if tag_ids parameter is empty (but not null).
git-svn-id: http://piwigo.org/svn/branches/2.0@3659 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-21 21:18:51 +00:00