bizou.git
11 years agoadded the DATA_UMASK config option v1.6.1
dooble M [Sun, 19 Aug 2012 08:22:37 +0000 (10:22 +0200)]
added the DATA_UMASK config option

12 years agoHTML5 markup. fixes IE display bugs v1.6
dooble M [Sun, 11 Mar 2012 13:00:47 +0000 (14:00 +0100)]
HTML5 markup. fixes IE display bugs

12 years agofunctions put in a separate file, so that they can be used by plugins
Marc MAURICE [Wed, 27 Jul 2011 20:59:36 +0000 (22:59 +0200)]
functions put in a separate file, so that they can be used by plugins
put the getPathInfo code in a function

12 years agoNo more progress page: page is displayed directly with flushes
Marc MAURICE [Sun, 24 Jul 2011 17:11:19 +0000 (19:11 +0200)]
No more progress page: page is displayed directly with flushes
Album preview look recursively for pics in folders, and keep previews in cache
Symlinks are created when the image is already good sized

12 years agotar plugin now supports utf8 (got rid of escapeshellarg function)
Marc MAURICE [Tue, 14 Jun 2011 21:36:04 +0000 (23:36 +0200)]
tar plugin now supports utf8 (got rid of escapeshellarg function)
extra check to see if tar will work

12 years agoBizou now displays a progress page when generating thumbs v1.5
Marc MAURICE [Mon, 13 Jun 2011 20:46:52 +0000 (22:46 +0200)]
Bizou now displays a progress page when generating thumbs

12 years agoAdded GPL license on top of tar.php
Marc MAURICE [Mon, 13 Jun 2011 20:45:25 +0000 (22:45 +0200)]
Added GPL license on top of tar.php

12 years agoAdded variables to enable/disable tar recursion and content-length header
Marc MAURICE [Mon, 13 Jun 2011 19:04:29 +0000 (21:04 +0200)]
Added variables to enable/disable tar recursion and content-length header

12 years agoSome cleanup in tar.php
Marc MAURICE [Mon, 13 Jun 2011 14:01:12 +0000 (16:01 +0200)]
Some cleanup in tar.php

12 years agoFixed a bug: next image was not properly loaded for images at the images/ root
Marc MAURICE [Mon, 13 Jun 2011 13:56:41 +0000 (15:56 +0200)]
Fixed a bug: next image was not properly loaded for images at the images/ root
(because of a double slash in URL)

12 years agoPut viewer template in a separate file
Marc MAURICE [Mon, 13 Jun 2011 13:55:10 +0000 (15:55 +0200)]
Put viewer template in a separate file

12 years agoAdded the tar plugin
Marc MAURICE [Fri, 3 Jun 2011 16:40:20 +0000 (18:40 +0200)]
Added the tar plugin

12 years agoExported template in an external file
Marc MAURICE [Fri, 3 Jun 2011 16:38:53 +0000 (18:38 +0200)]
Exported template in an external file

12 years agoadded a commented line to change the umask of created files
Marc MAURICE [Thu, 28 Apr 2011 15:44:02 +0000 (17:44 +0200)]
added a commented line to change the umask of created files

13 years agoFixed a bug when bizou was operating at the top root of a site v1.4
Marc MAURICE [Thu, 27 Jan 2011 00:13:05 +0000 (01:13 +0100)]
Fixed a bug when bizou was operating at the top root of a site
Thanks to pilau who detected it

13 years agoAdded page titles in viewer
Marc MAURICE [Thu, 6 Jan 2011 18:21:42 +0000 (19:21 +0100)]
Added page titles in viewer

13 years agoAdded directory page title, and some small credit in the footer
Marc MAURICE [Thu, 6 Jan 2011 18:18:04 +0000 (19:18 +0100)]
Added directory page title, and some small credit in the footer

13 years agoDid some css improvements : parent folder link and non album directories v1.3
Marc MAURICE [Tue, 4 Jan 2011 23:27:32 +0000 (00:27 +0100)]
Did some css improvements : parent folder link and non album directories

13 years agoMoved all javascript to the bottom (good practice)
Marc MAURICE [Tue, 4 Jan 2011 20:40:44 +0000 (21:40 +0100)]
Moved all javascript to the bottom (good practice)

13 years agoAdded keyboard navigation in image viewer (javascript)
Marc MAURICE [Tue, 4 Jan 2011 20:16:27 +0000 (21:16 +0100)]
Added keyboard navigation in image viewer (javascript)

13 years agoAdded a test to support unexistent plugin dir v1.2
Marc MAURICE [Thu, 30 Dec 2010 18:50:36 +0000 (19:50 +0100)]
Added a test to support unexistent plugin dir

13 years agoadded empty dirs as they are needed for bizou
Marc MAURICE [Thu, 30 Dec 2010 18:16:44 +0000 (19:16 +0100)]
added empty dirs as they are needed for bizou

13 years agoDid some vars renaming to clarify
Marc MAURICE [Thu, 30 Dec 2010 18:10:44 +0000 (19:10 +0100)]
Did some vars renaming to clarify

13 years agoRenammed scriptUrlPath to scriptUrl and added rootUrl
Marc MAURICE [Thu, 30 Dec 2010 17:35:44 +0000 (18:35 +0100)]
Renammed scriptUrlPath to scriptUrl and added rootUrl

13 years agoRenamed shortPath to simplePath
Marc MAURICE [Thu, 30 Dec 2010 16:49:51 +0000 (17:49 +0100)]
Renamed shortPath to simplePath

13 years agoRenamed getThumbTarget to getImageLink
Marc MAURICE [Thu, 30 Dec 2010 16:46:02 +0000 (17:46 +0100)]
Renamed getThumbTarget to getImageLink

13 years agoSome typo simplification for the getThumbTarget call
Marc MAURICE [Thu, 30 Dec 2010 10:16:33 +0000 (11:16 +0100)]
Some typo simplification for the getThumbTarget call

13 years agoAdded function to include a file in all plugins
Marc MAURICE [Thu, 30 Dec 2010 09:40:38 +0000 (10:40 +0100)]
Added function to include a file in all plugins

13 years agoPlugins can now use stylesheets
Marc MAURICE [Sun, 12 Dec 2010 22:46:57 +0000 (23:46 +0100)]
Plugins can now use stylesheets

13 years agoload plugins, and added getThumbTarget function, overloaded by viewer plugin
Marc MAURICE [Sun, 12 Dec 2010 22:35:15 +0000 (23:35 +0100)]
load plugins, and added getThumbTarget function, overloaded by viewer plugin

13 years agoFixed file paths as we moved view.php
Marc MAURICE [Sun, 12 Dec 2010 22:02:43 +0000 (23:02 +0100)]
Fixed file paths as we moved view.php

13 years agoCreated plugins dirs and moved view.php
Marc MAURICE [Sun, 12 Dec 2010 21:57:37 +0000 (22:57 +0100)]
Created plugins dirs and moved view.php

13 years agoNow bizou works with no plugin at all. I will add the viewer plugin.
Marc MAURICE [Sun, 12 Dec 2010 21:54:09 +0000 (22:54 +0100)]
Now bizou works with no plugin at all. I will add the viewer plugin.

13 years agoMinor comments changes
Marc MAURICE [Sun, 12 Dec 2010 21:52:03 +0000 (22:52 +0100)]
Minor comments changes

13 years agoAdded a config.php file
Marc MAURICE [Sun, 12 Dec 2010 21:49:01 +0000 (22:49 +0100)]
Added a config.php file

13 years agoAdded proper 404 errors on file or directory not found v1.1
Marc MAURICE [Sat, 6 Nov 2010 13:40:46 +0000 (14:40 +0100)]
Added proper 404 errors on file or directory not found

13 years agoAdded prefetch support trick for non Firefox browsers v1.0
Marc MAURICE [Fri, 29 Oct 2010 22:42:08 +0000 (00:42 +0200)]
Added prefetch support trick for non Firefox browsers

13 years agoA comment about the view.php config
Marc MAURICE [Sun, 24 Oct 2010 22:14:56 +0000 (00:14 +0200)]
A comment about the view.php config

13 years agoAdded GPLv3 copyright
Marc MAURICE [Sun, 24 Oct 2010 22:13:23 +0000 (00:13 +0200)]
Added GPLv3 copyright

13 years agoAdded config constant to use view.php or not
Marc MAURICE [Sun, 24 Oct 2010 22:06:54 +0000 (00:06 +0200)]
Added config constant to use view.php or not

13 years agoAdded configuration constants for data and images directories
Marc MAURICE [Sun, 24 Oct 2010 21:59:35 +0000 (23:59 +0200)]
Added configuration constants for data and images directories

13 years agodon't use /index/eoiruer urls but /index.php/eorieur
Marc MAURICE [Tue, 19 Oct 2010 22:39:49 +0000 (00:39 +0200)]
don't use /index/eoiruer urls but /index.php/eorieur
more standard. the first only work with mod_negociation

13 years agoBugfix in file extension detection
Marc MAURICE [Sun, 17 Oct 2010 15:00:21 +0000 (17:00 +0200)]
Bugfix in file extension detection

13 years agominor fixes for dbl / and index at last image
Marc MAURICE [Thu, 7 Oct 2010 22:48:13 +0000 (00:48 +0200)]
minor fixes for dbl / and index at last image

13 years agofixes in varables names...
Marc MAURICE [Thu, 7 Oct 2010 22:43:28 +0000 (00:43 +0200)]
fixes in varables names...

13 years agoimplemented another way of finding next and prev (more kiss)
Marc MAURICE [Thu, 7 Oct 2010 22:27:29 +0000 (00:27 +0200)]
implemented another way of finding next and prev (more kiss)

13 years agoAdded support for png files
Marc MAURICE [Thu, 7 Oct 2010 22:11:01 +0000 (00:11 +0200)]
Added support for png files

13 years ago../../ security check
Marc MAURICE [Thu, 7 Oct 2010 21:56:56 +0000 (23:56 +0200)]
../../ security check

13 years agocss tunning for up link and folders
Marc MAURICE [Thu, 7 Oct 2010 21:49:07 +0000 (23:49 +0200)]
css tunning for up link and folders

13 years agoredirect when path_info is not set
Marc MAURICE [Thu, 7 Oct 2010 21:13:32 +0000 (23:13 +0200)]
redirect when path_info is not set

13 years agoadded THUMB_SIZE config option
Marc MAURICE [Thu, 7 Oct 2010 20:42:13 +0000 (22:42 +0200)]
added THUMB_SIZE config option

13 years agotemplate code goes to the bottom
Marc MAURICE [Thu, 7 Oct 2010 20:34:57 +0000 (22:34 +0200)]
template code goes to the bottom

13 years agoreally removed the parent folder code
Marc MAURICE [Thu, 7 Oct 2010 20:31:50 +0000 (22:31 +0200)]
really removed the parent folder code

13 years agoReplaced mimetype check by extension check, and displayed parent directory properly
Marc MAURICE [Thu, 7 Oct 2010 20:27:18 +0000 (22:27 +0200)]
Replaced mimetype check by extension check, and displayed parent directory properly

13 years agoMade the code template compatible for folders, images and other files
Marc MAURICE [Thu, 7 Oct 2010 20:14:05 +0000 (22:14 +0200)]
Made the code template compatible for folders, images and other files

13 years agoInitial commit
Marc MAURICE [Thu, 7 Oct 2010 19:27:44 +0000 (21:27 +0200)]
Initial commit