Commit graph

1005 commits

Author SHA1 Message Date
nikrou
ef31203f48 html bug fixed: the sentence "mod adviser enabled" must be add in the page!
svn merge -r1298:1299 from trunk


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1300 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-05-05 20:09:51 +00:00
nikrou
8d4cda5620 bug 331 fixed: html generated contains the code in header.tpl twice
when we use the function redirect


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1297 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-05-03 17:22:15 +00:00
rvelices
bf4a561267 bug 362: remote site update fails when inserting new cat (MySql err 1048)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1295 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-29 16:34:49 +00:00
nikrou
9f9981f85e atrribute target not allowed in html strict
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1293 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-29 15:38:04 +00:00
chrisaga
84326ab944 - merge trunk r1289:1290 into branch 1.6 (bug 358 fixed)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1291 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-29 10:36:49 +00:00
rvelices
e827e05429 bug 349: Nicer display messages instead of "die" when urls cannot be
solved (also set 404 status code for bots)

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1287 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-28 05:11:46 +00:00
rvelices
1cc593f760 bug 359: transform rating html A links to FORM because some bots rate
pictures (even if rel="nofollow" is set)

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1285 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-28 04:37:28 +00:00
plegall
d6264b468c complement to revision 1282 (wrong commit, sorry)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1283 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-27 21:07:22 +00:00
plegall
46900fece3 bug 228 fixed one more time ;-): use boolean_to_string on
$conf['newuser_default_enabled_high'] during user infos creation. Useless
use of boolean_to_string on $conf['newcat_default_status'] was removed.

modification: loading configuration parameter from database was moved to a
dedicated function to be called from include/common.inc.php and from
install.php.

improvement: use of clean insert function during install.

bug fixed: during user information creation, support new status
webmaster/normal/guest instead of admin/guest.

bug fixed: during install, no need to insert obsolete mail_webmaster
configuration parameter.


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1282 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-27 21:05:07 +00:00
plegall
321d7d474c bug 357 fixed: use 2 form to have the expected behaviour when pressing after
filling the "author" textfield.

improvement: use labels on targets to make them easier to select.


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1280 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-27 20:07:33 +00:00
plegall
8b493b7ae7 bug 228 fixed: use boolean value instead of strings for configuration
parameteres newcat_default_*.


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1277 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-26 21:07:01 +00:00
chrisaga
e44b7975eb remove : useless code (related to bug 351)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1275 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-26 05:58:47 +00:00
rvelices
99fde2849d reduced the horizontal spacing between tags on the search page
when clicking today on search page, the page is not scrolled to top

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1273 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-26 01:55:55 +00:00
chrisaga
c66b0cf1c5 bug 351 fixed : htmlentities() on comments
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1271 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-25 20:36:56 +00:00
chrisaga
79accc0355 - bug 350 fixed : must not use htmlentities() on category comment
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1269 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-25 19:47:04 +00:00
chrisaga
94fd47c416 - fix : bug 353 (radio and date in search.tpl
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1267 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-25 19:14:47 +00:00
rvelices
d772f9025c bug 348: missing hint for first/last icons in picture.tpl
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1265 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-25 01:20:15 +00:00
chrisaga
dceb6dbfec - merge trunk r1260:1261 into branch 1.6 (minor improvements and fixes in template)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1262 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22 20:02:12 +00:00
chrisaga
854df586db - merge trunk r1258:1259 into branch 1.6 (htmlentities())
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1260 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22 15:27:13 +00:00
chrisaga
e49879d4b8 - merge trunk r1256:1257 into branch 1.6 (search.tpl)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1258 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22 14:29:10 +00:00
chrisaga
ce2e87d403 - merge trunk r1254:1255 into branch 1.6 (isearch.tpl anf FORM.filter)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1256 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22 14:08:25 +00:00
chrisaga
fee818cc49 - merge trunk r1252:1253 into branch 1.6 (template)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1254 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22 09:13:18 +00:00
chrisaga
8fff5ceb05 - merge trunk r1250:1251 into branch 1.6 (IE 5.2 Mac issue)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1252 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22 08:09:01 +00:00
nikrou
190f7a160a bug fixed: popuhelp (slash)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1249 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 21:14:34 +00:00
rub
0fae4fe21d Issue ID 0000346:
o Fix Picture slideshow not working

Merge BSF r1246:1247 into branch-1_6


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1248 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 21:12:10 +00:00
nikrou
4c28c9f2ea revert to 1208
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1243 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 20:55:42 +00:00
nikrou
1706a2d536 bug fixed: - input must be in a block tag
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1242 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 20:47:02 +00:00
nikrou
5ea322041d bug fixed: U_HELP missing
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1241 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 20:39:43 +00:00
nikrou
e915bd4b6c html bug fixed:
- input must be in a block tag
- remove session id (input hidden)


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1240 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 20:34:41 +00:00
nikrou
6b376444b5 html bug fixed: tags label must be closed
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1239 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 20:28:46 +00:00
nikrou
3af17f2e09 html bug fixed:
- div instead p
- input must be in a block tag


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1238 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 20:25:52 +00:00
nikrou
0fb4875162 bug fixed: incorrect value for property
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1237 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 20:19:52 +00:00
nikrou
9252f54fa4 remove slash
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1236 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 20:04:33 +00:00
nikrou
55ea2a8d54 bug fixed: add test on $_POST['list']
problem when clicking on validate-all or remove-all 
and when the list of waiting is empty


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1235 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 19:36:53 +00:00
nikrou
289ae2a469 remove surnumeral slash
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1234 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 19:33:58 +00:00
rub
41fdb7095b Issue ID 0000342:
o Improved NBM messages

Merge BSF r1231:1232 into branch-1_6


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1233 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 17:27:22 +00:00
rvelices
01f06a878f bugs 344 and 308: broken user id in $_SESSION due to php.ini register_globals
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1230 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 02:10:45 +00:00
rvelices
d637dbbe1d bug 345: cannot browse categories (Club Internet modified web server provides
PATH_INFO even if it is empty)

fix 339: also added in create_listing_file.php

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1228 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 00:03:46 +00:00
plegall
d766c69272 merge -r990:991 from branch 1.5 to branch 1.6 (bug 196 fixed)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1227 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20 21:54:56 +00:00
plegall
b11f25eb0b bug 332 fixed: automatic categories sort by name was not the expected one
(first uppercat, after lowercase).


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1224 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20 21:37:47 +00:00
plegall
599665c2cf bug 339 fixed: crash on metadata synchronization when duplicate keywords.
improvement: tools/metadata.php is nearer of what metadata synchronization
uses (concerning keywords)


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1222 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20 21:12:45 +00:00
plegall
81abfe32ec bug 343 fixed: mass_inserts() was unknown until admin/include/functions.php
was included.


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1220 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20 19:19:19 +00:00
chrisaga
97848d7172 - merge trunc r1217:1218 into branch 1.6 (last step to bug 298 resolution)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1219 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20 06:00:40 +00:00
rvelices
5f3dddac9c bug 340: ini_set disabled to Club Internet ISP + 1 error text message
fix: display issue with IE6 on admin rating (table from 100% to 99%)

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1216 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20 02:54:28 +00:00
rub
23250ebd85 Issue ID 330/337:
o Fix last bugs
  o Change class "errors" to class "infos"

Merge BSF r1213:1214 into branch-1_6

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1215 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-19 22:16:08 +00:00
plegall
22ba71d83a merge -r1211:1212 from trunk to branch-1_6 (gray add_tag.png icon)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1213 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-19 21:33:35 +00:00
plegall
ad171f93f2 improvement: filter fieldset conforms with PWG standards.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1210 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-19 21:27:39 +00:00
plegall
8789f41f8c bug fixed: during installation, upgrades from install/db with complex
identifier (X.x) were not correctly inserted.

bug fixed: available upgrades from install/db need to be inserted in
#upgrade table.

deletion: all upgrades from install/db coming from trunk are removed.

new: complete upgrade from any previous release from 1.3.0 to 1.5.2 with
automatic detection detection of the previous release.


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1209 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-19 20:54:13 +00:00
chrisaga
dab8075c96 - merge trunc r1206:1207 into branch 1.6 (HTML validation)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1208 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-19 19:45:50 +00:00
chrisaga
49fd1676ab - merge trunc r1204:1205 into branch 1.6 (bug 298)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1206 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-19 17:46:00 +00:00