aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature 564: logs in the history table each user login rvelices2006-10-191-21/+20
| | | | | | | feature 562: possibility to log page visits for any combination of administrators/users/guests git-svn-id: http://piwigo.org/svn/trunk@1565 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r 1547 from branch-1_6 to Alligatorrvelices2006-09-181-2/+4
| | | | | | bug 539: link to picture_modify.php instead of picture.php in rating page git-svn-id: http://piwigo.org/svn/trunk@1548 68402e56-0260-453c-a942-63ccdbb3a9ee
* added number of tags, image-tag associations and image-category association rvelices2006-08-161-1/+22
| | | | | | on the main admin page git-svn-id: http://piwigo.org/svn/trunk@1538 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000507:rub2006-08-091-0/+9
| | | | | | | | | | | | | | o format of email o max_execution_time equal to 0 o -f with only adress mail o use of standard function get_webmaster_mail_address 2 news $conf parameters. Merge branch-1_6 r1529:1530 into BSF git-svn-id: http://piwigo.org/svn/trunk@1531 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 510: missing permission linknikrou2006-08-091-1/+1
| | | | | | | svn merge -r1527:1528 from branch 1.6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1529 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000495.rub2006-07-311-1/+1
| | | | | | | | | o Quotes and slashes are not correct on mail content Merge branch-1_6 r1519:1520 into BSF git-svn-id: http://piwigo.org/svn/trunk@1521 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000474 (Step 3):rub2006-07-311-1/+0
| | | | | | | | | | o Remove .htaccess files o Undo svn:1505 http://svn.gna.org/viewcvs/phpwebgallery?rev=1505&view=rev git-svn-id: http://piwigo.org/svn/trunk@1519 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000474 (Step 2):rub2006-07-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Add .htaccess files => * admin - .htaccess = deny from all * doc - no .htaccess * galleries - .htaccess = Options -Indexes * include - .htaccess = deny from all => move 2 .js in template-common * install - .htaccess = deny from all * language - .htaccess = deny from all * template - .htaccess = Options -Indexes * template-common - .htaccess = Options -Indexes * template-extension - .htaccess = Options -Indexes * tools - no .htaccess git-svn-id: http://piwigo.org/svn/trunk@1505 68402e56-0260-453c-a942-63ccdbb3a9ee
* function names are case-insensitive but it's a good idea to call functions nikrou2006-07-261-2/+2
| | | | | | | | | as they appear in their declaration. So all functions names that manipulate url like make_index_url() are write with lowercase git-svn-id: http://piwigo.org/svn/trunk@1503 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 169: each category can have its own image orderrvelices2006-07-261-0/+100
| | | | git-svn-id: http://piwigo.org/svn/trunk@1500 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 482 fixed: deletion of our account must be impossiblenikrou2006-07-211-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@1489 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 471 fixed: quote in tagsnikrou2006-07-211-12/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@1487 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000474 (Step 1):rub2006-07-186-24/+105
| | | | | | | | | | | | | o Rename index.htm into index.php o Add index.php on all sub-directories o Use an uniform source code of index.php (like /include/index.php) (/index.php is of course not changed) git-svn-id: http://piwigo.org/svn/trunk@1481 68402e56-0260-453c-a942-63ccdbb3a9ee
* Reopened and Resolved Issue ID 0000459:rub2006-07-131-1/+1
| | | | | | | | | o get_email_address_as_display_text could be improve in order to display '' for null email value. git-svn-id: http://piwigo.org/svn/trunk@1462 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000456, 0000457, 0000459, 0000465:rub2006-07-116-8/+17
| | | | | | | | o Fix bugs adviser mode git-svn-id: http://piwigo.org/svn/trunk@1458 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000447:rub2006-07-092-4/+4
| | | | | | | | o Fix Incorrect Tag Translations git-svn-id: http://piwigo.org/svn/trunk@1452 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1439:1440 from branch 1.6 to trunk (bug 455 fixed: deleting a tagplegall2006-07-081-1/+1
| | | | | | | also add a tag if "add tag" box filled). git-svn-id: http://piwigo.org/svn/trunk@1441 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1426:1427 from branch 1.6 to trunk (bug 397 fixed: [...] typeplegall2006-07-031-7/+17
| | | | | | | comparison with operator "=="). git-svn-id: http://piwigo.org/svn/trunk@1428 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000442:rub2006-06-271-1/+1
| | | | | | | o customize mail content is not used (only default value) git-svn-id: http://piwigo.org/svn/trunk@1408 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 428: blank page when gd extension missingnikrou2006-06-221-0/+5
| | | | | | | svn merge -r1377:1378 from branch 1.6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1379 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 423 fixed: & non encoded in image urlnikrou2006-06-161-2/+2
| | | | | | | svn merge -r1356:1357 from branch 1.6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1358 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1346:1347 from branch 1.6 to trunk (bug 402 fixed).plegall2006-06-131-3/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@1348 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1332:1333 from branch 1.6 to trunk (bug 374 fixed)plegall2006-06-021-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1334 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1312:1313 from branch 1.6 to trunk (bug 373 fixed)plegall2006-05-153-11/+54
| | | | git-svn-id: http://piwigo.org/svn/trunk@1314 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1308:1309 from branch 1.6 to trunk (bug 367 fixed)plegall2006-05-151-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1310 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1306:1307 from branch 1.6 into trunkplegall2006-05-151-15/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1308 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 362: remote site update fails when inserting new cat (MySql err 1048)rvelices2006-04-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1296 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1281:1283 from branch 1.6 to trunk (bug 228 fixed one more time, andplegall2006-04-272-3/+3
| | | | | | | 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-262-9/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@1278 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: popuhelp (slash)nikrou2006-04-217-7/+7
| | | | | | | svn merge -r1248:1249 from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1250 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
* Issue ID 0000342:rub2006-04-211-1/+1
| | | | | | | | o Improved NBM messages git-svn-id: http://piwigo.org/svn/trunk@1232 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-201-0/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@1223 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 330/337:rub2006-04-191-2/+10
| | | | | | | | 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
* merge -r1209:1210 from branch-1_6 to trunk (rating management filter displayplegall2006-04-191-23/+38
| | | | | | | improvement) git-svn-id: http://piwigo.org/svn/trunk@1211 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1203 from branch-1_6 into trunkrvelices2006-04-183-76/+168
| | | | | | | 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
* Issue ID 330:rub2006-04-142-32/+55
| | | | | | | | o Remove "background treatment" o Add button "Continue treatment" git-svn-id: http://piwigo.org/svn/trunk@1177 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 334:rub2006-04-141-4/+9
| | | | | | | o Fix problem with field adviser when allow_adiviser is false git-svn-id: http://piwigo.org/svn/trunk@1170 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 330:rub2006-04-131-10/+16
| | | | | | | | 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-122-22/+120
| | | | | | | | | 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
* bug fixed: add test on $_POST['list']nikrou2006-04-121-3/+3
| | | | | | | | | problem when clicking on validate-all or remove-all and when the list of comments is empty merge -r1150:1151 from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1154 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: urls for tags can contain now only the tag or the id and tagrvelices2006-04-062-23/+25
| | | | | | | | | | | | | | | | | 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
* bug fixed: replace obsolet tn_width and tn_height language keys by their newplegall2006-04-051-2/+0
| | | | | | | | | | | | equivalent. improvement: HTML properties forms rewritten to offer labelled Yes/No click on checkboxes. improvement: onblur onfocus attribute used on every HTML properties form. git-svn-id: http://piwigo.org/svn/trunk@1129 68402e56-0260-453c-a942-63ccdbb3a9ee
* typo fixed: forgotten a "$" on $tags_of array when calling set_tags_of.plegall2006-04-051-6/+8
| | | | | | | modification: "." and ";" are also supported as IPTC keywords separator. git-svn-id: http://piwigo.org/svn/trunk@1127 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: I had forgotten to re-add storage_category_id in the list ofplegall2006-04-041-7/+2
| | | | | | | | fields to insert in #images. To avoid future mistakes, I extract automatically all keys of the first array to insert. git-svn-id: http://piwigo.org/svn/trunk@1122 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature deleted: code for categories link was too complicated for such aplegall2006-04-048-703/+161
| | | | | | | | | | | simple fature. Replaced by static association. Links are not persistent anymore. modification removed: #image_category.is_storage replaced by #images.storage_category_id as in branche 1.5.. git-svn-id: http://piwigo.org/svn/trunk@1121 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix: sql query erros when: no items for the selected tag, search returnsrvelices2006-04-041-21/+23
| | | | | | | | | | | | | | | | | no result, caddie is empty fix: tag cloud was showing least used tags fix: strip html tags from head/title element on the page (tag index page title contained <a>...) improvement: added 5 tag levels in css for "ready to use" tags fix: corrected png icon calendar_created.png for IE fix: english language for nbm git-svn-id: http://piwigo.org/svn/trunk@1120 68402e56-0260-453c-a942-63ccdbb3a9ee