aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* atrribute target not allowed in html strictnikrou2006-04-293-4/+4
| | | | | | | svn merge -r1292:1293 from branch 1.6 git-svn-id: http://piwigo.org/svn/trunk@1294 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@1292 ↵chrisaga2006-04-292-2/+2
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 358 fixed : Accent are not correctly displayed in category listingchrisaga2006-04-294-15/+6
| | | | | | | | | Removed calls to htmlentities() improvement : charset added in HTTP header so browser's automatic encoding works even if httpd is not netto latin1 revert to original l10n() : use of htmlentities() didn't solve bug in IE tooltips git-svn-id: http://piwigo.org/svn/trunk@1290 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove useless code : old css link obsolete and unused for PWG > 1.5.xchrisaga2006-04-291-4/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@1289 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1287 from branch-1_6 to trunkrvelices2006-04-285-2/+34
| | | | | | | 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/trunk@1288 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1285 in from branch-1_6 to trunkrvelices2006-04-288-37/+49
| | | | | | | 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/trunk@1286 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1281:1283 from branch 1.6 to trunk (bug 228 fixed one more time, andplegall2006-04-276-82/+83
| | | | | | | other little things) git-svn-id: http://piwigo.org/svn/trunk@1284 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1279:1280 from branch 1.6 to trunk (bug 357 fixed)plegall2006-04-271-4/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@1281 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1276:1277 from branch-1_6 to trunk (bug 228 fixed)plegall2006-04-263-13/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@1278 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge branch 1.6 r1274:1275 into trunk (useless code)chrisaga2006-04-261-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@1276 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1273 from branch-1_6 to trunkrvelices2006-04-263-4/+9
| | | | | | | | 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/trunk@1274 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge branch 1.6 r1270:1271 into trunk (bug 351)chrisaga2006-04-251-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1272 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge branch 1.6 r1268:1269 into trunk (bug 350)chrisaga2006-04-251-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1270 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge branch 1.6 r1266:1267 into trunkchrisaga2006-04-252-39/+71
| | | | git-svn-id: http://piwigo.org/svn/trunk@1268 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1265 from branch-1_6 to trunkrvelices2006-04-251-4/+4
| | | | | | bug 348: missing hint for first/last icons in picture.tpl git-svn-id: http://piwigo.org/svn/trunk@1266 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improve : caddie display : now like the thumbails in category page. Valid ↵chrisaga2006-04-234-24/+29
| | | | | | HTML (still an Opera issue) git-svn-id: http://piwigo.org/svn/trunk@1263 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement : minor improvements and bug fixes in templatechrisaga2006-04-226-8/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@1261 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improve : add some htmlentities() to clean category names and descripion. ↵chrisaga2006-04-222-7/+7
| | | | | | Still more to do. git-svn-id: http://piwigo.org/svn/trunk@1259 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improve : search.tpl, onfocus and onblur addedchrisaga2006-04-221-5/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@1257 68402e56-0260-453c-a942-63ccdbb3a9ee
* - rewrite : search.tpl with FORM.filter and FILESETs instead of TABLEs. Now ↵chrisaga2006-04-223-107/+112
| | | | | | | | | | valid HTML 4.01 strict - improve : FORM.filter for search.tpl needs - fix : FORM.filter bug with Opera - fix : FORM#quickconnect git-svn-id: http://piwigo.org/svn/trunk@1255 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improve : template codechrisaga2006-04-225-34/+11
| | | | | | tables are horizontaly centered by default git-svn-id: http://piwigo.org/svn/trunk@1253 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix : display on IE 5.2 Mac ↵chrisaga2006-04-221-0/+3
| | | | | | (http://forum.phpwebgallery.net/viewtopic.php?pid=34243#p34243) git-svn-id: http://piwigo.org/svn/trunk@1251 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: popuhelp (slash)nikrou2006-04-218-8/+8
| | | | | | | svn merge -r1248:1249 from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1250 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000346:rub2006-04-211-0/+3
| | | | | | | | o Fix Picture slideshow not working git-svn-id: http://piwigo.org/svn/trunk@1247 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: popuhelpnikrou2006-04-212-1/+2
| | | | | | | svn merge from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1246 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: add test on $_POST['list']nikrou2006-04-211-2/+2
| | | | | | | | | | problem when clicking on validate-all or remove-all and when the list of waiting is empty svn merge -r1234:1235 from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1245 68402e56-0260-453c-a942-63ccdbb3a9ee
* html bug fixednikrou2006-04-218-30/+11
| | | | | | | svn merge -r1238:1240,1242 from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1244 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000342:rub2006-04-214-2/+8
| | | | | | | | o Improved NBM messages git-svn-id: http://piwigo.org/svn/trunk@1232 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1230 from branch-1_6 into trunkrvelices2006-04-212-8/+8
| | | | | | bugs 344 and 308: broken user id in $_SESSION due to php.ini register_globals git-svn-id: http://piwigo.org/svn/trunk@1231 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1228 from branch-1_6 into trunkrvelices2006-04-212-2/+10
| | | | | | | | | 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/trunk@1229 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r990:991 from branch 1.5 to trunk (bug 196 fixed)plegall2006-04-201-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@1226 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1223:1224 from branch 1.6 to trunk (bug 332 fixed)plegall2006-04-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1225 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1221:1222 from branch 1.6 to trunk (bug 339)plegall2006-04-202-7/+44
| | | | git-svn-id: http://piwigo.org/svn/trunk@1223 68402e56-0260-453c-a942-63ccdbb3a9ee
* partial merge -r1173:1174 from branch-1_6 to trunk: new configurationplegall2006-04-207-870/+31
| | | | | | | | | | | | | | | parameter die_on_sql_error (upgrade.php and install/upgrade_*.php not concerned on BSF) partial merge -r1208:1209 from branch-1_6 to trunk (only bug fix on incorrect insertion of complex upgrade identifiers) deletions: upgrade.php and all install/upgrade_*.php because these script are never up to date on BSF. Anyway, they are only required on a stable branch. git-svn-id: http://piwigo.org/svn/trunk@1221 68402e56-0260-453c-a942-63ccdbb3a9ee
* -fix : link to fix-ie5-ie6.css was incorrect in header.tpl (related to bug 298)chrisaga2006-04-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1218 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1216 from branch-1_6 into trunkrvelices2006-04-202-8/+14
| | | | | | | | 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/trunk@1217 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 330/337:rub2006-04-192-4/+12
| | | | | | | | o Fix last bugs o Change class "errors" to class "infos" git-svn-id: http://piwigo.org/svn/trunk@1214 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: add_tag.png icon with a color nearer of yoga template (icon inplegall2006-04-191-0/+0
| | | | | | | gray) git-svn-id: http://piwigo.org/svn/trunk@1212 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1209:1210 from branch-1_6 to trunk (rating management filter displayplegall2006-04-192-57/+65
| | | | | | | improvement) git-svn-id: http://piwigo.org/svn/trunk@1211 68402e56-0260-453c-a942-63ccdbb3a9ee
* <html><head><meta name="qrichtext" content="1" /></head><body ↵chrisaga2006-04-192-2/+17
| | | | | | | | | | style="font-size:10pt;font-family:Sans"> <p>- HTML validation : of thumbnails in caddie plus a more compact display</p> </body></html> git-svn-id: http://piwigo.org/svn/trunk@1207 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix : bug 298 (vanishing objects in IE6)chrisaga2006-04-192-4/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@1205 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1203 from branch-1_6 into trunkrvelices2006-04-186-79/+174
| | | | | | | bug 335: tn_ext, has_high and representative_ext are updated during file synchronization and not metadata synchronization git-svn-id: http://piwigo.org/svn/trunk@1204 68402e56-0260-453c-a942-63ccdbb3a9ee
* - HTML validation : get_html_tag_selection() must never return an empty list ↵chrisaga2006-04-181-0/+4
| | | | | | (<ul></ul>) git-svn-id: http://piwigo.org/svn/trunk@1201 68402e56-0260-453c-a942-63ccdbb3a9ee
* HTML validationchrisaga2006-04-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1199 68402e56-0260-453c-a942-63ccdbb3a9ee
* - deletion : of unused ruleschrisaga2006-04-181-2/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1197 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix bug 298 : useless css rule added which makes IE6 happychrisaga2006-04-181-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1195 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1193 from branch-1_6 into trunkrvelices2006-04-181-2/+3
| | | | | | fix: update print.css for correct printing git-svn-id: http://piwigo.org/svn/trunk@1194 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 308: improve correctionnikrou2006-04-171-16/+6
| | | | | | | svn merge -r1190:1191 from branch1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1192 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@1189 ↵chrisaga2006-04-160-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@1188 ↵chrisaga2006-04-160-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee