plegall
59d2febb48
bug 347 fixed: need add_session_id function for identification without
...
cookie (this correction can't be merge to current trunk because cookies are
now mandatory).
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1279 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-26 21:27:02 +00:00
plegall
5865079907
bug 278 fixed: calendar on date_available could not work because
...
date_available has a datetime MySQL column format while date_creation has a
date MySQL column format. We use DATE_FORMAT MySQL function to resolv this
issue.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1054 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-23 21:38:00 +00:00
plegall
01b388d518
bug 269 fixed: the icon HTML creation was bugged on recent PHP versions
...
because stricter on arguments of mktime function.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1039 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-13 21:51:22 +00:00
plegall
c4cb551358
bug 276 fixed: french word "du" was hardcoded on day stats. Replaced by a
...
":", just like for month stats.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1037 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-13 21:41:16 +00:00
nikrou
eb692b973e
merge trunk r1024:1025 into branch 1.5:
...
Languages corrections: bug 225, 237, 248, 257, 258 fixed
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1026 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-06 08:41:47 +00:00
nikrou
66294c6e86
bug 277 fixed: Caddie text is always in english
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1016 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-28 13:31:12 +00:00
nikrou
1d46a96621
bug 268 fixed: display debug content correctly
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1011 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-21 20:32:09 +00:00
nikrou
71d78a813f
Revert to revision 1002
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1005 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-15 13:49:29 +00:00
nikrou
9d6404ad36
Improve security of sessions:
...
- use only cookies to store session id on client side
- use default php session system with database handler to store sessions on server side
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1003 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-15 12:52:55 +00:00
nikrou
6d45ca83ef
-bug 259 fixed: optimize parse_comment_content() including links
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1002 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-09 20:30:21 +00:00
nikrou
22387e0d9b
not include .svn directory in the candidates directories for update
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1001 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-09 19:43:07 +00:00
nikrou
129f203470
- bug 260 fixed: var U_LOST_PASSWORD not defined
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@999 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-06 15:21:57 +00:00
nikrou
7ed07f360c
code simplification
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@997 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-01 17:02:18 +00:00
chrisaga
cb6b60d655
fix bug 254: Quickconnect items are currently outside the sidebar with Opera 7.x till 8.51
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@994 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-30 21:29:12 +00:00
nikrou
98bd8ea9b3
Modification mineure: le sujet du mail doit être encodé car il peut contenir des espaces.
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@993 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-29 13:28:33 +00:00
nikrou
6a7a654094
Correction du bug 238
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@992 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-29 10:40:32 +00:00
plegall
bf56ef443b
bug 196 fixed : release creator shell script transforms every occurence of
...
%PWGVERSION% into the release number being created. This occurence should
not been transformed, so we use a little trick :-)
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@991 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-27 10:03:29 +00:00
plegall
9bc452537e
bug 247 fixed : image_id GET parameter was not checked for sanity before
...
usage in SQL queries. Now, image_id must be a numeric value.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@989 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-25 22:37:07 +00:00
plegall
7bdb132ffc
bug 246 fixed : GET parameter "search" is not completely checked before
...
usage in SQL queries. Simple check : if a ";" if found, execution stops.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@988 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-25 22:34:44 +00:00
plegall
2268adf642
bug 245 fixed : GET parameters "since", "sort_by", "sort_order",
...
"items_number", and "cat" are now checked before being used in SQL queries.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@987 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-24 15:31:25 +00:00
chrisaga
a4b2bcbb80
cosmetic : change page title form {PAGE_TITLE} to {GALLERY_TITLE}:{PAGE_TITLE} in template
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@984 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-12 19:31:29 +00:00
plegall
0df3668f85
- bug fixed : #eee background color for blockquote comments had
...
disappeared. Now comments are displayed with same colors in comments.php
and picture.php
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@977 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-09 22:56:12 +00:00
plegall
b69981c2cd
- bug fixed: PHP warning when no categories in menu, because $level was not
...
initialized in get_html_menu_category function.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@975 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-09 22:53:25 +00:00
plegall
7d49614752
- bug 209 fixed: upgrade script did not delete obsolete columns in users
...
table. users.password column was not updated by upgrade script. To fix
this bug, a new upgrade script from 1.5.0 was added even if database model
did not change, it's just about fixing upgraded database.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@974 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-06 22:18:08 +00:00
chrisaga
dca8ba0c4a
dd feature 221 : Add a link to "lost password" in quick connect form
...
plus link to "register" and move quickconnect rules from default-layout.css to menubar.css
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@973 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 23:53:26 +00:00
plegall
98e4c38f1d
- bug 220 fixed: french grammatical corrections.
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@968 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 22:14:58 +00:00
plegall
844506eccf
- bug 224 fixed: if no categories to synchronize (no directory in
...
"galleries" directory), crash on information retrieval from pictures
uploaded by users.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@966 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 22:02:01 +00:00
chrisaga
0e02f343e8
bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and css
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@964 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 19:00:12 +00:00
chrisaga
c7571979dd
svn properties : ignore config_local.inc.php
...
plus delete useless include/.cvsignore
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@962 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 17:44:25 +00:00
plegall
4d464d7f70
- feature 195 added: Link to admin main page added in admin menu. This is
...
not a merge from BSF.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@957 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-25 23:02:58 +00:00
plegall
6fd6d2721b
- bug 219 fixed: displaying "all" in "global mode" doesn't display all
...
pictures but only all pictures from current display to end.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@955 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-25 22:45:52 +00:00
chrisaga
519d3ebc6b
- fix bug 222 : comments page broken with IE
...
IE doesn't understand child selector nor min-height
use floating design instead of positionning
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@951 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-24 19:09:13 +00:00
plegall
9a61fdfe05
- bug 216 fixed: a message about validation required is given when a user
...
submits a comment
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@947 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-19 16:09:06 +00:00
plegall
5a1d2d14ca
- bug 215 fixed: unvalidated user comments are not displayed on user
...
comments common page anymore
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@946 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-19 16:07:18 +00:00
plegall
a8836718e5
- bug 212 fixed: during registration process, different password and
...
password confirmation triggered no error.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@945 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-19 16:05:26 +00:00
plegall
89fec49fda
- bug 199 fixed: hard coded URL in RSS feed instead of using
...
$conf['gallery_url']
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@944 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-18 23:28:51 +00:00
plegall
d3524368d2
- corrupted picture comes back
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@943 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-18 23:03:59 +00:00
plegall
3ccf54efbc
- delete a corrupted file, will be added back soon
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@942 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-18 23:02:47 +00:00
plegall
db658fcbe1
- bug fixed: UL/LI tags were not correctly closed in category menu tree.
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@940 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-18 22:42:35 +00:00
chrisaga
f280ff4b17
bug 206 fixed: PNG thumbnails clipped with IE
...
- added class="icon" to recent.png (functions_html.inc.php)
- added class="button" to al png button images (*.tpl)
- changed pngfix.js to only fix icon or button images
template improvement: category prettier and simpler (a little bit)
- got rid of one SPAN level
- content.css more readable
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@939 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-17 20:13:36 +00:00
plegall
b6833701d6
- merge trunc r933:934 into branch 1.5 (bug 207 fixed)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@935 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-16 21:21:39 +00:00
chrisaga
a06d7c5cae
- bug 197 fixed : IE doesn't support multiple class
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@933 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-13 10:15:06 +00:00
plegall
5fa7cab4da
- merge trunc r930:931 into branch 1.5 (bug 198 fixed)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@932 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-12 21:38:43 +00:00
plegall
d17eac9104
- bug 180 fixed: (report from BSF) remote_site.tpl doesn't validate.
...
- translation bug fixed: (report from BSF) generate_file_listing.php doesn't
exist, it's create_listing_file.php !
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@929 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-08 21:26:30 +00:00
plegall
f5d15d6b12
- Branch 1.5 creation
...
- modification: on a fix branch, version is not shown, neither generation
time.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@928 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-08 21:23:20 +00:00
plegall
4639f2dfbc
This commit was manufactured by cvs2svn to create branch 'branch-1_5'.
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@926 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-07 23:07:46 +00:00
plegall
5282ee6fb1
- bug 184 fixed: for the third time...
...
git-svn-id: http://piwigo.org/svn/trunk@925 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-07 23:07:46 +00:00
plegall
094fc8814f
- improvement: use a "filter" form for adding user comments.
...
git-svn-id: http://piwigo.org/svn/trunk@924 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-07 22:54:49 +00:00
plegall
6718d32228
(not in ChangeLog)
...
- bug fixed: French translation wrong on "v�rouiller" which should be
written "verrouiller"
git-svn-id: http://piwigo.org/svn/trunk@923 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-05 15:31:10 +00:00
plegall
2ee8bc9efe
- bug 186 fixed: useless template theme icons deleted. Remaining icons in
...
GIF converted to PNG.
git-svn-id: http://piwigo.org/svn/trunk@922 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-05 15:16:03 +00:00