aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature 434: split thumbnails in template so customization could be easyerchrisaga2006-06-241-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1384 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 375: html bug; warnings are displayed outside from the html tree.nikrou2006-06-221-24/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@1380 68402e56-0260-453c-a942-63ccdbb3a9ee
* svn merge -r1366:1371 from branch 1.6 into trunknikrou2006-06-223-1/+320
| | | | git-svn-id: http://piwigo.org/svn/trunk@1377 68402e56-0260-453c-a942-63ccdbb3a9ee
* issue 426 step 1 reverted:nikrou2006-06-223-21/+4
| | | | | | | | svn merge -r1466:1465 . svn merge -r1463:1462 . git-svn-id: http://piwigo.org/svn/trunk@1376 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 431: src of image are incorrect:nikrou2006-06-211-2/+14
| | | | | | | ex: ././galleries/img.jpg instead of ./galleries/img.jpg git-svn-id: http://piwigo.org/svn/trunk@1374 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 418: navigation bar in picture.php to the root of special categoriesrvelices2006-06-191-4/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@1373 68402e56-0260-453c-a942-63ccdbb3a9ee
* small fix: problem with undefined constant in public zone.nikrou2006-06-182-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1366 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000407: accents are not allowed in mail headersrub2006-06-181-1/+2
| | | | | | | | Fix: comment for str_translate_to_ascii7bits fucntion must be split into two lines git-svn-id: http://piwigo.org/svn/trunk@1364 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 426: first step; separation of admin and public into two templatesnikrou2006-06-183-4/+21
| | | | | | | Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000407: accents are not allowed in mail headersrub2006-06-172-4/+25
| | | | git-svn-id: http://piwigo.org/svn/trunk@1361 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1353 from branch-1_6 to trunk (bug 389: font tag allowed in category rvelices2006-06-142-2/+2
| | | | | | html description for subcatify) git-svn-id: http://piwigo.org/svn/trunk@1354 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1351 from branch-1_6 to trunk (bug 388: html errors in month_calendar)rvelices2006-06-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1352 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1329:1330 from branch 1.5 to trunk (bug 378 fixed).plegall2006-05-311-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@1331 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove : calls to html_entity_decode() since we don't use html entities in ↵chrisaga2006-05-261-5/+1
| | | | | | l10n() any more (see bug 358) git-svn-id: http://piwigo.org/svn/trunk@1321 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1308:1309 from branch 1.6 to trunk (bug 367 fixed)plegall2006-05-152-3/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@1310 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1305 from branch-1_6 to trunkrvelices2006-05-091-1/+4
| | | | | | | fix: URLs not working with some ISPs that set _SERVER['PATH_INFO'] in a non standard way git-svn-id: http://piwigo.org/svn/trunk@1306 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000371:rub2006-05-072-11/+14
| | | | | | | | | | | o Sorry but reverse r1299/1300 Issue ID 0000356: o Add new html properties tags on adviser mode git-svn-id: http://piwigo.org/svn/trunk@1303 68402e56-0260-453c-a942-63ccdbb3a9ee
* html bug fixed: the sentence "mod adviser enabled" must be add in the page!nikrou2006-05-052-13/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@1299 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 331 fixed: html generated contains the code in header.tpl twice nikrou2006-05-031-0/+7
| | | | | | | | when we use the function redirect svn merge -r1296:1297 from branch 1.6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1298 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-283-1/+25
| | | | | | | 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-281-26/+16
| | | | | | | 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-273-28/+49
| | | | | | | other little things) git-svn-id: http://piwigo.org/svn/trunk@1284 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1276:1277 from branch-1_6 to trunk (bug 228 fixed)plegall2006-04-261-4/+4
| | | | 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-261-1/+1
| | | | | | | | 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
* - 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
* 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-211-1/+1
| | | | | | | | | 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
* partial merge -r1173:1174 from branch-1_6 to trunk: new configurationplegall2006-04-202-1/+14
| | | | | | | | | | | | | | | 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
* merge r1216 from branch-1_6 into trunkrvelices2006-04-201-7/+13
| | | | | | | | 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
* - 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
* 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
* -remove : useless CVS stuffchrisaga2006-04-151-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@1179 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 330:rub2006-04-141-71/+0
| | | | | | | | o Remove "background treatment" o Add button "Continue treatment" git-svn-id: http://piwigo.org/svn/trunk@1177 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1175 from branch-1_6 into trunkrvelices2006-04-141-3/+14
| | | | | | | | fix: sessions css 3px image border goes from both clear and dark to image.css git-svn-id: http://piwigo.org/svn/trunk@1176 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 326:rub2006-04-142-2/+2
| | | | | | | | o Fix none translations "pictures" o Fix display 0 pictures git-svn-id: http://piwigo.org/svn/trunk@1172 68402e56-0260-453c-a942-63ccdbb3a9ee
* -bug 308 fixed: problem when updating sessionnikrou2006-04-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1164 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1162 from branch-1_6 into trunkrvelices2006-04-142-3/+13
| | | | | | | | | | | | | fix: calendar prev/next links not working properly when 'any' (All/Tout) was selected fix: calendar 'any' (All/Tout) not shown on for the day selection (last calendar level) - it was meaningless fix: calendar image ordering is by date descending for large periods (no year selected) or ascending for small periods (week,month...) git-svn-id: http://piwigo.org/svn/trunk@1163 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 330:rub2006-04-131-4/+5
| | | | | | | | o Remove Apache functions o Show redirect message on 2 lines git-svn-id: http://piwigo.org/svn/trunk@1160 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 330:rub2006-04-123-9/+89
| | | | | | | | | o Change NBM configuration in order to avoid lose treatment action when occurred timeout o Add news redirect/repost functions git-svn-id: http://piwigo.org/svn/trunk@1156 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 328:rub2006-04-111-0/+4
| | | | | | | o Fix raw text mail git-svn-id: http://piwigo.org/svn/trunk@1148 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1144 from branch-1_6 into trunkrvelices2006-04-112-6/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@1145 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1134 from branches/branch-1_6 into trunkrvelices2006-04-082-14/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@1135 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: "subcatify" becomes optionnal. Enabled by default, easy toplegall2006-04-063-62/+178
| | | | | | | revert to previous display. git-svn-id: http://piwigo.org/svn/trunk@1132 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: urls for tags can contain now only the tag or the id and tagrvelices2006-04-066-64/+135
| | | | | | | | | | | | | | | | | improvement: urls for category can be now id and category names (instead of only id) improvement: added 2 indexes (#image_tag.tag_id and #tags.url_name) improvement: identification, register, search pages automatically set focus on first form input improvement: focus, nofocus css class now valid for all forms fix: category comment is tag stripped in category_subcats.inc.php (otherwise issues with html/scripts inside category comment) git-svn-id: http://piwigo.org/svn/trunk@1131 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: MOD subcatify integrated. On main page, thumbnails representing aplegall2006-04-052-59/+38
| | | | | | | | category are not displayed the same way as thumbnails representing a picture. Feedback welcomed on this feature. git-svn-id: http://piwigo.org/svn/trunk@1130 68402e56-0260-453c-a942-63ccdbb3a9ee