Menu

Source Commit Log


Commit Date  
[r648] by jplang

Added a link to add a new category when creating or editing an issue.
The user is prompted for the category name. The new category is created and the drop-down list updated using an ajax call.

2007-08-16 16:45:06 Tree
[r647] by jplang

Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).
Also fixed 'issue changes details' feed title.

2007-08-16 11:01:00 Tree
[r646] by jplang

Activity view improvements:
* issue status changes are now displayed
* display options are kept when using previous/next month links

2007-08-16 10:38:23 Tree
[r645] by jplang

Fixed: nil error on 'commits per month' graph.

2007-08-15 23:04:14 Tree
[r644] by jplang

Added syntax highlightment for repository files (using CodeRay).
Supported languages: c, ruby, rhtml, yaml, html, xml.

2007-08-15 20:20:18 Tree
[r643] by jplang

Wiki links can now refer other project wikis, using this syntax:
[[project:]] -> wiki starting page
[[project:page]]
[[project:page|text]]
where 'project' is the project name or identifier.

2007-08-15 17:31:01 Tree
[r642] by jplang

Image attachments are now sent inline to be viewed directly in the browser.

2007-08-15 15:36:15 Tree
[r641] by jplang

Removed hard-coded URLs in mail templates.
Untranslated templates were deleted.

2007-08-15 15:16:15 Tree
[r640] by jplang

Fixed session handling

2007-08-15 14:57:15 Tree
[r639] by jplang

Initial commit in 0.6 branch.

Permission model is removed. Roles' permissions are stored in a serialized attribute of the Role model.
There are now 2 builtin roles: *Non member* and *Anonymous*. They are used to specify permissions given to other users than members of projects.

For example, it's now possible:
* to restrict wiki edition to loggedin users only, by removing 'Edit wiki' permission from 'Anonymous' role.
* to restrict wiki edition to project members only, by removing 'Edit wiki' permission from 'Non member' and 'Anonymous' roles.

Permissions have to be re-set after applying this change (go to Admin -> Roles & permissions -> Permissions report).

2007-08-15 11:21:58 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.