1 | 3 | simandl | /* NEXT MINOR RELEASE - 2.3.0 */ |
2 | 1 | simandl | |
3 | 3 | simandl | * Added http header 500 for errors during downloading archives/files (issue 240) |
4 | | | * Modified various things in templates |
5 | | | * Fixed issues: 189, 214, 233, 235, 236, 239, 240 |
6 | | | |
7 | | | |
8 | | | 2.2.1 |
9 | | | |
10 | | | * Fixed downloading tar-gz-archives when using gz-extension |
11 | | | * Improved output when svn-command could not be executed correctly |
12 | | | * Added config option to use full alphabetic order (independent of folder or file type) |
13 | | | * Fixed multiple links and minor issues |
14 | | | * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 |
15 | | | |
16 | | | |
17 | | | 2.2.0 |
18 | | | |
19 | | | * Fixed revision handling to use PEG revision instead of OPERATIVE revision |
20 | | | * This fixes many (but not all) cases when working with moved/renamed/deleted files |
21 | | | * Removed dependencies to external command |
22 | | | * Added PEAR Archive_Tar |
23 | | | * Added PEAR Text_Diff |
24 | | | * Added usage of gz extension if available |
25 | | | * Added usage of PHP touch function |
26 | | | * Improved scalability of parent path handling |
27 | | | * Added support for upcoming PHP 5.3 |
28 | | | |
29 | | | * Added separate customizable extension mapping for GeSHi |
30 | | | * Added possiblity to ignore whitespace on compare and diff |
31 | | | * Added support for aliases in access file and handle continuation lines correctly |
32 | | | * Added config option to set custom config path |
33 | | | * Added config option to exclude specific paths from the set of repositories added by parentPath |
34 | | | * Added config option to add a subpath of a repository to the list of repositories |
35 | | | * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) |
36 | | | * Added auto detection of Windows |
37 | | | * Added message when config file does not exist |
38 | | | * Added new logo and favicon |
39 | | | |
40 | | | * Fixed some broken links when navigating through a repository |
41 | | | * Fixed created archive to be identical (for the same revision) across multiple request |
42 | | | * This works under Linux with any PHP version and under Windows with PHP 5.3 |
43 | | | * Fixed parsing of access file to support usernames containing equal characters |
44 | | | |
45 | | | * Updated translations |
46 | | | * Dutch |
47 | | | * French |
48 | | | * Italian |
49 | | | |
50 | | | |
51 | | | 2.1.0 |
52 | | | |
53 | 1 | simandl | * Fixed: Several security fixed |
54 | | | * Added: Added GeSHi for code highlighting. |
55 | | | * Added: New languages. |
56 | | | * Changed: Separated modified files and directory listing. |
57 | | | * Changed: Updated used libraries. |
58 | | | |
59 | | | CHANGES |
60 | | | FIX: XSS vulnarabilities (Issue 179) |
61 | | | FIX: Hide modified files in revision view based on authentication. |
62 | | | FIX: Numerous other security problems. |
63 | | | NEW: Added translations: hungarian, indonesian, slovak, uzbek. |
64 | | | CHANGED: Some code cleanup. |
65 | | | |
66 | 3 | simandl | |
67 | 1 | simandl | 2.0 |
68 | | | |
69 | | | * Changed: many cleanups and optimisations. |
70 | | | * Added: more documentation for *.php files. |
71 | | | * Removed: extraneous bits. |
72 | | | * Changed: line endings now use UNIX-style across the board. |
73 | | | |
74 | | | CHANGES |
75 | | | NEW: New default template theme offered by Erik Pöhler |
76 | | | NEW: Template files may now be specified on a per repository basis |
77 | | | NEW: Add RSS 'alternate' <link> elements to the HTML headers in |
78 | | | directory listings. This lets you, for example, easily create a |
79 | | | 'live bookmark' in Firefox to monitor commits to a particular SVN path. |
80 | | | NEW: Russian translation. |
81 | | | |
82 | | | CHANGE: Bugtraq handling has been updated to account for the latest spec. |
83 | | | |
84 | | | FIX: Syntax highlighting across lines has been fixed (Issue 85) |
85 | | | |
86 | | | 2.00 beta 8 |
87 | | | |
88 | | | CHANGE: Remove path comparison boxes when using the flat view display |
89 | | | CHANGE: Tidy up URLs generated from the listing view (Remove default parameters). |
90 | | | CHANGE: wsvn now selectes either the listing or file view automatically when the op parameter |
91 | | | isn't present. This allows for nicer URLS (eg. /http://example.com/wsvn/repo1/myfile.doc) |
92 | | | |
93 | | | FIX: Fix warnings when using an access file that didn't define a groups section |
94 | | | FIX: Fix tarballing of directories with spaces |
95 | | | FIX: Path history information in the log view of a file was incorrect. |
96 | | | |
97 | | | 2.00 beta 7 |
98 | | | |
99 | | | NEW: Projects may now be assigned to groups, to simplify the index view |
100 | | | NEW: The index may be displayed as a collapsable tree of groups |
101 | | | |
102 | | | CHANGE: The syntax for the per repository configurations has changed. It's now much simpler and |
103 | | | will work on all versions of PHP |
104 | | | |
105 | | | FIX: Various bug fixes for the access rights module |
106 | | | FIX: Language choice selection with MultiViews enabled didn't work |
107 | | | FIX: Various small bugs introduced during 2.0 development |
108 | | | |
109 | | | 2.00 beta 6 |
110 | | | |
111 | | | Note: the $config->addRepository command now takes a URL and not a filesystem path! |
112 | | | |
113 | | | NEW: WebSVN can now host remote repositories! |
114 | | | |
115 | | | FIX: The access rights handling didn't work if you had give a repository a display name |
116 | | | different from it's "real" svn name. |
117 | | | FIX: The deleted file list no longer links to non-existant files! |
118 | | | FIX: Neaten the directory display when the download/compare links aren't available |
119 | | | |
120 | | | 2.00 beta 5 |
121 | | | |
122 | | | NEW: Access rights files can now be specified on a per repository basis |
123 | | | |
124 | | | CHANGE: Further improvements have been made to character encoding handling. In particular, |
125 | | | it is now possible to specify the encoding of the repository contents separately |
126 | | | from the system encoding. This is the case for windows users, whereby the command |
127 | | | line tools typically returning CP850 encoded strings, whereas the source files are |
128 | | | encoded as iso-8859-1. Now, when displaying text files, WebSVN will convert them |
129 | | | from the content encoding to the output encoding (UTF-8). |
130 | | | |
131 | | | CHANGE: Update Danish translation |
132 | | | CHANGE: The log display has a "max number of revisions to show" fiter option, which defaults |
133 | | | to 30. This significantly improves performance of the log display. |
134 | | | |
135 | | | FIX: It wasn't possible to display the contents of a file which had brackets in the name. |
136 | | | FIX: Correct problem with download of tarballs containing special characters |
137 | | | FIX: Improve time display |
138 | | | FIX: Remove non-UTF8 language options from distconfig.php |
139 | | | FIX: Fix recent bug whereby the log messages would contain unnecessary blank lines |
140 | | | FIX: Access right file section groups without a trailing / are no correctly treated |
141 | | | |
142 | | | 2.00 beta 4 |
143 | | | |
144 | | | NEW: The log display may now be filtered to show a range of revisions |
145 | | | NEW: You can now have control over the specification of directories that can or |
146 | | | cannot be tarball'ed. Tarballing can be turned on only after a certain directory |
147 | | | depth and directories can be allow/disallowed on a per directory/repository basis. |
148 | | | NEW: The user can now choose their language via a drop down box |
149 | | | |
150 | | | CHANGE: Character encodings are now handled differently. The output encoding is ALWAYS |
151 | | | defined as UTF-8, and the setOutputEncoding option has been removed. |
152 | | | |
153 | | | FIX: Diff had been broken by 1.70 beta 2 |
154 | | | FIX: Download of tarballs is prohibited if the user doesn't have read access to the directory |
155 | | | AND all of its subdirectories |
156 | | | FIX: The character set type is now sent in the HTTP header. No need to hack the Apache config |
157 | | | |
158 | | | 2.00 beta 3 |
159 | | | |
160 | | | NEW: WebSVN may now be configured to display a flat view rather than a tree view |
161 | | | |
162 | | | FIX: Only use --limit option on svn 1.2 or greater |
163 | | | FIX: Correct spelling of "danish" in distconfig |
164 | | | FIX: Fix RSS, previously broken 1.7 beta 1 |
165 | | | |
166 | | | 2.00 beta 2 |
167 | | | |
168 | | | CHANGE: WebSVN no longer requires the entire revision history when accessing a directory, |
169 | | | resulting in a faster access for large repositories |
170 | | | |
171 | | | FIX: The new access rights module didn't always hide directories |
172 | | | FIX: Tree icons have been fixed (broken in 1.70 beta 1) |
173 | | | |
174 | | | 2.00 beta 1 |
175 | | | |
176 | | | NEW: Access rights module (Finally!) - see install.txt for details |
177 | | | NEW: Added language file for Danish, Finnish, Turkish, Norwegian and Simplified Chinese |
178 | | | NEW: The "View Log" link is now available for templates to use from the file view |
179 | | | NEW: Added bugtraq:logregex support |
180 | | | |
181 | | | CHANGE: Ages are now displayed with higher resolution |
182 | | | CHANGE: Update German translation |
183 | | | CHANGE: Tex file are no longer delivered as binary by defaut, but displayed by enscript |
184 | | | CHANGE: The last modified files display now shows the most recently modified files of |
185 | | | the current directory |
186 | | | CHANGE: Improve diff colours of Blue Grey Scheme for better readability |
187 | | | CHANGE: WebSVN no longer requires the entire revision history when accessing a directory, |
188 | | | resulting in a faster access for large repositories |
189 | | | |
190 | | | FIX: Directories containing accents weren't always displayed |
191 | | | FIX: File version can be compared via the log display (as oppoed to just directories) |
192 | | | FIX: Corrected RSS encoding issue |
193 | | | FIX: Corrected bug whereby diff lines would be displayed twice |
194 | | | FIX: svn: Can't check path '/root/.subversion': Permission denied |
195 | | | FIX: Sometimes files delivered (as opposed to disaplyed) by WebSVN were empty |
196 | | | FIX: Fix problem with large tarball delivery |
197 | | | FIX: Compare with previous always used HEAD |
198 | | | FIX: .sh files are now viewable |
199 | | | FIX: Allow special characters in repository names |
200 | | | FIX: It wasn't possible to go into a module if another module starts with the same name. |
201 | | | FIX: Remove hard-coded timezone from the RSS feed creator. |
202 | | | FIX: Caching of RSS feeds wasn't working |
203 | | | |
204 | | | 1.62 |
205 | | | |
206 | | | NEW: RSS feed can now list changed files |
207 | | | NEW: Templates can now show an open folder icon |
208 | | | NEW: Polish translation |
209 | | | NEW: Dutch translation |
210 | | | |
211 | | | CHANGE: Window is scrolled to appropriate location when opening a new directory |
212 | | | |
213 | | | FIX: Allow repository names containing '/' |
214 | | | FIX: Fixed sloppy HTML in diff templates |
215 | | | FIX: Fix problems with the diff output |
216 | | | FIX: Repositories on Windows network shares can now be accessed. |
217 | | | FIX: Accented characters weren't shown correctly in the directory comparison |
218 | | | view. |
219 | | | FIX: Remove error when only one revision was available |
220 | | | |
221 | | | 1.61 |
222 | | | |
223 | | | NEW: Multibyte encodings are considered when urlencoding path names |
224 | | | |
225 | | | CHANGE: The listing view will now always show the revision asked for |
226 | | | (HEAD by default), but the log message will show the log |
227 | | | string for the latest modification to the current directory). |
228 | | | This means the the parent directory structure won't change as you |
229 | | | browse through old directories. |
230 | | | |
231 | | | FIX: A bug prevented downloading of tarballs from working |
232 | | | |
233 | | | 1.60 |
234 | | | |
235 | | | NEW: Directory displays are now shown in tree view (so that it's harder |
236 | | | to get lost). Many thanks to Brent Lu for this excellent patch. |
237 | | | The prettiest result are available in the BlueGrey scheme. |
238 | | | NEW: Comparison of entire directories |
239 | | | NEW: Tarballs of directories may now be downloaded. |
240 | | | Set $config->allowdownload(); in config.php to allow this. |
241 | | | NEW: New style 'Zinn' based on the templates created for |
242 | | | http://www.projectzinn.org/. Thanks to Justin Doran. |
243 | | | NEW: File delivery now looks at the defined Mime-Type. Thanks to |
244 | | | Peter Valdemar Mřrch for this patch. |
245 | | | NEW: Various configuration options may now be applied on a per project |
246 | | | basis. Look in distconfig for instructions. |
247 | | | NEW: Support for using 'bugtraq' properties when display log entries. |
248 | | | See http://svn.collab.net/repos/tortoisesvn/trunk/doc/issuetrackers.txt |
249 | | | NEW: Traditional Chinese translation |
250 | | | NEW: Spanish translation |
251 | | | |
252 | | | CHANGE: Style information removed from RSS feed |
253 | | | CHANGE: Changed files are now hidden by defaut (since the directory |
254 | | | comparison link is far more useful) |
255 | | | |
256 | | | FIX: File listing were't being shown with the correct accented characters |
257 | | | under windows. |
258 | | | FIX: File listing sometimes failed when there were spaces in the filename |
259 | | | FIX: Some setups wouldn't allow diff generations with enscript |
260 | | | enabled. |
261 | | | FIX: Filenames are URL encoded correctly before calling svn file:/// |
262 | | | FIX: Keywords weren't expanded in file view when enscript was disabled |
263 | | | |
264 | | | 1.51 |
265 | | | |
266 | | | NEW: Korean translation |
267 | | | NEW: Russian translation |
268 | | | |
269 | | | FIX: Repositories may now have spaces in their path (eg: c:\my reps) |
270 | | | FIX: Diff now works when the file name has changed between versions |
271 | | | FIX: RSS feed now generates Content-Type header for XML so that IE can display |
272 | | | the contents |
273 | | | FIX: Diff and Blame didn't work properly for php files when enscript wasn't used |
274 | | | FIX: Use svn --non-interactive to ensure that svn doesn't prompt WebSVN for input |
275 | | | FIX: Corrections to the French translation |
276 | | | FIX: Display an explanatory message when the user hasn't configured any |
277 | | | repository paths |
278 | | | FIX: When using Multiviews, change to the WebSVN directory before executing |
279 | | | commands so that tempnam works. This used to cause problems on some |
280 | | | systems when running diff and blame. |
281 | | | |
282 | | | 1.50 |
283 | | | |
284 | | | Notes: Before installing this version you should delete all the existing |
285 | | | cache files. |
286 | | | |
287 | | | wsvn.php has changed. You should redo any appropriate configuration |
288 | | | changes inside this file. |
289 | | | |
290 | | | NEW: Blame information for a file can now be viewed |
291 | | | NEW: The cached files are now compressed |
292 | | | NEW: The project selection box shows the current project by default |
293 | | | NEW: Swedish translation |
294 | | | NEW: Japanese translation |
295 | | | NEW: The install file explains how to set up permission based repository |
296 | | | access such that access via the web interface is the same as access |
297 | | | via a client (assuming Apache2). |
298 | | | NEW: SVN keywords are now expanded in file listings |
299 | | | |
300 | | | CHANGE: The extraction of the directory listings is now accomplished using |
301 | | | the svn command via file:/// access rather than svnlook. This has |
302 | | | the advantage of being non-recursive, and thereby eliminates the need |
303 | | | for caching the entire directory listing, and is much quicker on |
304 | | | complex direcory structures. No more 50Mb directory caches! |
305 | | | |
306 | | | FIX: Deleted directories are now viewable. |
307 | | | FIX: SHOWALL was being redefined in the language files |
308 | | | FIX: The directory listing view sometimes showed [lang:DELETEDFILES |
309 | | | FIX: Under Windows, links in the RSS output would start with "\" if WebSVN |
310 | | | was installed in the server's root directory. |
311 | | | FIX: Sed wouldn't work under all versions of Windows due to the use of single |
312 | | | quotes around the paramters |
313 | | | FIX: Improved character encoding support for log messages etc. |
314 | | | FIX: Paths passed by URL are encoded |
315 | | | FIX: Generated HTML code is strictly 4.01 |
316 | | | |
317 | | | 1.40 |
318 | | | |
319 | | | NEW: RSS feed support (thanks to Lübbe Onken for his work on this) |
320 | | | NEW: Translatations for French and Portuguese |
321 | | | NEW: .exe is recognised by default as having content-type |
322 | | | application/x-msdownload |
323 | | | NEW: Recognised links are now 'linkified' in the log messages |
324 | | | NEW: Tabs in file/diff listings are now expanded by a user |
325 | | | configurable number of spaces. |
326 | | | NEW: WebSVN URLs now access the repository by name rather than number. |
327 | | | This means that bookmarks will stay the same when new projects |
328 | | | are added. The old behaviour can be configured in config.php. |
329 | | | |
330 | | | FIX: Removed the revision 0 that has appeared since the previous version |
331 | | | FIX: Repositories were not sorted alphabetically when using ParentPath |
332 | | | FIX: The PNG support script needed for IE (and the BlueGrey scheme) is |
333 | | | now only loaded with IE |
334 | | | |
335 | | | 1.39 |
336 | | | |
337 | | | CHANGE: In the human-readable date strings, display up to 119 minutes, |
338 | | | 47 hours, 13 days or 23 months before moving up to the next |
339 | | | quantity, like ViewCVS. |
340 | | | |
341 | | | FIX: Links followed after viewing the contents of a file go to the |
342 | | | revision of the repository previously being viewed |
343 | | | FIX: Paths with spaces are now correctly showed in the log view |
344 | | | FIX: Blank lines in the diff output are set to so the browser |
345 | | | won't compress them |
346 | | | FIX: A blank author field is set to an cell. |
347 | | | FIX: A year is 365 days, not 356. |
348 | | | FIX: Base ages correctly upon GMT |
349 | | | FIX: The diff output did not escape html entities when enscript was |
350 | | | enabled and the file extension was not recognised for enscript. |
351 | | | FIX: distconfig.php has a few minor errors in the examples. |
352 | | | FIX: It wasn't possible to call ParentPath multiple times |
353 | | | |
354 | | | 1.38 |
355 | | | |
356 | | | NEW: Templates can now define icons for particular file types |
357 | | | (see BlueGrey scheme for an example) |
358 | | | NEW: Display of PHP files with syntax highlighting |
359 | | | NEW: Improve site navigation with links to each directory level on all |
360 | | | pages. |
361 | | | |
362 | | | 1.37 |
363 | | | |
364 | | | NEW: Display a message when there are no results found |
365 | | | |
366 | | | CHANGE: Aesthetic changes to the BlueGrey scheme |
367 | | | CHANGE: Sort entries more naturally |
368 | | | |
369 | | | FIX: Really make sure that we redirect to the right place when using the |
370 | | | drop-down box to select projects. |
371 | | | FIX: Nested [webtest]'s didn't always work |
372 | | | FIX: Fixed use of "standard" and "Standard", which caused problems on |
373 | | | non-windows machines |
374 | | | |
375 | | | 1.36 |
376 | | | |
377 | | | NEW: Log message search feature |
378 | | | NEW: Diff display tries to display changed lines as changed, rather than |
379 | | | showing the line deleted then added. |
380 | | | |
381 | | | FIX: Problem surrounding the quoting of commands and command line arguments |
382 | | | on Windows machines. |
383 | | | |
384 | | | 1.35 |
385 | | | |
386 | | | NEW: You can now specify a list of file types (extensions) for files which |
387 | | | should be delivered to the user in a GZIP'd archive rather than |
388 | | | displayed as ASCII in the browser window. |
389 | | | |
390 | | | CHANGE: Files delived with a MIME Content type are now sent as "inline". |
391 | | | The browser will try to display them in the browser window, offering |
392 | | | a save box only if they can't be displayed in this mannor. |
393 | | | |
394 | | | FIX: Detect use of the HTTPS protocol when using the drop-down box to |
395 | | | select projects. (-- FIX INCORRECT. USE v1.36 -- ) |
396 | | | FIX: The PNGs in the BlueGrey style are now transparent under Internet |
397 | | | Explorer 5.5 and higher. |
398 | | | |
399 | | | 1.34 |
400 | | | |
401 | | | NEW: Support for switching between projects using a drop-down box control |
402 | | | (MultiViews users - note that wsvn.php has been changed) |
403 | | | NEW: Sort the repositories alphabetically when using parentPath |
404 | | | NEW: Better support for internationalisation |
405 | | | (Template writers: Please note the use of the new variable 'charset') |
406 | | | NEW: More useful info in browser titles with the standard templates |
407 | | | |
408 | | | FIX: Accented characters should now be displayed correctly (I hope). |
409 | | | FIX: HTML files now display correcly on all machines |
410 | | | FIX: Removed spurious BRs from the file listings |
411 | | | |
412 | | | 1.33 |
413 | | | |
414 | | | There are a few changes to the config file in this release. Copy |
415 | | | distconfig.php to config.php and redo any configuration changes that you |
416 | | | had made. |
417 | | | |
418 | | | NEW: Recognised non-text files are now delivered to the user as attachments. |
419 | | | The list of files types to be sent back to the user (rather than displayed |
420 | | | using WebSVN) is user configurable. |
421 | | | NEW: File comparisons are now colourised based on the file extension |
422 | | | |
423 | | | CHANGE: Only the Enscript file extensions that the user wishes to override are |
424 | | | now listed in the config file. |
425 | | | |
426 | | | 1.32 |
427 | | | |
428 | | | FIX: Links no longer functionned correctly when used in basic |
429 | | | (non-multiviews) mode. |
430 | | | FIX: Stop diff from comparing space changes |
431 | | | |
432 | | | 1.31 |
433 | | | |
434 | | | FIX: Directory view had disappeared! |
435 | | | FIX: Included missing file setup.php |
436 | | | FIX: Handle spaces in filenames |
437 | | | |
438 | | | 1.30 |
439 | | | |
440 | | | There are a few changes to the config file in this release. Copy |
441 | | | distconfig.php to config.php and redo any configuration changes that you |
442 | | | had made. |
443 | | | |
444 | | | NEW: MultiViews support. You can now set up WebSVN to access the |
445 | | | repositories using a URL such as: |
446 | | | |
447 | | | http://server/wsvn/repname/path/to/rep |
448 | | | |
449 | | | NEW: Colourisation support using Enscript |
450 | | | NEW: [websvn-test] function can now be nested |
451 | | | NEW: locwebsvnhttp variable added in template system |
452 | | | NEW: Bluegrey scheme now has show/hide changed link |
453 | | | |
454 | | | FIX: Possible security hole with abuse of popen |
455 | | | FIX: WebSVN should now function correctly (again) on non windows servers. |
456 | | | FIX: First character of diff listing was missing |
457 | | | |
458 | | | 1.20 |
459 | | | |
460 | | | NEW: Comprehensive templating solution |
461 | | | NEW: Show the age of a revision in the log view |
462 | | | |
463 | | | CHANGE: The youngest revision of the current directory is now shown by |
464 | | | default (as opposed to the head revision of the entire repository. |
465 | | | This means that clicking on a directory will show the lastest |
466 | | | changes associated with it. A specific revision can still be |
467 | | | selected from a log view |
468 | | | CHANGE: Only show the leaf name when viewing directory contents |
469 | | | |
470 | | | FIX: Fixed error concerning use of pclose |
471 | | | |
472 | | | 1.10/1.10a |
473 | | | |
474 | | | There are a few changes to the config file in this release. Copy |
475 | | | distconfig.php to config.php and redo any configuration changes that you |
476 | | | had made. |
477 | | | |
478 | | | NEW: WebSVN now caches information on the repositories. Once a revision |
479 | | | has been viewed subsequent revisions use the cached infomation to |
480 | | | display the directory structure. This significantly improves the |
481 | | | browsing speed. |
482 | | | NEW: German language file (thanks to Stephan Stapel) |
483 | | | |
484 | | | 1.04/1.04a |
485 | | | |
486 | | | Please note that the config file is now stored in include/ |
487 | | | |
488 | | | FIX: Directories in the log view lacked their trailing slashes. |
489 | | | FIX: Diff is now far more efficient with Apache's memory, |
490 | | | and shows the corrrect line numbers. |
491 | | | FIX: setDiffPath now works. |
492 | | | FIX: Bug introduced in 1.03 whereby the revision number always showed '1' |
493 | | | corrected. |
494 | | | |
495 | | | Note that you can't view logs with 1.04! Use 1.04a. |
496 | | | |
497 | | | 1.03 |
498 | | | |
499 | | | Note that the config.php file has completely changed in this release, in |
500 | | | order to make it more "future proof" and resiliant. You'll need to copy |
501 | | | distconfig.php to config.php redo the appropriate changes are described. |
502 | | | |
503 | | | NEW: A 'ParentPath' can now be specified, rather than having to specify the |
504 | | | directories by hand. |
505 | | | |
506 | | | FIX: Rewrite of the file list code. Should now be quite a bit faster |
507 | | | FIX: Use a more memory efficient algorithm to list file contents |
508 | | | FIX: Spaces in Windows path to svnlook and diff are now handled properly |
509 | | | FIX: Calls to external commands such as svnlook no longer require Windows |
510 | | | style line endings. |
511 | | | |
512 | | | 1.02 |
513 | | | |
514 | | | NEW: Improved command handling to report returned errors. Considerably helps |
515 | | | initial installation problems. |
516 | | | NEW: Show the author of each revision in the log view |
517 | | | |
518 | | | FIX: Removed the spurious   that some people were seeing |
519 | | | |
520 | | | 1.01 (5 Feb 2004) |
521 | | | |
522 | | | FIX: Files with HTML content are now shown correcty |
523 | | | FIX: The diff output had the revision lables the wrong way round |
524 | | | |
525 | | | 1.00 (4 Feb 2004) |
526 | | | |
527 | | | First Public Release |