Rev 1 |
|
Rev 3 |
Line 1... |
|
Line 1... |
2.1 |
|
/* NEXT MINOR RELEASE - 2.3.0 */ |
|
|
|
|
|
* Added http header 500 for errors during downloading archives/files (issue 240) |
|
|
* Modified various things in templates |
|
|
* Fixed issues: 189, 214, 233, 235, 236, 239, 240 |
|
|
|
|
|
|
|
|
2.2.1 |
|
|
|
|
|
* Fixed downloading tar-gz-archives when using gz-extension |
|
|
* Improved output when svn-command could not be executed correctly |
|
|
* Added config option to use full alphabetic order (independent of folder or file type) |
|
|
* Fixed multiple links and minor issues |
|
|
* Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 |
|
|
|
|
|
|
|
|
2.2.0 |
|
|
|
|
|
* Fixed revision handling to use PEG revision instead of OPERATIVE revision |
|
|
* This fixes many (but not all) cases when working with moved/renamed/deleted files |
|
|
* Removed dependencies to external command |
|
|
* Added PEAR Archive_Tar |
|
|
* Added PEAR Text_Diff |
|
|
* Added usage of gz extension if available |
|
|
* Added usage of PHP touch function |
|
|
* Improved scalability of parent path handling |
|
|
* Added support for upcoming PHP 5.3 |
|
|
|
|
|
* Added separate customizable extension mapping for GeSHi |
|
|
* Added possiblity to ignore whitespace on compare and diff |
|
|
* Added support for aliases in access file and handle continuation lines correctly |
|
|
* Added config option to set custom config path |
|
|
* Added config option to exclude specific paths from the set of repositories added by parentPath |
|
|
* Added config option to add a subpath of a repository to the list of repositories |
|
|
* Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) |
|
|
* Added auto detection of Windows |
|
|
* Added message when config file does not exist |
|
|
* Added new logo and favicon |
|
|
|
|
|
* Fixed some broken links when navigating through a repository |
|
|
* Fixed created archive to be identical (for the same revision) across multiple request |
|
|
* This works under Linux with any PHP version and under Windows with PHP 5.3 |
|
|
* Fixed parsing of access file to support usernames containing equal characters |
|
|
|
|
|
* Updated translations |
|
|
* Dutch |
|
|
* French |
|
|
* Italian |
|
|
|
|
|
|
|
|
2.1.0 |
|
|
|
* Fixed: Several security fixed |
|
* Fixed: Several security fixed |
* Added: Added GeSHi for code highlighting. |
|
* Added: Added GeSHi for code highlighting. |
* Added: New languages. |
|
* Added: New languages. |
* Changed: Separated modified files and directory listing. |
|
* Changed: Separated modified files and directory listing. |
Line 10... |
|
Line 60... |
FIX: XSS vulnarabilities (Issue 179) |
|
FIX: XSS vulnarabilities (Issue 179) |
FIX: Hide modified files in revision view based on authentication. |
|
FIX: Hide modified files in revision view based on authentication. |
FIX: Numerous other security problems. |
|
FIX: Numerous other security problems. |
NEW: Added translations: hungarian, indonesian, slovak, uzbek. |
|
NEW: Added translations: hungarian, indonesian, slovak, uzbek. |
CHANGED: Some code cleanup. |
|
CHANGED: Some code cleanup. |
|
|
|
|
|
|
2.0 |
|
2.0 |
|
|
|
* Changed: many cleanups and optimisations. |
|
* Changed: many cleanups and optimisations. |
* Added: more documentation for *.php files. |
|
* Added: more documentation for *.php files. |