summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFiles
2007-12-30issue84, fix some PHP warning messagesAndreas Unterkircher1
2007-12-30updated git ignore fileAndreas Unterkircher1
2007-12-30generic sync scriptAndreas Unterkircher1
2007-12-30Merge branch 'master' of /var/cache/git/phpfspotAndreas Unterkircher0
2007-12-30issue82, use URI handler also for older F-Spot database versionsAndreas Unterkircher1
2007-12-30add a "already exist" when thumbnails are created on the command line. ↵Andreas Unterkircher1
without it looked like an error occured
2007-12-30Merge branch 'master' of /var/cache/git/phpfspotAndreas Unterkircher4
2007-12-30add a "already exist" when thumbnails are created on the command line. ↵Andreas Unterkircher1
without it looked like an error occured
2007-12-30issue82, switch picture handling to URI which is necessary for newer f-spot ↵Andreas Unterkircher2
version's. for older database version's (< 9), the URI will be generated with file:///dir/name. Still needs to be tested with a older database version
2007-12-30issue82, read out F-Spot DB version to differ between different databases ↵Andreas Unterkircher3
schemas
2007-12-30removed any trace of MySQL from PHPFSPOT_DBAndreas Unterkircher1
2007-12-30also show query on occuring error. helps for debugging to know which query ↵Andreas Unterkircher1
has problems
2007-12-30also ignore .htaccess for GITAndreas Unterkircher1
2007-12-30.gitignore filesAndreas Unterkircher3
2007-12-30hidden placeholders for empty directoriesAndreas Unterkircher4
git-svn-id: file:///var/lib/svn/phpfspot/trunk@317 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15issue81, added note to UPGRADe instruction that write access to f-spot db is ↵Andreas Unterkircher1
now necessary git-svn-id: file:///var/lib/svn/phpfspot/trunk@316 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15issue81, check if f-spot database is writeableAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@315 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15issue80, don't call get_tags every time.Andreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@314 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15issue79, fixed a little bug introduced by arun's patches for showing only ↵Andreas Unterkircher1
certain tags git-svn-id: file:///var/lib/svn/phpfspot/trunk@313 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15auto create index on photo_tagsAndreas Unterkircher1
fix sqlite query git-svn-id: file:///var/lib/svn/phpfspot/trunk@312 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15remove MDB2 from a function commentAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@311 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15when view is limited to some specifc tags, also display all other tags, of ↵Andreas Unterkircher1
which a photo is currently tagged with, arun git-svn-id: file:///var/lib/svn/phpfspot/trunk@310 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15issue implode() instead of looping around an array, arunAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@309 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-25fix wrong default-config-file-name in UPGRADE fileAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@308 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-25updated version to 1.2Andreas Unterkircher4
added credits for arun patch regarding show_tags git-svn-id: file:///var/lib/svn/phpfspot/trunk@307 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-24issue79, show only certain tagsAndreas Unterkircher2
git-svn-id: file:///var/lib/svn/phpfspot/trunk@306 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-24issue78, remove not more necessary check for version and product nameAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@305 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-24issue78, move version information to main classAndreas Unterkircher2
git-svn-id: file:///var/lib/svn/phpfspot/trunk@304 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-09fixed default directories in example config fileAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@302 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-09corrected change log time for 1.1 versionAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@301 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-09fixed upgrade text, some typo's and text changesAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@300 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-09import phpfspot config first before checking requirementsAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@299 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-09set version to 1.1Andreas Unterkircher1
changed default destination path for path-replacement git-svn-id: file:///var/lib/svn/phpfspot/trunk@298 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-06issue62, fix time information for item pubDate in rss feedAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@297 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03issue76 & 77, update CHANGELOGAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@296 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03issue 76 & 77, note in UPGRADE file that the variable nowAndreas Unterkircher1
need to be set in version 1.1 git-svn-id: file:///var/lib/svn/phpfspot/trunk@295 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03issue76, check if thumb_path is setAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@294 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03issue76, make thumbnail directory configureableAndreas Unterkircher2
git-svn-id: file:///var/lib/svn/phpfspot/trunk@293 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03typo fixAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@292 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03issue77, check Smarty.class.php exists and is readableAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@291 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03issue77, specify default smarty_path for Debian absolutAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@290 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03issue77, check if smarty_path variable is setAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@289 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03issue77, make Smarty path configureableAndreas Unterkircher3
git-svn-id: file:///var/lib/svn/phpfspot/trunk@288 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03issue75, function_exists check for sqlite3_open only if db_access is set to ↵Andreas Unterkircher1
"native" git-svn-id: file:///var/lib/svn/phpfspot/trunk@287 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-03fix variable name syntax for base_pathAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@286 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-01added changelog entries for version 1.1Andreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@285 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-01change sqlite requirements in INSTALL fileAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@284 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-01issue75, support for database access via PDO sqliteAndreas Unterkircher2
git-svn-id: file:///var/lib/svn/phpfspot/trunk@283 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-01upgrade hint from version 1.0Andreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@282 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-01issue74, remove references as they seem to be deprecatedAndreas Unterkircher2
git-svn-id: file:///var/lib/svn/phpfspot/trunk@281 fa6a889d-dae6-447d-9e79-4ba9a3039384