aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git-svn-id: http://piwigo.org/svn/trunk@1604 ↵rvelices2006-11-102-10/+3
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* - comments.php improvements:rvelices2006-11-081-4/+11
| | | | | | | | | | - unvalidated comments are shown only for administrators - added delete/validate icons for admins - removed some unused code - display of comment content performed through an event - replace some get_thumbnail_src with get_thumbnail_url git-svn-id: http://piwigo.org/svn/trunk@1598 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed 3 never used functionsrvelices2006-11-031-84/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@1592 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000575:rub2006-11-021-4/+5
| | | | | | | | | | o Missing Help on screen Groups List/Group Management Resolved Issue ID 0000356: o Increase security on adviser mode (Screen Group List) git-svn-id: http://piwigo.org/svn/trunk@1591 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins last modifications + events are triggered now from picture.phprvelices2006-11-013-6/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@1590 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins compatible with php4rvelices2006-10-311-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1588 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins go now in the #plugins tablervelices2006-10-312-66/+182
| | | | git-svn-id: http://piwigo.org/svn/trunk@1584 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000526:rub2006-10-301-2/+32
| | | | | | | | | | o Add default group to new user Allow to have n default groups. Property are save on table #_group and can be modified on administration group screen. git-svn-id: http://piwigo.org/svn/trunk@1583 68402e56-0260-453c-a942-63ccdbb3a9ee
* - plugins can add now their page to the admin pagervelices2006-10-273-22/+141
| | | | | | | - new plugin (event_tracer) that demonstrate it and useful to see all calls to trigger_event git-svn-id: http://piwigo.org/svn/trunk@1580 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins: first prototype versionrvelices2006-10-262-0/+195
| | | | git-svn-id: http://piwigo.org/svn/trunk@1578 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000356:rub2006-10-215-24/+35
| | | | | | | | | | | | o Increase security on adviser mode First modifications of n modifications. All the others modifications will be done on BSF branch. Merge branch-1_6 1568:1570 into BSF git-svn-id: http://piwigo.org/svn/trunk@1571 68402e56-0260-453c-a942-63ccdbb3a9ee
* 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