Commit Graph

1485 Commits

Author SHA1 Message Date
vdigital
174417b8cf Bug 0000705: Upload error with incomplete URL.
+ Broken link in Admin/intro.php

git-svn-id: http://piwigo.org/svn/trunk@2033 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-06-12 21:52:46 +00:00
rub
e8c396c06b Resolved issue 0000489: Mail address obligatory
git-svn-id: http://piwigo.org/svn/trunk@2032 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-06-10 22:01:18 +00:00
rub
3fbc92f61e Resolved issue 0000702: Code Injection with picture comment
git-svn-id: http://piwigo.org/svn/trunk@2030 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-06-07 18:50:25 +00:00
rub
182fb00f8f Resolved issue 0000697: with generic user a author name is necessary to comment picture.
+ Change way to determinate if user is a guest (use functions like is_admin)


git-svn-id: http://piwigo.org/svn/trunk@2029 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-06-05 22:01:15 +00:00
chrisaga
a42b553c48 update: some more files to save before upgrading
git-svn-id: http://piwigo.org/svn/trunk@2028 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-06-02 11:00:55 +00:00
plegall
c0a9781ff8 Cosmetic: make get_comment_post_key function more readable.
git-svn-id: http://piwigo.org/svn/trunk@2027 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-28 08:13:30 +00:00
rub
70ad3c68fc Improvement of picture url built
git-svn-id: http://piwigo.org/svn/trunk@2026 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-25 22:02:47 +00:00
rub
bcb81f3efd Resolved issue 0000693: guest & default users can to be deleted
git-svn-id: http://piwigo.org/svn/trunk@2024 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-25 15:51:40 +00:00
vdigital
ea7fd8c4df Bug: Conformity issue, empty categories create errors.
git-svn-id: http://piwigo.org/svn/trunk@2022 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-23 20:07:04 +00:00
rvelices
345653a2fb merge r2020 from branch 17 to trunk
- invalid html in page banner on admin page might interfere with actual page

git-svn-id: http://piwigo.org/svn/trunk@2021 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-18 23:36:55 +00:00
rub
190aaed7be Issue 0000691: Fix bad French translations
git-svn-id: http://piwigo.org/svn/trunk@2018 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-17 22:08:31 +00:00
rvelices
79e551fbd5 admin multi view improvement: allow admins to change conf['show_queries'] and conf['debug_l10n'] for their session ...
git-svn-id: http://piwigo.org/svn/trunk@2016 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-16 05:08:46 +00:00
rub
75bfe8b667 Replace some $lang by l10n
git-svn-id: http://piwigo.org/svn/trunk@2014 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-15 20:23:09 +00:00
rvelices
88d47f2332 keyword search was not working comments.php
git-svn-id: http://piwigo.org/svn/trunk@2012 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-15 03:38:48 +00:00
rub
badf551781 Issue 0000619: bad result of cookie_path() function
Manage gallery install on directly on root directory


git-svn-id: http://piwigo.org/svn/trunk@2010 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-14 21:08:53 +00:00
rub
13bd2aed42 Move language markers following last commit.
git-svn-id: http://piwigo.org/svn/trunk@2009 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-13 20:47:25 +00:00
vdigital
8a66364ac6 Change Language marker: From 1.8 (and following) all language updates are grouped below a comment line.
Developers are invited to respect this new rule to minimize translators efforts.

git-svn-id: http://piwigo.org/svn/trunk@2008 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-13 13:30:49 +00:00
rub
21a95d9f40 Issue 0000619: bad result of cookie_path() function
After discussion with Radu of an other case, PATH_INFO is re-introduce with news conditions.


git-svn-id: http://piwigo.org/svn/trunk@2006 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-11 20:07:47 +00:00
rub
d9d2a5ad8d Issue 0000619: bad result of cookie_path() function
I removed source code with PATH_INFO because this code generates problem on some environment and because I don't understand this utility (next substr extracts good value)



git-svn-id: http://piwigo.org/svn/trunk@2004 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-08 10:12:14 +00:00
plegall
6c147eda54 Bug 538 fixed: when managing elements of a virtual category, dissociating
some elements of the current category now instantly removes the elements of
the element list.


git-svn-id: http://piwigo.org/svn/trunk@2003 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-07 22:00:47 +00:00
plegall
3ae12221ac merge -r1997:1998 from branch 1.7 to trunk
Bug 679 fixed: avoid involuntarily upgrading more than once. A check of
existing tables/columns was added to make sure the upgrade is not a refresh.


git-svn-id: http://piwigo.org/svn/trunk@1999 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-04 21:56:58 +00:00
rvelices
e54bca5449 correct bug on one of my previous commits (flat for picture page)
git-svn-id: http://piwigo.org/svn/trunk@1996 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-02 23:07:14 +00:00
rvelices
4e778d238f check for is_adviser in plugin admin page
git-svn-id: http://piwigo.org/svn/trunk@1994 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-02 03:09:10 +00:00
rub
3f497660fb Missing svn property
git-svn-id: http://piwigo.org/svn/trunk@1993 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-01 14:02:23 +00:00
rub
20c284546f Issue 0000684: History [Search] - Add a thumbnail display
o Display choice can be selected
  o Display choice is saved on on cookie
  o Small improvement picture link (hoverbox on all the link, alt&title on classic mode)
  o New cookie functions and use


Enhance computing method of script_basename function.

http://forum.phpwebgallery.net/viewtopic.php?pid=58258#p58258

Merge BSF 1988:1989 into branch-1_7

git-svn-id: http://piwigo.org/svn/trunk@1992 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-01 13:57:52 +00:00
vdigital
f1494f1893 Bug 0000684: History [Search] - Add a thumbnail display.
git-svn-id: http://piwigo.org/svn/trunk@1991 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-29 19:04:57 +00:00
rub
24bbf9758d Issue 0000529:
Enhance computing method of script_basename function.

http://forum.phpwebgallery.net/viewtopic.php?pid=58258#p58258

git-svn-id: http://piwigo.org/svn/trunk@1989 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-29 15:52:41 +00:00
rub
877564c8c5 Delete all history tables on maintenance page.
git-svn-id: http://piwigo.org/svn/trunk@1987 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-27 22:25:05 +00:00
rub
a0295117fe Issue 0000682: Error on user registration
On register page when the 2 passwords are not the same, an error occurs but user is also created.

=> Just error must be raised.

git-svn-id: http://piwigo.org/svn/trunk@1985 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-27 05:22:17 +00:00
rvelices
ccc17f2f7f category image order not correct
git-svn-id: http://piwigo.org/svn/trunk@1983 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-27 04:20:56 +00:00
rvelices
3025faead3 maintenance on categories also invalidates the user cache
git-svn-id: http://piwigo.org/svn/trunk@1981 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-27 00:20:06 +00:00
rvelices
e1d0867f07 put some code from the huge section_init to 2 functions
- parse_section_url does the exact opposite of make_section_in_url
- parse_well_known_params_url does the exact opposite of add_well_known_params_in_url

section_init is more readable and plugins can have their own views with the same url style
this is not a bug correction but I will merge it to branch 1_7 to take advantage for a plugin

git-svn-id: http://piwigo.org/svn/trunk@1980 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-26 03:07:50 +00:00
rvelices
3ac503a15b invalidation of the users cache done in a function and an action is triggered
git-svn-id: http://piwigo.org/svn/trunk@1978 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-26 01:59:39 +00:00
rvelices
b76b07bcb6 small english correction
git-svn-id: http://piwigo.org/svn/trunk@1976 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-25 03:42:08 +00:00
rvelices
e2b8bab019 merge revision 1974 from branch-1_7 to trunk
git-svn-id: http://piwigo.org/svn/trunk@1975 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-23 23:50:39 +00:00
vdigital
013d0ec342 Bug: Permalink arrows visibility / p0w0 theme.
git-svn-id: http://piwigo.org/svn/trunk@1972 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-22 20:09:44 +00:00
rub
37096826b4 Add filter conditions on new sql query added for feature 660.
git-svn-id: http://piwigo.org/svn/trunk@1971 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-22 16:19:16 +00:00
plegall
4d7cc8e7f1 Feature 660 added: creation date of tthe category images can be displayed
next to category title in subcatify mode. The feature was implemented in a
very simple way that must be improved in display, performance and
recursivity.


git-svn-id: http://piwigo.org/svn/trunk@1970 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-22 13:11:56 +00:00
rub
6c888182b9 In create_listing_file.php file, re-set $conf['use_exif'] value with same value defined in config_default.inc.php file.
With 1.7, action are done in order to standardize between this 2 files.

Reduce line length (<79)

git-svn-id: http://piwigo.org/svn/trunk@1968 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-21 22:17:06 +00:00
rub
7c504a5551 Fix French language (See http://forum.phpwebgallery.net/viewtopic.php?id=10510)
git-svn-id: http://piwigo.org/svn/trunk@1966 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-20 19:39:16 +00:00
rvelices
7b2a9b1c74 - added rel nofollow for help link in search.tpl
- added {PLUGIN_PICTURE_ACTIONS} in picture.tpl

git-svn-id: http://piwigo.org/svn/trunk@1964 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-20 01:41:29 +00:00
rub
ea4f185d1f git-svn-id: http://piwigo.org/svn/trunk@1963 68402e56-0260-453c-a942-63ccdbb3a9ee 2007-04-19 20:40:38 +00:00
rub
5640d3c36f Change cat_*.php header
git-svn-id: http://piwigo.org/svn/trunk@1961 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-19 06:01:28 +00:00
rub
26243e1613 Small improvement: order group by name
git-svn-id: http://piwigo.org/svn/trunk@1960 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-19 05:57:41 +00:00
rub
0d23430059 Caddie:
Fix issue when the are not pictures attached to disassociated categories

git-svn-id: http://piwigo.org/svn/trunk@1958 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-14 12:32:01 +00:00
rub
4bcb652c77 Small improvement:
Random selection of pictures on notifications.

git-svn-id: http://piwigo.org/svn/trunk@1957 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-14 12:25:17 +00:00
rvelices
f386460ec3 merge r1955 from branch-1_7 to trunk:
flat view small improvements (picture page on root category sorter urls and works in several cases)
correction in permalinks admin (error was assignment in if instead of comparison)

git-svn-id: http://piwigo.org/svn/trunk@1956 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-13 23:58:28 +00:00
plegall
38ca856ea4 New: trunk code name changes from "Alligator" to "Butterfly".
git-svn-id: http://piwigo.org/svn/trunk@1954 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-11 08:33:18 +00:00
rvelices
3ed9a9e763 fix admin.php #_user_cache.need_update
git-svn-id: http://piwigo.org/svn/trunk@1952 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-11 00:49:45 +00:00
rub
a991ac35eb Issue 674:
Allow administrator and webmaster ADVISER to ask a new password


git-svn-id: http://piwigo.org/svn/trunk@1951 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-10 05:26:48 +00:00