jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [changes.txt] - Blame information for rev 5

 

Line No. Rev Author Line
13simandl/* NEXT MINOR RELEASE - 2.3.0 */
21simandl 
33simandl* 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 
82.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 
172.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 
512.1.0
52 
531simandl* 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 
59CHANGES
60FIX: XSS vulnarabilities (Issue 179)
61FIX: Hide modified files in revision view based on authentication.
62FIX: Numerous other security problems.
63NEW: Added translations: hungarian, indonesian, slovak, uzbek.
64CHANGED: Some code cleanup.
65 
663simandl 
671simandl2.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 
74CHANGES
75NEW: New default template theme offered by Erik Pöhler
76NEW: Template files may now be specified on a per repository basis
77NEW: 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.
80NEW: Russian translation.
81 
82CHANGE: Bugtraq handling has been updated to account for the latest spec.
83 
84FIX: Syntax highlighting across lines has been fixed (Issue 85)
85 
862.00 beta 8
87 
88CHANGE: Remove path comparison boxes when using the flat view display
89CHANGE: Tidy up URLs generated from the listing view (Remove default parameters).
90CHANGE: 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 
93FIX: Fix warnings when using an access file that didn't define a groups section
94FIX: Fix tarballing of directories with spaces
95FIX: Path history information in the log view of a file was incorrect.
96 
972.00 beta 7
98 
99NEW: Projects may now be assigned to groups, to simplify the index view
100NEW: The index may be displayed as a collapsable tree of groups
101 
102CHANGE: The syntax for the per repository configurations has changed. It's now much simpler and
103 will work on all versions of PHP
104 
105FIX: Various bug fixes for the access rights module
106FIX: Language choice selection with MultiViews enabled didn't work
107FIX: Various small bugs introduced during 2.0 development
108 
1092.00 beta 6
110 
111Note: the $config->addRepository command now takes a URL and not a filesystem path!
112 
113NEW: WebSVN can now host remote repositories!
114 
115FIX: The access rights handling didn't work if you had give a repository a display name
116 different from it's "real" svn name.
117FIX: The deleted file list no longer links to non-existant files!
118FIX: Neaten the directory display when the download/compare links aren't available
119 
1202.00 beta 5
121 
122NEW: Access rights files can now be specified on a per repository basis
123 
124CHANGE: 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 
131CHANGE: Update Danish translation
132CHANGE: 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 
135FIX: It wasn't possible to display the contents of a file which had brackets in the name.
136FIX: Correct problem with download of tarballs containing special characters
137FIX: Improve time display
138FIX: Remove non-UTF8 language options from distconfig.php
139FIX: Fix recent bug whereby the log messages would contain unnecessary blank lines
140FIX: Access right file section groups without a trailing / are no correctly treated
141 
1422.00 beta 4
143 
144NEW: The log display may now be filtered to show a range of revisions
145NEW: 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.
148NEW: The user can now choose their language via a drop down box
149 
150CHANGE: Character encodings are now handled differently. The output encoding is ALWAYS
151 defined as UTF-8, and the setOutputEncoding option has been removed.
152 
153FIX: Diff had been broken by 1.70 beta 2
154FIX: Download of tarballs is prohibited if the user doesn't have read access to the directory
155 AND all of its subdirectories
156FIX: The character set type is now sent in the HTTP header. No need to hack the Apache config
157 
1582.00 beta 3
159 
160NEW: WebSVN may now be configured to display a flat view rather than a tree view
161 
162FIX: Only use --limit option on svn 1.2 or greater
163FIX: Correct spelling of "danish" in distconfig
164FIX: Fix RSS, previously broken 1.7 beta 1
165 
1662.00 beta 2
167 
168CHANGE: WebSVN no longer requires the entire revision history when accessing a directory,
169 resulting in a faster access for large repositories
170 
171FIX: The new access rights module didn't always hide directories
172FIX: Tree icons have been fixed (broken in 1.70 beta 1)
173 
1742.00 beta 1
175 
176NEW: Access rights module (Finally!) - see install.txt for details
177NEW: Added language file for Danish, Finnish, Turkish, Norwegian and Simplified Chinese
178NEW: The "View Log" link is now available for templates to use from the file view
179NEW: Added bugtraq:logregex support
180 
181CHANGE: Ages are now displayed with higher resolution
182CHANGE: Update German translation
183CHANGE: Tex file are no longer delivered as binary by defaut, but displayed by enscript
184CHANGE: The last modified files display now shows the most recently modified files of
185 the current directory
186CHANGE: Improve diff colours of Blue Grey Scheme for better readability
187CHANGE: WebSVN no longer requires the entire revision history when accessing a directory,
188 resulting in a faster access for large repositories
189 
190FIX: Directories containing accents weren't always displayed
191FIX: File version can be compared via the log display (as oppoed to just directories)
192FIX: Corrected RSS encoding issue
193FIX: Corrected bug whereby diff lines would be displayed twice
194FIX: svn: Can't check path '/root/.subversion': Permission denied
195FIX: Sometimes files delivered (as opposed to disaplyed) by WebSVN were empty
196FIX: Fix problem with large tarball delivery
197FIX: Compare with previous always used HEAD
198FIX: .sh files are now viewable
199FIX: Allow special characters in repository names
200FIX: It wasn't possible to go into a module if another module starts with the same name.
201FIX: Remove hard-coded timezone from the RSS feed creator.
202FIX: Caching of RSS feeds wasn't working
203 
2041.62
205 
206NEW: RSS feed can now list changed files
207NEW: Templates can now show an open folder icon
208NEW: Polish translation
209NEW: Dutch translation
210 
211CHANGE: Window is scrolled to appropriate location when opening a new directory
212 
213FIX: Allow repository names containing '/'
214FIX: Fixed sloppy HTML in diff templates
215FIX: Fix problems with the diff output
216FIX: Repositories on Windows network shares can now be accessed.
217FIX: Accented characters weren't shown correctly in the directory comparison
218 view.
219FIX: Remove error when only one revision was available
220 
2211.61
222 
223NEW: Multibyte encodings are considered when urlencoding path names
224 
225CHANGE: 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 
231FIX: A bug prevented downloading of tarballs from working
232 
2331.60
234 
235NEW: 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.
238NEW: Comparison of entire directories
239NEW: Tarballs of directories may now be downloaded.
240 Set $config->allowdownload(); in config.php to allow this.
241NEW: New style 'Zinn' based on the templates created for
242 http://www.projectzinn.org/. Thanks to Justin Doran.
243NEW: File delivery now looks at the defined Mime-Type. Thanks to
244 Peter Valdemar Mřrch for this patch.
245NEW: Various configuration options may now be applied on a per project
246 basis. Look in distconfig for instructions.
247NEW: Support for using 'bugtraq' properties when display log entries.
248 See http://svn.collab.net/repos/tortoisesvn/trunk/doc/issuetrackers.txt
249NEW: Traditional Chinese translation
250NEW: Spanish translation
251 
252CHANGE: Style information removed from RSS feed
253CHANGE: Changed files are now hidden by defaut (since the directory
254 comparison link is far more useful)
255 
256FIX: File listing were't being shown with the correct accented characters
257 under windows.
258FIX: File listing sometimes failed when there were spaces in the filename
259FIX: Some setups wouldn't allow diff generations with enscript
260 enabled.
261FIX: Filenames are URL encoded correctly before calling svn file:///
262FIX: Keywords weren't expanded in file view when enscript was disabled
263 
2641.51
265 
266NEW: Korean translation
267NEW: Russian translation
268 
269FIX: Repositories may now have spaces in their path (eg: c:\my reps)
270FIX: Diff now works when the file name has changed between versions
271FIX: RSS feed now generates Content-Type header for XML so that IE can display
272 the contents
273FIX: Diff and Blame didn't work properly for php files when enscript wasn't used
274FIX: Use svn --non-interactive to ensure that svn doesn't prompt WebSVN for input
275FIX: Corrections to the French translation
276FIX: Display an explanatory message when the user hasn't configured any
277 repository paths
278FIX: 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 
2821.50
283 
284Notes: 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 
290NEW: Blame information for a file can now be viewed
291NEW: The cached files are now compressed
292NEW: The project selection box shows the current project by default
293NEW: Swedish translation
294NEW: Japanese translation
295NEW: 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).
298NEW: SVN keywords are now expanded in file listings
299 
300CHANGE: 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 
306FIX: Deleted directories are now viewable.
307FIX: SHOWALL was being redefined in the language files
308FIX: The directory listing view sometimes showed [lang:DELETEDFILES
309FIX: Under Windows, links in the RSS output would start with "\" if WebSVN
310 was installed in the server's root directory.
311FIX: Sed wouldn't work under all versions of Windows due to the use of single
312 quotes around the paramters
313FIX: Improved character encoding support for log messages etc.
314FIX: Paths passed by URL are encoded
315FIX: Generated HTML code is strictly 4.01
316 
3171.40
318 
319NEW: RSS feed support (thanks to Lübbe Onken for his work on this)
320NEW: Translatations for French and Portuguese
321NEW: .exe is recognised by default as having content-type
322 application/x-msdownload
323NEW: Recognised links are now 'linkified' in the log messages
324NEW: Tabs in file/diff listings are now expanded by a user
325 configurable number of spaces.
326NEW: 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 
330FIX: Removed the revision 0 that has appeared since the previous version
331FIX: Repositories were not sorted alphabetically when using ParentPath
332FIX: The PNG support script needed for IE (and the BlueGrey scheme) is
333 now only loaded with IE
334 
3351.39
336 
337CHANGE: 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 
341FIX: Links followed after viewing the contents of a file go to the
342 revision of the repository previously being viewed
343FIX: Paths with spaces are now correctly showed in the log view
344FIX: Blank lines in the diff output are set to &nbsp; so the browser
345 won't compress them
346FIX: A blank author field is set to an &nbsp; cell.
347FIX: A year is 365 days, not 356.
348FIX: Base ages correctly upon GMT
349FIX: The diff output did not escape html entities when enscript was
350 enabled and the file extension was not recognised for enscript.
351FIX: distconfig.php has a few minor errors in the examples.
352FIX: It wasn't possible to call ParentPath multiple times
353 
3541.38
355 
356NEW: Templates can now define icons for particular file types
357 (see BlueGrey scheme for an example)
358NEW: Display of PHP files with syntax highlighting
359NEW: Improve site navigation with links to each directory level on all
360 pages.
361 
3621.37
363 
364NEW: Display a message when there are no results found
365 
366CHANGE: Aesthetic changes to the BlueGrey scheme
367CHANGE: Sort entries more naturally
368 
369FIX: Really make sure that we redirect to the right place when using the
370 drop-down box to select projects.
371FIX: Nested [webtest]'s didn't always work
372FIX: Fixed use of "standard" and "Standard", which caused problems on
373 non-windows machines
374 
3751.36
376 
377NEW: Log message search feature
378NEW: Diff display tries to display changed lines as changed, rather than
379 showing the line deleted then added.
380 
381FIX: Problem surrounding the quoting of commands and command line arguments
382 on Windows machines.
383 
3841.35
385 
386NEW: 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 
390CHANGE: 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 
394FIX: Detect use of the HTTPS protocol when using the drop-down box to
395 select projects. (-- FIX INCORRECT. USE v1.36 -- )
396FIX: The PNGs in the BlueGrey style are now transparent under Internet
397 Explorer 5.5 and higher.
398 
3991.34
400 
401NEW: Support for switching between projects using a drop-down box control
402 (MultiViews users - note that wsvn.php has been changed)
403NEW: Sort the repositories alphabetically when using parentPath
404NEW: Better support for internationalisation
405 (Template writers: Please note the use of the new variable 'charset')
406NEW: More useful info in browser titles with the standard templates
407 
408FIX: Accented characters should now be displayed correctly (I hope).
409FIX: HTML files now display correcly on all machines
410FIX: Removed spurious BRs from the file listings
411 
4121.33
413 
414There are a few changes to the config file in this release. Copy
415distconfig.php to config.php and redo any configuration changes that you
416had made.
417 
418NEW: 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.
421NEW: File comparisons are now colourised based on the file extension
422 
423CHANGE: Only the Enscript file extensions that the user wishes to override are
424 now listed in the config file.
425 
4261.32
427 
428FIX: Links no longer functionned correctly when used in basic
429 (non-multiviews) mode.
430FIX: Stop diff from comparing space changes
431 
4321.31
433 
434FIX: Directory view had disappeared!
435FIX: Included missing file setup.php
436FIX: Handle spaces in filenames
437 
4381.30
439 
440There are a few changes to the config file in this release. Copy
441distconfig.php to config.php and redo any configuration changes that you
442had made.
443 
444NEW: 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 
449NEW: Colourisation support using Enscript
450NEW: [websvn-test] function can now be nested
451NEW: locwebsvnhttp variable added in template system
452NEW: Bluegrey scheme now has show/hide changed link
453 
454FIX: Possible security hole with abuse of popen
455FIX: WebSVN should now function correctly (again) on non windows servers.
456FIX: First character of diff listing was missing
457 
4581.20
459 
460NEW: Comprehensive templating solution
461NEW: Show the age of a revision in the log view
462 
463CHANGE: 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
468CHANGE: Only show the leaf name when viewing directory contents
469 
470FIX: Fixed error concerning use of pclose
471 
4721.10/1.10a
473 
474There are a few changes to the config file in this release. Copy
475distconfig.php to config.php and redo any configuration changes that you
476had made.
477 
478NEW: 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.
482NEW: German language file (thanks to Stephan Stapel)
483 
4841.04/1.04a
485 
486Please note that the config file is now stored in include/
487 
488FIX: Directories in the log view lacked their trailing slashes.
489FIX: Diff is now far more efficient with Apache's memory,
490 and shows the corrrect line numbers.
491FIX: setDiffPath now works.
492FIX: Bug introduced in 1.03 whereby the revision number always showed '1'
493 corrected.
494 
495Note that you can't view logs with 1.04! Use 1.04a.
496 
4971.03
498 
499Note that the config.php file has completely changed in this release, in
500order to make it more "future proof" and resiliant. You'll need to copy
501distconfig.php to config.php redo the appropriate changes are described.
502 
503NEW: A 'ParentPath' can now be specified, rather than having to specify the
504 directories by hand.
505 
506FIX: Rewrite of the file list code. Should now be quite a bit faster
507FIX: Use a more memory efficient algorithm to list file contents
508FIX: Spaces in Windows path to svnlook and diff are now handled properly
509FIX: Calls to external commands such as svnlook no longer require Windows
510 style line endings.
511 
5121.02
513 
514NEW: Improved command handling to report returned errors. Considerably helps
515 initial installation problems.
516NEW: Show the author of each revision in the log view
517 
518FIX: Removed the spurious &nbsp that some people were seeing
519 
5201.01 (5 Feb 2004)
521 
522FIX: Files with HTML content are now shown correcty
523FIX: The diff output had the revision lables the wrong way round
524 
5251.00 (4 Feb 2004)
526 
527First Public Release

Powered by WebSVN 2.2.1