Willy "Linty
732c4b2a60
Issue #2001 Compatibility PHP 8.2
2023-11-06 11:37:34 +01:00
Eike Rathke
8889f7ffef
issue #1575 PHP 8 compatibility, check for object type
...
* by using $response instanceof PwgError instead of get_class()
2022-07-21 17:27:37 +02:00
Dave Williams
fedd6c4b42
Fix issue 1662 digikam login
2022-07-19 19:13:08 +02:00
plegall
a0be45af34
issue #1309 compatibility PHP 8
2021-08-06 15:57:14 +02:00
plegall
fc193f7474
issue #830 simplify PHP files header, remove copyright/license info
2019-06-04 17:13:51 +02:00
plegall
c789347c51
happy new year 2016, all headers updated
2016-01-14 12:17:58 +01:00
plegall
1681b02ee9
bug #385 __construct for PHP 7 compatibility
2015-12-20 21:49:11 +01: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
3e9c75d2bb
add "abstract" keyword for API base classes + PwgRestRequestHandler inherits from PwgRequestHandler
...
git-svn-id: http://piwigo.org/svn/trunk@25025 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-20 09:37:45 +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
rvelices
8083ba10ec
bug 2900: Improve web service output
...
git-svn-id: http://piwigo.org/svn/trunk@22729 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-18 03:58:36 +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
plegall
5d6912c45c
merge r16083 from branch 2.4 to trunk
...
tabulation is not the expected indentation
git-svn-id: http://piwigo.org/svn/trunk@16084 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 07:02:26 +00:00
rvelices
0bbca1dcbf
bug 2666 Fix invalid xml on web service output with xml format
...
git-svn-id: http://piwigo.org/svn/trunk@16074 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 04:08:55 +00:00
mistic100
112d730f3a
update Piwigo headers to 2012, last change before the expected (or not) apocalypse
...
git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 22:48:36 +00:00
rvelices
dd212fc6a1
- ws accepts method name in GET paraeters even if http method is POST (easier to see in apache logs)
...
- picture rating is done through POST and not GET
git-svn-id: http://piwigo.org/svn/trunk@11834 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 04:34:36 +00:00
plegall
6db359c622
Happy new year 2011
...
Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery"
git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 00:02:52 +00:00
plegall
eb0aec9752
bug 1652 fixed: json_encode function is required for admin.php?fckb_tags=1
...
(used in the new tags widget)
git-svn-id: http://piwigo.org/svn/trunk@6126 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-08 19:22:29 +00:00
plegall
86ad1d5b49
increase copyright year to 2010
...
git-svn-id: http://piwigo.org/svn/trunk@5196 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19 22:37:10 +00:00
plegall
9c5cfbc789
merge r4426 from branch 2.0 to trunk
...
bug 1211 fixed: with PHP 5.3, the get_class function requires the input
parameter to be an object, or else throws a E_WARNING message. In webservices
files, I have replaced all "get_class" calls by "@get_class".
git-svn-id: http://piwigo.org/svn/trunk@4427 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-04 23:19:26 +00:00
plegall
1b711ad236
Administration: happy new year 2009, all PHP headers updated.
...
git-svn-id: http://piwigo.org/svn/trunk@3049 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04 23:28:36 +00:00
rvelices
4d86bb2234
- images.file categories.permalink old_permalinks.permalink - become binary
...
- session security improvement: now the sessions are valid only for originating ip addr (with mask 255.255.0.0 to allow users behind load balancing proxies) -> stealing the session cookie is almost a non issue (with the exception of the 65536 machines in range)
- metadata sync from the sync button does not overwrite valid data with empty metadata
- other small fixes/enhancements:
- added event get_category_image_orders
- fix display issue with redirect.tpl (h1/h2 within h1)
- fix known_script smarty function registration
- query search form not submitted if q is empty
- better admin css rules
- some other minor changes (ws_core, rest_handler, functions_search...)
git-svn-id: http://piwigo.org/svn/trunk@2521 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-12 02:17:35 +00:00
rvelices
553727dffa
- merge r2355 from 1.7 to trunk: fix display of menubar related tags in IE7
...
- optimized sql query in permalinks
- remove some unused global variable declarations
- fix bug in admin/themeconf.inc.php
git-svn-id: http://piwigo.org/svn/trunk@2356 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-23 10:15:48 +00:00
plegall
524011bfa6
Bug fixed: as rvelices notified me by email, my header replacement script was
...
bugged (r2297 was repeating new and old header).
By the way, I've also removed the replacement keywords. We were using them
because it was a common usage with CVS but it is advised not to use them with
Subversion. Personnaly, it is a problem when I search differences between 2
Piwigo installations outside Subversion.
git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-05 14:14:07 +00:00
plegall
3f235497f3
Modification: new header on PHP files, PhpWebGallery renamed Piwigo.
...
git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-04 22:57:23 +00:00
rvelices
98b07a4a7f
- some code refactoring before upgrade to utf (only cosmetic at this point...)
...
git-svn-id: http://piwigo.org/svn/trunk@2126 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-08 23:46:09 +00:00
rub
e78d0fde73
Update svn properties (svn:eol-style and svn:keywords)
...
git-svn-id: http://piwigo.org/svn/trunk@1912 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-16 06:30:07 +00:00
rub
5094197a21
Add missing index.php.
...
git-svn-id: http://piwigo.org/svn/trunk@1910 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-16 06:18:25 +00:00
rvelices
dca9bd094a
- function delete_user now clears asssociated data in the caddie table and the sessions table
...
- xml writer improvement for web service
git-svn-id: http://piwigo.org/svn/trunk@1863 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-27 12:32:23 +00:00
rvelices
2f70d58b22
web services: give vincent the calling partner id
...
git-svn-id: http://piwigo.org/svn/trunk@1768 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-29 20:38:08 +00:00
rvelices
f992150313
Web service first version.
...
git-svn-id: http://piwigo.org/svn/trunk@1698 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-06 11:13:08 +00:00