1457 Commits

Author SHA1 Message Date
plegall 38dbeabe43 New version 1.7.0 hard coded (not replaced at release creation time).
git-svn-id: http://piwigo.org/svn/tags/release-1_7_0@2002 68402e56-0260-453c-a942-63ccdbb3a9ee
1.7.0
2007-05-04 22:43:06 +00:00
plegall 23eee870a2 stable release required modifications: don't show version and generation
time in footer, don't check the upgrade feed, don't die on sql errors.


git-svn-id: http://piwigo.org/svn/tags/release-1_7_0@2001 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-04 22:30:41 +00:00
plegall 920d16abcb Create release 1.7.0 from branch 1.7 r1999.
git-svn-id: http://piwigo.org/svn/tags/release-1_7_0@2000 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-04 22:16:19 +00:00
plegall f413decdd7 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/branches/branch-1_7@1998 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-04 21:54:23 +00:00
rvelices ae6cd8f928 merge r1996 from trunk to branch-1_7
correct bug on one of my previous commits (flat for picture page)

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1997 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-02 23:08:45 +00:00
rvelices db02ed0b14 merge r1994 from trunk to branch-1_7
check for is_adviser in plugin admin page

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1995 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-02 03:11:16 +00:00
rub 933749789c Issue 0000529:
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/branches/branch-1_7@1990 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-29 15:54:31 +00:00
rub 8192a92ff4 Delete all history tables on maintenance page.
Merge BSF 1986:1987 into branch-1_7

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1988 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-27 22:26:30 +00:00
rub a44bf33a85 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.


Merge BSF 1984:1985 into branch-1_7

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1986 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-27 05:24:01 +00:00
rvelices 53522d5411 merge r1983 from trunk to branch-1_7
category image order not correct

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1984 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-27 04:23:08 +00:00
rvelices 5b0d26b779 merge revisions 1980 and 1981 from trunk to branch-1_7
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
maintenance on categories also invalidates the user cache

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1982 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-27 00:22:41 +00:00
rvelices bd73ae2b2d merge revision 1978 from trunk to branch-1_7
invalidation of the users cache done in a function and an action is triggered

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1979 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-26 02:01:36 +00:00
rvelices 657b7e814e merge revision 1976 from trunk to branch 1.7
small english language correction

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1977 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-25 03:44:17 +00:00
rvelices d029431644 permalinks not administrable by advisors
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1974 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-23 23:47:02 +00:00
vdigital 85efba1370 Bug: Permalink arrows visibility / p0w0 theme.
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1973 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-22 20:23:52 +00:00
rub d96768a05e 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)

Merge BSF 1967:1968 into branch-1_7

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1969 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-21 22:18:46 +00:00
rub 06153552a8 Fix French language (See http://forum.phpwebgallery.net/viewtopic.php?id=10510)
Merge BSF 1965:1966 into branch-1_7

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1967 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-20 19:41:16 +00:00
rvelices bf22f7ec69 merge r1964 from trunk to branch-1_7
- added rel nofollow for help link in search.tpl
- added {PLUGIN_PICTURE_ACTIONS} in picture.tpl

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1965 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-20 01:41:58 +00:00
rub 25ed7b89d3 Small improvement: order group by name
Change cat_*.php header

Merge BSF 1959:1961 into branch-1_7

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1962 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-19 06:04:04 +00:00
rub 8a97ff299e Merge BSF 1956:1958 into branch-1_7
Small improvement:
  Random selection of pictures on notifications.

Caddie:
  Fix issue when the are not pictures attached to disassociated categories


git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1959 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-14 12:34:44 +00:00
rvelices 1d02741910 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/branches/branch-1_7@1955 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-13 23:57:55 +00:00
rvelices ee399d727d fix admin.php #_user_cache.need_update
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1953 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-11 00:49:58 +00:00
rvelices 5f4f11299a permalink and category.php redirections are permanent (http code 301) instead of temporary (301)
added rel nofollow for the metadata link on picture page
changed h2 background color style in dark/mail-css (was not readable when images are not downloaded)

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1949 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-09 23:24:34 +00:00
rub bb5821e577 Update #_user_cache.need_update only for pages witch change permission
=> Increase treatment time for NBM for example

Merge BSF 1944:1945 into branch-1_7

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1946 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-07 21:52:48 +00:00
rub 9c861fd51b Set correct ID property
Merge BSF 1939:1943 into branch-1_7

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1944 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-07 15:58:31 +00:00
rub 33f7477dbe Add upgrade_feed.php on files list to delete on upgrade.
Merge BSF 1939:1940 into branch-1_7

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1941 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-07 15:35:43 +00:00
rvelices 1e0b576e3b dark theme correction
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1938 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-06 19:55:21 +00:00
plegall 009e0e3029 Change PWG version to "branch 1.7"
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1937 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-06 17:34:28 +00:00
plegall a2eee141fd branch-1_7 creation from trunk r1935
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1936 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-06 17:20:45 +00:00
rub e853154f9d svn:eof-style native => LF
git-svn-id: http://piwigo.org/svn/trunk@1935 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-01 10:36:04 +00:00
vdigital 378bb46e95 Help review: "Move a category" help screens are included in 1.7, they don't exist in previous versions.
git-svn-id: http://piwigo.org/svn/trunk@1934 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-01 08:26:14 +00:00
rub 4001c9164e remove forgotten debug line
git-svn-id: http://piwigo.org/svn/trunk@1933 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-30 18:23:22 +00:00
rub 7acc304f55 o add missing $lang
o use of l10n_dec
  o normalize file header


git-svn-id: http://piwigo.org/svn/trunk@1932 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-29 19:04:54 +00:00
rub ac97e73565 Set correct svn properties
git-svn-id: http://piwigo.org/svn/trunk@1931 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-28 22:41:13 +00:00
rub 69b26ddc47 Issue 578
User guest must be real user

Step 2: Installation finished, guest must be used on list and group, corrections


git-svn-id: http://piwigo.org/svn/trunk@1930 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-28 22:30:04 +00:00
plegall 60903d8c88 Bug fixed: in history filter screen, when no lines to display, a variable
was not defined but used later. (warning removed)


git-svn-id: http://piwigo.org/svn/trunk@1929 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-28 22:28:54 +00:00
plegall 87323dd957 New: language keys in new history search administration screen were added.
git-svn-id: http://piwigo.org/svn/trunk@1928 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-28 22:18:20 +00:00
plegall 0d5216267c New: release upgrade scripts from 1.3.0 come back from branch 1.6. Only
install/upgrade_1.6.2.php is really new, upgrade 60 was taken into
account. Detection of 1.6.0 or 1.6.2 data model in upgrade.php. Release
upgrade scripts added on trunk to be kept in a safer place.


git-svn-id: http://piwigo.org/svn/trunk@1927 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-28 22:06:13 +00:00
rub 7c43a3c62d Issue 578
User guest must be real user

Step 1: guest is a real user

On next commit, I finish installation and use of guest of user list and group

git-svn-id: http://piwigo.org/svn/trunk@1926 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-28 19:57:00 +00:00
plegall b86d4ac0b8 Complement to trunk r1924: modification on index names reported in SQL
database structure installation file.

Modification: somes indexes were renamed to comply with PWG indexes naming
rules, ie <table_name>_[u for unique]i<index number in table>.


git-svn-id: http://piwigo.org/svn/trunk@1925 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-27 08:43:10 +00:00
plegall 04e58f3769 Modification: somes indexes were renamed to comply with PWG indexes naming
rules, ie <table_name>_[u for unique]i<index number in table>.


git-svn-id: http://piwigo.org/svn/trunk@1924 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-27 08:26:28 +00:00
vdigital df6bbba138 wording change: Include Mathias remarks.
git-svn-id: http://piwigo.org/svn/trunk@1923 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-27 05:16:42 +00:00
rub 6e5bd301d4 Same "shell" in French & English!
git-svn-id: http://piwigo.org/svn/trunk@1922 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-26 21:05:09 +00:00
vdigital 37885187b7 Help review: "Edit a category" screen have 4 new options in 1.7 and they weren't described.
If someone in the team can do a 4-eyes review on both versions:
en_UK.iso-8859-1/help/cat_modify.html and fr_FR.iso-8859-1/help/cat_modify.html
Thx.


git-svn-id: http://piwigo.org/svn/trunk@1921 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-26 20:28:45 +00:00
rub 200c2bb3ef "Put checkbox on the left!"
git-svn-id: http://piwigo.org/svn/trunk@1920 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-26 19:15:52 +00:00
rub 162b78ec1b Add css class on button.
git-svn-id: http://piwigo.org/svn/trunk@1919 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-21 06:00:24 +00:00
rub d4c1e505c5 Change the hover color of image border on clean mail.
git-svn-id: http://piwigo.org/svn/trunk@1918 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-17 21:49:57 +00:00
rub ea27482987 Fix problem when admin send email information about category.
git-svn-id: http://piwigo.org/svn/trunk@1917 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-17 11:20:57 +00:00
rub f1914f122e Send email on pwg group:
o Best mail content
  o Add a text area in order to complete email

git-svn-id: http://piwigo.org/svn/trunk@1916 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-16 22:52:52 +00:00
rub 1a3660405a Add the last (before 1.8) tabsheet on administration menu (Waiting elements).
Small change way mail function.

git-svn-id: http://piwigo.org/svn/trunk@1915 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-16 18:49:19 +00:00