index
:
piwigo
1.3
1.4
1.5
1.6
1.7
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
improve_access_control
master
translation
copy of piwigo repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1744 fixed : Incorrect use of timezone with SQLite
nikrou
2010-06-25
5
-5
/
+26
*
Bug 1735 fixed : merge from trunk
nikrou
2010-06-24
1
-2
/
+2
*
Bug 1736 fixed : Complete RSS Feed returns error start or end dates can be null
nikrou
2010-06-24
1
-19
/
+57
*
Fix bug 1743 : comment form is not visible because of boolean management
nikrou
2010-06-23
1
-0
/
+4
*
Bug 1733 fixed : merge from trunk.
nikrou
2010-06-23
1
-4
/
+4
*
Bug 1737 fixed : merge from trunk
nikrou
2010-06-22
3
-10
/
+4
*
Bug 1738 fixed : merge from trunk
nikrou
2010-06-22
4
-12
/
+21
*
misplaced closing paranthesis in common.inc.php
rvelices
2010-06-12
1
-1
/
+1
*
Bug 1730 fixed : search doesn't work when database engine is not mysql
nikrou
2010-06-10
1
-1
/
+1
*
Fix bug 1722 : PosgtreSQL wants all fields in select to be in Group by clause
nikrou
2010-06-09
3
-12
/
+30
*
Bug 1716 fixed : SQLite: Check upgrades failed in intro
nikrou
2010-06-09
1
-3
/
+3
*
merge r6484 from trunk to branch 2.1
rvelices
2010-06-07
2
-33
/
+32
*
one of my previous merge from trunk was incomplete
rvelices
2010-06-06
1
-1
/
+1
*
merge r6475
rvelices
2010-06-06
1
-4
/
+4
*
merge r6473 from trunk to branch 2.1
rvelices
2010-06-06
2
-27
/
+27
*
Bug 1717 fixed : SQLite: access failure on Admin > Tools > History
nikrou
2010-06-04
2
-0
/
+12
*
merge r6437 from trunk to branch 2.1
rvelices
2010-06-01
3
-21
/
+6
*
Bug 1705 fixed : User cannot add comment with double quotes
nikrou
2010-05-29
1
-1
/
+1
*
added a test that $conf['gallery_url'] != http://piwigo.org/demo
rvelices
2010-05-28
1
-0
/
+4
*
- merged the linkroot integration with the existing gallery_url (unique $conf...
rvelices
2010-05-28
4
-59
/
+51
*
bug 1704 fixed: windows needs a specific directory separator when creating
plegall
2010-05-27
1
-0
/
+4
*
Issue 1521 : add linkroot to spacial pages
laurent.duretz
2010-05-26
1
-8
/
+8
*
feature 1697: ability to deactivate the synchronization method to add photos.
plegall
2010-05-25
1
-0
/
+3
*
merge -r 6355 from trunk
rvelices
2010-05-25
1
-15
/
+18
*
Fix bug 1695 : incorrect boolean to string conversion for SQLite and PostgreS...
nikrou
2010-05-24
3
-9
/
+9
*
bug 1694 fixed: COMPUTED Exif fields were not displayed on picture.php
plegall
2010-05-24
1
-4
/
+4
*
bug 1682: r6312 was producing a MySQL error (depending on the MySQL server
plegall
2010-05-24
1
-1
/
+2
*
Merge r6318 from trunk to branch 2.1.
patdenice
2010-05-24
1
-0
/
+1
*
bug 1685 fixed: typo on identification.php link
plegall
2010-05-23
1
-1
/
+1
*
bug 1684 fixed: the test to check availability of the user_infos line was
plegall
2010-05-23
1
-14
/
+18
*
bug 1683 fixed: as soon as an admin modifies the admin>conf>options>guest set...
plegall
2010-05-23
1
-0
/
+41
*
Fix get_enums function for SQLite
nikrou
2010-05-09
2
-2
/
+26
*
add nl.piwigo.org as domain name if current language is nl_NL
plegall
2010-05-09
1
-1
/
+1
*
bug 1652 fixed: json_encode function is required for admin.php?fckb_tags=1
plegall
2010-05-08
3
-33
/
+54
*
Amend bug 1559. standard deviation was not removed in some places.
nikrou
2010-05-08
2
-2
/
+0
*
bug 1649 fixed: search EXIF/IPTC in the high definition photo if there is no
plegall
2010-05-07
1
-3
/
+18
*
SQLite availabilty must be check by existence of SQLite3 class
nikrou
2010-05-07
1
-1
/
+1
*
bug 1648 fixed: add the pwg_db_check_version functions for pdo-sqlite, sqlite
plegall
2010-05-07
4
-2
/
+47
*
remove debug trace
plegall
2010-05-04
1
-1
/
+0
*
bug 1501 fixed: with apache_authentication, fall back to REDIRECT_REMOTE_USER
plegall
2010-05-04
1
-4
/
+18
*
bug 1063 fixed: avoid error when adding a tag in chinese or russian characters.
plegall
2010-05-03
1
-0
/
+7
*
bug 1639 fixed: the upload form now correctly uses the $conf['upload_dir']
plegall
2010-05-03
1
-2
/
+4
*
improvement: use the same code to check upload readiness in admin>photos>add
plegall
2010-05-03
1
-11
/
+18
*
bug 1635 fixed: new API method pwg.images.checkUpload tells pLoader if Piwigo
plegall
2010-05-03
1
-0
/
+48
*
bug 1637: make the privacy level the same everywher, use "who can see this ph...
plegall
2010-04-30
1
-0
/
+42
*
feature 1502: Add $themeconf['load_parent_local_head'] parameter
patdenice
2010-04-29
1
-7
/
+9
*
bug 860 related: don't try to update the configuration during install because
plegall
2010-04-29
1
-1
/
+3
*
bug 860 related: if the directory doesn't exist (SVN users) first try to
plegall
2010-04-29
1
-10
/
+16
*
feature 1502: $themeconf['load_css_parent'] apply recursively
patdenice
2010-04-29
1
-1
/
+1
*
feature 1502: Add $themeconf['load_parent_css'] parameter
patdenice
2010-04-29
1
-3
/
+10
[next]