source: trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6510   14 years nikrou Fix bug 1722 : PosgtreSQL wants all fields in select to be in Group by …
(edit) @6500   14 years nikrou Bug 1716 fixed : Check upgrades failed in intro Incorrect use of …
(edit) @6484   14 years rvelices - revert r6473 and r6475 - moved call to event format_exif_data earlier
(edit) @6475   14 years rvelices previous commit was still not ok - quick fix (maybe not the cleanest) …
(edit) @6473   14 years rvelices - quick fix (maybe not the cleanest) of regression 2.0 -> 2.1 when …
(edit) @6463   14 years nikrou Fix bug 1717 : SQLite: access failure on Admin > Tools > History hour …
(edit) @6437   14 years rvelices - do not remove slashes before calling insert_user_comment …
(edit) @6423   15 years nikrou Bug 1705 fixed : double quotes were not escaped
(edit) @6411   15 years rvelices merge r6368,6410 from branch-2.1 to trunk - merged the linkroot …
(edit) @6385   15 years plg merge r6384 from branch 2.1 to trunk bug 1704 fixed: windows needs a …
(edit) @6365   15 years plg merge r6361 from branch 2.1 to trunk feature 1697: ability to …
(edit) @6363   15 years plg remove all svn:mergeinfo properties
(edit) @6355   15 years rvelices fix bug 1663 : wrong decoding of non Ascii iptc/exif (charset issue)
(edit) @6340   15 years plg merge r6338 from branch 2.1 to trunk bug 1694 fixed: COMPUTED Exif …
(edit) @6339   15 years nikrou Fix bug 1695 : incorrect boolean to string conversion for SQLite and …
(edit) @6322   15 years plg merge r6321 from branch 2.1 to trunk bug 1682: r6312 was producing a …
(edit) @6318   15 years patdenice $themeconfid hard coded in template class
(edit) @6316   15 years plg merge r6313 from branch 2.1 to trunk bug 1685 fixed: typo on …
(edit) @6315   15 years plg merge r6312 from branch 2.1 to trunk bug 1684 fixed: the test to …
(edit) @6314   15 years plg merge r6311 from branch 2.1 to trunk bug 1683 fixed: as soon as an …
(edit) @6153   15 years nikrou Fix get_enums function for SQLite hard coded enums values for all …
(edit) @6152   15 years plg add nl.piwigo.org as domain name if current language is nl_NL fix …
(edit) @6126   15 years plg bug 1652 fixed: json_encode function is required for …
(edit) @6125   15 years nikrou Amend bug 1559. standard deviation was not removed in some places. So, …
(edit) @6093   15 years plg bug 1649 fixed: search EXIF/IPTC in the high definition photo if there …
(edit) @6092   15 years nikrou SQLite availabilty must be check by existence of SQLite3 class
(edit) @6090   15 years plg bug 1648 fixed: add the pwg_db_check_version functions for pdo-sqlite, …
(edit) @6075   15 years plg remove debug trace
(edit) @6074   15 years plg bug 1501 fixed: with apache_authentication, fall back to …
(edit) @6060   15 years plg bug 1063 fixed: avoid error when adding a tag in chinese or russian …
(edit) @6052   15 years plg bug 1639 fixed: the upload form now correctly uses the …
(edit) @6051   15 years plg improvement: use the same code to check upload readiness in …
(edit) @6049   15 years plg bug 1635 fixed: new API method pwg.images.checkUpload tells pLoader if …
(edit) @6025   15 years plg bug 1637: make the privacy level the same everywher, use "who can see …
(edit) @6006   15 years patdenice feature 1502: Add $themeconfload_parent_local_head parameter
(edit) @5999   15 years plg bug 860 related: don't try to update the configuration during install …
(edit) @5998   15 years plg bug 860 related: if the directory doesn't exist (SVN users) first try …
(edit) @5993   15 years patdenice feature 1502: $themeconfload_css_parent apply recursively
(edit) @5991   15 years patdenice feature 1502: Add $themeconfload_parent_css parameter
(edit) @5990   15 years plg bug 1484: prevent XSS vulnerability, encode url. improvement: no need …
(edit) @5986   15 years plg bug 1484: after a "quick connect" you are correctly redirect to the …
(edit) @5985   15 years plg bug 860: display a more readable error when the _data directory is not …
(edit) @5982   15 years plg feature 1630: upgrade to Piwigo 2.1 :-) bug 1604: only activate core …
(edit) @5930   15 years nikrou Fix missing argument for pwg_db_changes()
(edit) @5924   15 years laurent.duretz Issue 1521 : correction of separator problem
(edit) @5920   15 years nikrou Bug 1617 fixed : help page is displayed in current theme in public or …
(edit) @5917   15 years laurent.duretz Issue 1521 : correction for admin pages
(edit) @5861   15 years plg bug 1606: don't try to check the "no photo yet" feature when …
(edit) @5854   15 years plg bug 1603: encoding charset added at HTTP level for the "no photo yet" …
(edit) @5796   15 years patdenice User theme was not used for header and footer in NBM.
(edit) @5782   15 years nikrou Bug 1567 fixed : problem with old version of mysql required version is …
(edit) @5781   15 years nikrou Fix some issues with database connections. install_db_connect() …
(edit) @5773   15 years grum bug 1595
(edit) @5752   15 years rvelices feqture 1583 : show related tags block also when browsing non tag sections
(edit) @5707   15 years nikrou Bug 1581 fixed : missing comment_id for email_admin() function
(edit) @5706   15 years plg feature 1583: (tag navigation ergonomy) in the page title, always …
(edit) @5703   15 years plg feature 1583: replace add_tag.png icon by a simple "+" character in …
(edit) @5695   15 years patdenice Fix some issues on NBM: move css rules to mail body if it's possible. …
(edit) @5691   15 years rvelices fixes only: - some searches returned bad array for pageitems
(edit) @5682   15 years grum bug 1580 - remove some hard coded markup (move them to the template)
(edit) @5654   15 years plg bug 1579: admins should see all user comments on picture.php, …
(edit) @5649   15 years plg bug 1534: if you're a guest, if configuration tells you can't add user …
(edit) @5509   15 years rvelices move no_photo_yet feature to a new php file included by common.inc.php …
(edit) @5503   15 years nikrou Feature 1559 : remove custom function (std) for sqlite
(edit) @5500   15 years plg feature 1559: remove "standard deviation" in rating.
(edit) @5470   15 years laurent.duretz Issue 1521 : Adding explanations
(edit) @5469   15 years laurent.duretz Issue 1521 : get_absolute_root_url() missing in section_init.inc.php
(edit) @5452   15 years nikrou Fix some issues with database engines : - insert into syntax not …
(edit) @5451   15 years laurent.duretz Issue 1521 : picture.tpl updated to avoid double home link, …
(edit) @5448   15 years patdenice feature 1502: Configuration menu is selected when theme configuration …
(edit) @5446   15 years patdenice feature 1502: Allow to have configuration page for each theme.css. …
(edit) @5441   15 years laurent.duretz Issue 1521 : Integration of LinkRoot plugin in Piwigo core
(edit) @5434   15 years patdenice feature 1502: In template extensions admin page, change "Bound …
(edit) @5419   15 years patdenice feature 1502: Wrong path corrected (to check themeconf.inc.php existence)
(edit) @5357   15 years patdenice Feature 1535: Add language manager.
(edit) @5341   15 years patdenice Feature 1535: Add languages table. Ready for theme manager!
(edit) @5335   15 years rvelices - fix cat_modify * missing token in url * double icon display - …
(edit) @5306   15 years patdenice feature 1502: bug corrected on guest setting page. Remove …
(edit) @5293   15 years patdenice Feature 1533: Change "General" by "Options" in Configuration menu. …
(edit) @5283   15 years patdenice Avoid error if creation date calendar is empty. Avoid error on …
(edit) @5272   15 years rub Add function is_webmaster (like is_admin function) Add on ignore list …
(edit) @5271   15 years plg bug fixed: if the theme for guest is empty (I don't know how this …
(edit) @5267   15 years nikrou Fix warning for postgresql installation Remove unused function
(edit) @5264   15 years plg feature 1514: improvement, if a user has a theme that is (maybe …
(edit) @5251   15 years plg feature 1505: bug fixed, ability to connect with pLoader even if …
(edit) @5241   15 years plg feature 1505: improvement, ability to browse the empty gallery. The …
(edit) @5240   15 years plg feature 1505: improvement, when there is no photo yet in the gallery, …
(edit) @5239   15 years patdenice feature 1255: Move $confdb_sqlite_default and …
(edit) @5238   15 years nikrou Fix typo : parenthesis
(edit) @5236   15 years nikrou Feature 1255 : only one function use exceptions to deal with …
(edit) @5235   15 years ddtddt [trunk] localisation hu/RU feature:1526 and feature:1527
(edit) @5230   15 years patdenice feature 1255: add pwg_select_db function.
(edit) @5220   15 years patdenice feature 1255: set mysql as default engine.
(edit) @5215   15 years patdenice feature 1522: Move config_local.inc.php to local/config/config.inc.php
(edit) @5213   15 years nikrou Feature 1522 : move database config file to local directory …
(edit) @5211   15 years ddtddt [trunk] merge bug:1523 / Compatibility with PHP 5.3
(edit) @5208   15 years patdenice feature 1522: Move local css local files and local language files to …
(edit) @5206   15 years rvelices less warnings + language fixes
(edit) @5200   15 years rvelices - added a js confirmation before deletign a theme - fix link to css - …
(edit) @5196   15 years plg increase copyright year to 2010
Note: See TracRevisionLog for help on using the revision log.