aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Resolved Issue ID 0000587:rub2006-11-204-4/+2
| | | | | | | | o Not uniform use of lang['login'] and lang['Username'] Merge branch-1_6 1612:1613 into BSF git-svn-id: http://piwigo.org/svn/trunk@1614 68402e56-0260-453c-a942-63ccdbb3a9ee
* - plugins can have full control over the path/url of the element/image/rvelices2006-11-173-104/+349
| | | | | | | | thumbnail/high (it is possible now to have secure images, on the fly watermarking, mod download and media integrator plugins working together in any combination and without touching PWG core) git-svn-id: http://piwigo.org/svn/trunk@1612 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix: phpWGOpenWindow was not working because of popup blocker in IE and FF if rvelices2006-11-171-20/+15
| | | | | | the image was not in the cache git-svn-id: http://piwigo.org/svn/trunk@1611 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fix: comments_forall and category commentable were not checked during rvelices2006-11-165-76/+168
| | | | | | | | | | | POST and a comment could be inserted - feature 524: anti-spam: - check number of links - check ip address against spamhaus.org block list - action when comment is qualified spam (needs validation or reject) - so far everything is in the config file git-svn-id: http://piwigo.org/svn/trunk@1610 68402e56-0260-453c-a942-63ccdbb3a9ee
* completely replaced get_thumbnail_src it get_thumbnail_url rvelices2006-11-156-63/+45
| | | | | | or get_thumbnail_path git-svn-id: http://piwigo.org/svn/trunk@1609 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix potential incompatibility with events directly in the templatervelices2006-11-151-7/+6
| | | | | | (use attachEvent instead of onfocus) git-svn-id: http://piwigo.org/svn/trunk@1608 68402e56-0260-453c-a942-63ccdbb3a9ee
* forgot small icon.rvelices2006-11-141-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@1607 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 479: when more than 3 tags selected, be able to remove one tag rvelices2006-11-144-24/+52
| | | | | | from the multiple tags git-svn-id: http://piwigo.org/svn/trunk@1606 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins: added actions for register_user, delete_categories, delete_elementsrvelices2006-11-142-0/+12
| | | | | | and delete_user git-svn-id: http://piwigo.org/svn/trunk@1605 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@1604 ↵rvelices2006-11-106-39/+33
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* - comments.php improvements:rvelices2006-11-086-65/+100
| | | | | | | | | | - 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
* - merge category_recent_cats and category_subcats into category_cats (a lot rvelices2006-11-084-232/+93
| | | | | | | of common code,and now representative selection works for recent cats...) - some replacements of get_thumbnail_src with get_thumbnail_url git-svn-id: http://piwigo.org/svn/trunk@1597 68402e56-0260-453c-a942-63ccdbb3a9ee
* - deprecated get_thumbnail_src (still there for compatibility). use rather rvelices2006-11-073-40/+73
| | | | | | | get_thumbnail_path or get_thumbnail_url (these allow plugins to override) - plugins can hook into index thumbnail display (items only so far) git-svn-id: http://piwigo.org/svn/trunk@1596 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added trigger_action in menubar and page_tail (begin and end)rvelices2006-11-073-35/+39
| | | | | | - small cosmetic change in menubar to simplify life for some plugin features git-svn-id: http://piwigo.org/svn/trunk@1595 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-024-5/+54
| | | | | | | | | | 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-0114-217/+369
| | | | git-svn-id: http://piwigo.org/svn/trunk@1590 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix: get_filename_wo_extension (check for ===false) and template make_filenamervelices2006-11-012-6/+10
| | | | | | improvement: can retrieve template output outside the template git-svn-id: http://piwigo.org/svn/trunk@1589 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
* template improvement: added merge_block_vars method (instead of creating a rvelices2006-10-311-0/+24
| | | | | | | | new block iteration, it merges given variables with the last block). This is a trick available to plugins (it will avoid calling trigger_event every 2 lines). git-svn-id: http://piwigo.org/svn/trunk@1587 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 571: getimagesize error (missing PHPWG_ROOT_PATH)rvelices2006-10-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1586 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins go now in the #plugins tablervelices2006-10-3110-83/+304
| | | | git-svn-id: http://piwigo.org/svn/trunk@1584 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000526:rub2006-10-309-16/+117
| | | | | | | | | | 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
* Resolved Issue ID 0000526:rub2006-10-292-4/+4
| | | | | | | | | o Add default group to new user Change default value and $conf name. git-svn-id: http://piwigo.org/svn/trunk@1582 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000526:rub2006-10-292-0/+23
| | | | | | | | | o Add default group to new user git-svn-id: http://piwigo.org/svn/trunk@1581 68402e56-0260-453c-a942-63ccdbb3a9ee
* - plugins can add now their page to the admin pagervelices2006-10-2710-27/+310
| | | | | | | - 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
* fix: make_filename for absolute path under windows (c:\)rvelices2006-10-271-3/+5
| | | | | | | improvement: you don't have to call assign_block_vars('a' before calling assign_block_vars('a.b' git-svn-id: http://piwigo.org/svn/trunk@1579 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins: first prototype versionrvelices2006-10-2613-14/+459
| | | | git-svn-id: http://piwigo.org/svn/trunk@1578 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix a previous upgrade (username column was not binary)rvelices2006-10-241-0/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@1575 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000567:rub2006-10-211-1/+1
| | | | | | | | | | o Don't add <BR> for categories with description including <script> (See category ping-pong, ...) git-svn-id: http://piwigo.org/svn/trunk@1573 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000356:rub2006-10-217-27/+38
| | | | | | | | | | | | 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
* - put back config['session_length'] disappeared in r1493 but has always beenrvelices2006-10-207-163/+183
| | | | | | | | | | | | | used in the code (generates mysql errors on session garbage collector) - fix auto_login (die mysql when session timed out, but user has remember) - when a user reconnects from identification.php, the remember cookie was not deleted - fix all redirect warnings/errors (many changes - mainly in common.inc.php and user.inc.php) - reduced $conf['remember_me_length'] to 60 days, because now at each auto login the 60 days countdown restarts git-svn-id: http://piwigo.org/svn/trunk@1568 68402e56-0260-453c-a942-63ccdbb3a9ee
* put back the redirect function as it was in branch 1.6 (still not working ↵rvelices2006-10-194-49/+48
| | | | | | perfectly with the auto_login) git-svn-id: http://piwigo.org/svn/trunk@1567 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 563: send an email to admin when new user registers (optional)rvelices2006-10-193-0/+39
| | | | git-svn-id: http://piwigo.org/svn/trunk@1566 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 564: logs in the history table each user login rvelices2006-10-1912-59/+168
| | | | | | | 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
* comments.php: cleanup url (t=1 in the url for an unknown reason) and image rvelices2006-10-172-4/+6
| | | | | | urls work now with all url styles git-svn-id: http://piwigo.org/svn/trunk@1563 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 560: merge r1561 to trunk - url issue when ↵rvelices2006-10-131-8/+7
| | | | | | | | $conf['picture_url_style']='file' and filename is numeric or numeric followed by - git-svn-id: http://piwigo.org/svn/trunk@1562 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000556:rub2006-10-101-6/+23
| | | | | | | | | o Error on Save a High Definition Picture stored on distant site Merge branch-1_6 1558:1559 into BSF git-svn-id: http://piwigo.org/svn/trunk@1560 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 549: fix uninitialized variable PHP warning in calendarrvelices2006-10-081-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1558 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000544:rub2006-09-201-1/+7
| | | | | | | | | o Error on download HD picture Merge branch-1_6 1550:1551 into BSF git-svn-id: http://piwigo.org/svn/trunk@1552 68402e56-0260-453c-a942-63ccdbb3a9ee
* corrected links in RSS feedrvelices2006-09-192-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@1550 68402e56-0260-453c-a942-63ccdbb3a9ee
* RSS feed improvements:rvelices2006-09-183-275/+393
| | | | | | | | | | | | - send 404 when feed id missing/unknown - added a guid element for each feed item (make the difference between 2 different 0/1 items - they have the same link element) - don't update last_check unless some news are available - new images/updated albums removed from the 0/1 feed item - added 5 different feed items for new images/updated albums (generated by grouping post date) with more information, thumbnails and links git-svn-id: http://piwigo.org/svn/trunk@1549 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
* Modification: change current version from "%PWGVERSION%" to "Alligator".plegall2006-08-262-2/+2
| | | | | | | "Alligator" is the name of the trunk until next stable branch. git-svn-id: http://piwigo.org/svn/trunk@1546 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000516:rub2006-08-241-1/+1
| | | | | | | | o $lang_info not declared Merge branch-1_6 1539:1540 into BSF git-svn-id: http://piwigo.org/svn/trunk@1541 68402e56-0260-453c-a942-63ccdbb3a9ee
* ability to add content to html head elements rvelices2006-08-172-1/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@1539 68402e56-0260-453c-a942-63ccdbb3a9ee
* added number of tags, image-tag associations and image-category association rvelices2006-08-164-2/+28
| | | | | | on the main admin page git-svn-id: http://piwigo.org/svn/trunk@1538 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 519: quick search (first version)rvelices2006-08-1512-42/+388
| | | | git-svn-id: http://piwigo.org/svn/trunk@1537 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 518: anyone can delete or validate a commentnikrou2006-08-141-2/+5
| | | | | | | | | comment_id must be int: use of intval function to use it in the query. svn merge -r1534:1535 from branch 1.6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1536 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove duplicate line!rub2006-08-111-1/+0
| | | | | | | | | | | $headers.= 'Reply-To: '.$from."\n"; Resolved Issue ID 0000516: o Charset not defined on mail headers (Content-Type) o Add too others important Content-Type informations git-svn-id: http://piwigo.org/svn/trunk@1534 68402e56-0260-453c-a942-63ccdbb3a9ee