Commit Graph

12 Commits

Author SHA1 Message Date
Loic d'Anterroches
c488278ce1 Fixed bad use of Exception in the wiki view. 2009-07-02 19:59:06 +02:00
Loic d'Anterroches
a116c27c03 Fixed issue 124, JS dropdown lists not working in Issues page under IE 7 & 8.
IE does not like trailing comma in an array.
Bad: [1, 2, 3,] Good: [1, 2, 3]
2009-02-01 09:54:09 +01:00
Loic d'Anterroches
c8d1b66c91 Better alignment in the table columns. 2009-01-02 14:06:50 +01:00
Loic d'Anterroches
60bc06f5c3 Added ticket 90, propose to create a new documentation page when it doesn't exists. 2009-01-02 13:58:55 +01:00
Loic d'Anterroches
2732da9dbb Fixed possible fatal error in the Wiki.
The error could be triggered only when playing with the URL manually.
2008-11-30 11:18:58 +01:00
Loic d'Anterroches
82ed55f1a0 Fixed issue 55, improvements for the wiki. 2008-11-25 21:59:57 +01:00
Loic d'Anterroches
86ab5221a7 Added view of pages by label. 2008-11-25 21:07:51 +01:00
Loic d'Anterroches
fd9cb62946 Added documentation wiki search. 2008-11-25 20:32:33 +01:00
Loic d'Anterroches
b7b7e7aff2 Fixed to use the right initialized labels. 2008-11-23 14:44:44 +01:00
Loic d'Anterroches
7c1ad62cdb Added the deletion of old revisions of the wiki pages. 2008-11-23 12:33:11 +01:00
Loic d'Anterroches
d9ffac099f Added the visualisation of the old revisions of a page. 2008-11-23 11:12:16 +01:00
Loic d'Anterroches
8eb5715656 Partial fix of issue 55, addition of a simple Wiki.
Added a base wiki, it is now possible to create wiki pages and update
them. Revisions are kept also not used/displayed at the moment.
2008-11-22 23:51:23 +01:00