public
Fork of shingara/pictrails
Description: A fork of Pictrails with a photo-blog like frontpage, and other added features.
Homepage:
Clone URL: git://github.com/unilogic/pictrails.git
Benjamin Allen (author)
Thu Sep 03 00:19:11 -0700 2009
commit  a18f3dc6eab3a78e5886eba4d4e70fd6f309d5a4
tree    4dc2cdf6f4d5c0e94f69639dae157acd8c68d54f
parent  0d29a0061dfc40692b0251f964c6774833ea06f0
pictrails / History.txt
100755 53 lines (41 sloc) 1.619 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
== 0.3.0 / 2008-06-15
 
* 1 Major enhancement
  * Add support on sub-gallery, now you can define a parent of each gallery.
    the sub-gallery can be unlimited
* 4 Minors enhancement
  * Add breadcrumbs in public part
  * Update the mass_upload to use the sub-gallery system. If you give a
    directory with directory inside each directory inside are like sub-gallery
  * Update the mass_upload for better system with progress_bar
  * Update attachment_fu plugin
  * Update will_paginate plugin
  * Add delete button in edit and view Pictures in admin part
* 1 Minor fix bug
  * redirect to signup in first connection and you use all path
 
== 0.2.3 / 2008-03-18
 
* 1 Major fix bug
  * The cache not delete when we use mass_upload
  * 500 error when in mass_upload the directory already exist or the title is
    already use. Now, the information is send to user
 
== 0.2.2 / 2008-03-14
 
* 1 Major fix bug
  * Someone cache wasn't delete when it's expected
 
== 0.2.1 / 2008-03-13
 
* 1 Minor fix bug
  * Delete a special using of sqlite database
 
== 0.2.0 / 2008-03-11
 
* 3 Majors enhancements
  * Using a system of cache paging in public part.
  * Define the title and subtitle of your gallery
  * Add the creation of a gallery with a directory in same server than
    pictrails
* 4 minors enhancement
  * Remove the splash image using
  * Add pagination in all views of pictures
  * New admin interface. Same interface of Typo (thanks)
  * Add settings of thumbnails and pictures size in admin
* 1 Minor fix bug
  * Return 404 when no found instead of 500
 
== 0.1.0 / 2008-01-27
 
* 1 major enhancement
  * First Release