rvelices
dcd7bbef2a
fix quick search php warnings in some very rare cases
...
git-svn-id: http://piwigo.org/svn/trunk@22175 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 19:57:51 +00:00
rvelices
5627167a31
fix home link with flat parameter from picture page breadcrumb
...
git-svn-id: http://piwigo.org/svn/trunk@22161 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 05:01:28 +00:00
plegall
f23b5fbcae
merge r21236 from branch 2.5 to trunk
...
bug 2861: avoid "invalid password" with manual upgrade and admin session expired
git-svn-id: http://piwigo.org/svn/trunk@22005 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-04 10:56:51 +00:00
rvelices
c75ba6ba1d
fix web service optional array parameters were always transformed to arrays
...
git-svn-id: http://piwigo.org/svn/trunk@21965 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-02 04:04:51 +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
ea10c19ac5
feature 2836: display the number of comments/tags in the menubar
...
git-svn-id: http://piwigo.org/svn/trunk@21817 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-24 06:46:35 +00:00
rvelices
55275efb66
feature 2557 recent photos/albums should never be empty
...
git-svn-id: http://piwigo.org/svn/trunk@21802 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-23 10:50:57 +00:00
rvelices
19d831bfe1
db changes for feature 2836 display # of comments/tags in menubar and feature 2557 recent photos should never be empty
...
git-svn-id: http://piwigo.org/svn/trunk@21801 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-23 10:02:04 +00:00
rvelices
c523eec163
fix unquoted string + better image sql filter
...
git-svn-id: http://piwigo.org/svn/trunk@21799 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-23 09:32:25 +00:00
flop25
539180863f
add the nb of pages as template var for navigation_bar.tpl for extensions
...
git-svn-id: http://piwigo.org/svn/trunk@21515 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-12 14:24:46 +00:00
ddtddt
2aac4f6190
[trunk] - add 2 new site piwigo.org da/tr
...
git-svn-id: http://piwigo.org/svn/trunk@21165 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 22:24:15 +00:00
plegall
ef830b0991
next version is 2.5.0
...
git-svn-id: http://piwigo.org/svn/trunk@21104 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 21:03:35 +00:00
mistic100
d441783ca3
feature:65 add pwg_db_errno and pwg_db_error
...
git-svn-id: http://piwigo.org/svn/trunk@21088 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 12:19:06 +00:00
rvelices
062a75acf7
bug 2851: hide related tags menu bar section on photo page
...
git-svn-id: http://piwigo.org/svn/trunk@21040 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 21:19:13 +00:00
rvelices
b47c2a680e
bug 2846: pwg.images.search sql error when called with f_* parameters
...
git-svn-id: http://piwigo.org/svn/trunk@20999 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-24 12:24:58 +00:00
plegall
045fb53be7
next version is 2.5.0RC2
...
git-svn-id: http://piwigo.org/svn/trunk@20986 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 21:25:38 +00:00
flop25
d02cc8f1d8
bug:2845
...
added 'tags' as potential array for pwg.images.addSimple
git-svn-id: http://piwigo.org/svn/trunk@20814 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 18:55:16 +00:00
mistic100
98f08b3ee3
feature:2847 Display additional info for API methods fields
...
git-svn-id: http://piwigo.org/svn/trunk@20750 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-13 19:26:34 +00:00
flop25
1246fd7922
bug:2845
...
use of \ to escape the comma
"a, b\, 1" will give Array ( [0] => a [1] => b, 1 ) whatever the number of \
git-svn-id: http://piwigo.org/svn/trunk@20741 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-13 18:12:10 +00:00
mistic100
9722255086
feature:65 fix fatal error at the end of the install process, remove unused file and function
...
git-svn-id: http://piwigo.org/svn/trunk@20721 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-12 11:37:34 +00:00
mistic100
e8bdcecfeb
feature:65 pwg_db_connect doesn't return anything now
...
git-svn-id: http://piwigo.org/svn/trunk@20720 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-12 11:06:00 +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
rvelices
f66a624576
start the php session before loading plugins in a standard manner (related to bug 2835: )
...
git-svn-id: http://piwigo.org/svn/trunk@20599 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-07 05:43:44 +00:00
plegall
4c4bf26b0c
feature 65: fetch_assoc behaves different with mysql and mysqli. When no row
...
is returned, mysql returns bool:false, while mysqli returns null and it was
breaking completely the installation process. I have faked the old mysql
behavior with mysqli (just for get_default_user_infos function)
git-svn-id: http://piwigo.org/svn/trunk@20545 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 13:04:42 +00:00
patdenice
b39b4e0f39
bug:2835
...
ability detect mobile theme earlier, before plugin load
git-svn-id: http://piwigo.org/svn/trunk@20543 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 10:02:05 +00:00
rvelices
5b22fcea0e
feature 2831: simple way to protect urls of originals
...
git-svn-id: http://piwigo.org/svn/trunk@20516 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-02 07:09:52 +00:00
mistic100
21c97f3858
feature:65 add fetch_array SQL functions
...
git-svn-id: http://piwigo.org/svn/trunk@20510 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-01 12:18:00 +00:00
mistic100
6f04aba061
feature:65 Add support for PHP mysqli extension, activated by default, remove returns of link_identifier
...
git-svn-id: http://piwigo.org/svn/trunk@20462 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-30 11:12:22 +00:00
mistic100
0bba3bfcf7
some code cleaning
...
git-svn-id: http://piwigo.org/svn/trunk@20453 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-29 18:46:23 +00:00
mistic100
4708e6c75e
feature:2826
...
git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-29 17:35:23 +00:00
mistic100
beb5ee38e5
separate each html_style with a nex line, for source code lisibility
...
git-svn-id: http://piwigo.org/svn/trunk@20370 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-25 11:28:22 +00:00
rvelices
d855ec866d
some code comments
...
git-svn-id: http://piwigo.org/svn/trunk@20335 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-22 19:16:36 +00:00
mistic100
bd58477644
feature:2823 Add triggers for login system, load function_plugins before function_user
...
git-svn-id: http://piwigo.org/svn/trunk@20325 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-22 15:12:48 +00:00
mistic100
ff5568afec
feature:2823 Add triggers for login system
...
git-svn-id: http://piwigo.org/svn/trunk@20282 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-20 11:50:08 +00:00
mistic100
3d81c8d2cb
protect session data with pwg_db_real_escape_string
...
git-svn-id: http://piwigo.org/svn/trunk@20281 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-20 11:48:53 +00:00
flop25
2bf0b67809
bug:2820 Var renamed
...
git-svn-id: http://piwigo.org/svn/trunk@20177 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-15 23:11:14 +00:00
flop25
a6f55ac038
bug:2820 & bug:2684
...
add $conf['maxRequests']
perf enhanced : declare once {combine_script}
add one loading gif, fixed at the bottom right of the page
display an icon for picture loading, and an error icon if ajax failed : might need to be integrated in sprite.png
ToDo picture page/clean up unused loader gif/sleep above all.
git-svn-id: http://piwigo.org/svn/trunk@20161 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14 23:15:34 +00:00
rvelices
2296637e1a
some code comments
...
git-svn-id: http://piwigo.org/svn/trunk@19878 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 06:59:27 +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
flop25
237478931b
bug:2797 added !defined('IN_ADMIN') to prefilter_local_css to exlude the local css files from the administration part
...
git-svn-id: http://piwigo.org/svn/trunk@19696 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-31 14:07:12 +00:00
mistic100
69a2071778
bug:2663 replace JSmin by JShrink
...
git-svn-id: http://piwigo.org/svn/trunk@19576 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26 11:39:32 +00:00
mistic100
9cc816d364
feature 2816: {strip} smarty tag can introduce bugs in javascript + fix picture.tpl
...
git-svn-id: http://piwigo.org/svn/trunk@19575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26 11:35:40 +00:00
plegall
6f61232067
next version is 2.5.0RC1
...
git-svn-id: http://piwigo.org/svn/trunk@19424 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-13 14:37:43 +00:00
plegall
4a93241dd1
merge r19419 from branch 2.4 to trunk
...
bug 2806 fixed: only use the day to compare from and to, and not the time.
git-svn-id: http://piwigo.org/svn/trunk@19420 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-13 10:59:17 +00:00
plegall
703465f7fc
merge r19417 from branch 2.4 to trunk
...
bug 2805: avoid XSS from EXIF/IPTC
git-svn-id: http://piwigo.org/svn/trunk@19418 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-13 09:33:10 +00:00
mistic100
bfd46560db
make sure get_sql_condition_FandF() doesn't generate corrupted SQL code
...
git-svn-id: http://piwigo.org/svn/trunk@19333 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-08 17:36:03 +00:00
plegall
36d1ab0e3e
feature 2798: let the webmaster decide how many comments to display on
...
comments.php by default
git-svn-id: http://piwigo.org/svn/trunk@19303 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-06 14:19:12 +00:00
rvelices
5ca6b4c919
bug 2772: remove "Home" from html title pages on index pages - partial revert change of breadcrumb title on home page
...
git-svn-id: http://piwigo.org/svn/trunk@19233 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-30 20:59:02 +00:00
mistic100
cd1af14ce0
clean some function desc
...
git-svn-id: http://piwigo.org/svn/trunk@19225 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-29 14:57:32 +00:00
plegall
1c29bfd22e
next version is 2.5.0beta3
...
git-svn-id: http://piwigo.org/svn/trunk@19070 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-19 22:57:11 +00:00