Timeline


and .

10/04/2006:

23:41 Ticket #344 (Table Formatting) created by anonymous
It appears that italics cannot be used within the cells of a table.
22:03 Ticket #343 ("Store and continue" functionality in editor) created by BrianKoontz
When working on a complex page, it's useful to be able to "store and …
19:38 Ticket #226 (Multiple ACL entries in config file) closed by BrianKoontz
fixed: Implemented in changeset [196].
19:36 Changeset [196] by BrianKoontz
  • trunk/handlers/page/acls.php
  • trunk/libs/Wakka.class.php
#226: Multiple ACL entries in config file
17:43 Ticket #342 (spaces should not be converted to tabs within code blocks) created by thowe@…
When preceding a line with 4 or more spaces within a code block, those …

10/03/2006:

17:44 Ticket #296 (CHANGES.TXT included in 1.1.6.2 release is 1.1.6.0 version) closed by NilsLindenberg
fixed: Vincent, you are right. It was fixed in [145] but I had forgotten to …
15:52 Ticket #265 (Showing comments and Getting the current user) closed by NilsLindenberg
fixed: fixed in [195]. Thank you for spotting it, Vincent, and for submitting a …
15:42 Changeset [195] by NilsLindenberg
  • trunk/handlers/page/show.php
#265: superfluous call of GetUserName(); bug allowing anonymus users to …
07:27 Ticket #339 (UserIsOwner() returns nothing instead of FALSE) closed by NilsLindenberg
fixed
03:55 Ticket #339 (UserIsOwner() returns nothing instead of FALSE) reopened by DarTar
Where was this ticket closed? Please help keeping tickets and code changes …

10/01/2006:

18:04 Ticket #341 (403 errors because of wildcards in referrer spam list) created by yodahome@…
Well, I consider this a bug but judge for yourself: I just spend about 10 …
09:14 Changeset [194] by DotMG
  • trunk/libs/Wakka.class.php
Restoring [191] (#339) .
09:04 Ticket #334 (List Autoindent does not work) closed by DotMG
fixed: Fixed at [193]
09:02 Changeset [193] by DotMG
  • trunk/3rdparty/plugins/wikiedit/wikiedit2.js
Fix #334.
09:02 Ticket #337 (Do not add title attribute to <a href=... if empty) closed by DotMG
fixed: Fixed at [192]
09:00 Changeset [192] by DotMG
  • trunk/libs/Wakka.class.php
Fix #337
08:49 Ticket #340 (Work on Internationalization) created by Olivier Borowski <olivier.borowski@…>
I'm working on some changes to translate messages and actions. - convert …
08:22 Ticket #339 (UserIsOwner() returns nothing instead of FALSE) closed by NilsLindenberg
fixed
08:21 Changeset [191] by NilsLindenberg
  • trunk/libs/Wakka.class.php
#339: UserIsOwner now always returns TRUE or FALSE

09/30/2006:

09:30 Ticket #339 (UserIsOwner() returns nothing instead of FALSE) created by NilsLindenberg
A closer look at UserIsOwner shows that, if all checks fail, the function …

09/28/2006:

14:40 Ticket #338 (Character truncation in comments) created by anonymous
(Copied from  http://wikkawiki.org/CommentPageInfo) After having used this …
09:24 Ticket #337 (Do not add title attribute to <a href=... if empty) created by DotMG
Method Wakka::Link() If $title is empty, we should not put title="" in <a …
08:40 Ticket #334 (List Autoindent does not work) reopened by DotMG
Autoindenting doesn't still work on 3 or 5 tabs. Autoindenting should …

09/27/2006:

16:02 Ticket #217 (ACL enhancements for 1.1.6.2) closed by BrianKoontz
invalid: This ticket is no longer necessary, since #189 and #139 have been …
16:01 Ticket #139 (Modify ACL to allow child pages to use parent's ACL) closed by BrianKoontz
fixed: No longer an issue, since #189 permits the cloning of ACLs when creating …
04:39 Ticket #336 (Copyright plugin) created by DarTar
A simple configurable action to display a copyright notice, like: […] …

09/26/2006:

02:30 Ticket #233 (A category name that is a substring of another cat. name gets that pages, ...) closed by DotMG
fixed: Fixed [190].
01:14 Ticket #324 (Update the FormattingRules page in the case "1.1.6.2" (trunk>r174)) closed by DotMG
fixed: Fixed by [179].

09/25/2006:

10:02 Ticket #335 (RSS feed for comments on a per-page-basis (handler)) closed by DarTar
duplicate: I'm closing this ticket as a duplicate of #250 on which we are currently …
09:09 Changeset [190] by DotMG
  • trunk/setup/links.php
Correcting a bug from [185] (Added "".*?"" in regex) Correcting a bug that …
06:36 Ticket #335 (RSS feed for comments on a per-page-basis (handler)) created by webmaster@…
I guess it would be a nice feature to have an rss feed for comments on a …
03:49 Ticket #326 (replace onLoad by onload and remove the uneeded $user variable in ...) closed by DotMG
fixed: Fixed in [189].
03:48 Changeset [189] by DotMG
  • trunk/actions/header.php
Fix #326. Thanx MoKoshi.
03:30 Ticket #334 (List Autoindent does not work) closed by DotMG
fixed: Fixed at [188].
03:29 Changeset [188] by DotMG
  • trunk/3rdparty/plugins/wikiedit/wikiedit2.js
Fix #334.
03:28 Ticket #334 (List Autoindent does not work) created by DotMG
If you have a line […] and you put the cursor on the end of " …

09/22/2006:

13:30 Ticket #333 (The formatter should close and reopen tags for ins and del tags ...) created by vincent.fretin
In history, you can have something like the following. With the actual …
10:16 Changeset [187] by DarTar
  • trunk/libs/diff.lib.php
marking diff classes as private - #244
09:58 Changeset [186] by DarTar
  • trunk/3rdparty/core/safehtml/classes/HTMLSax.php
  • trunk/index.php
  • trunk/libs/Wakka.class.php
  • trunk/libs/diff.lib.php
  • trunk/wikka.php
Changing core/SafeHTML package names for correct phpdoc documentation - …
06:44 Changeset [185] by DarTar
  • trunk/setup/links.php
Fixing charset issues, indenting, obsolete formatter regex and phpdoc …
06:26 Changeset [184] by DarTar
  • trunk/3rdparty/plugins/freemind/fullscreen.php
Adding phpdoc header.
04:10 Changeset [183] by DarTar
  • trunk/formatters/wakka.php
Advanced table markup (code with correct indentation): documenting code …
04:07 Changeset [182] by DarTar
  • trunk/formatters/wakka.php
Reverting file to [175] to fix wrong indenting. #230
03:28 Ticket #232 (Including a Page with an category action leeds to wrong behavior of the ...) closed by DotMG
fixed: Fixed at [180].
03:22 Ticket #48 (Backlinks action bug: listing of obsolete pages) closed by DotMG
fixed: Fixed in [181] and [179]. On page deletion, links table is now properly …
03:04 Changeset [181] by DotMG
  • trunk/actions/backlinks.php
  • trunk/handlers/page/backlinks.php
Fixes and closes ticket #48. See also [179].
03:02 Changeset [180] by DotMG
  • trunk/actions/category.php
  • trunk/actions/include.php
Fix #232.
02:58 Changeset [179] by DotMG
  • trunk/actions/category.php
  • trunk/libs/Wakka.class.php
  • trunk/setup/install.php
  • trunk/setup/links.php
Fixing #315, and since it's an overhaul of the categorizing system, it …

09/21/2006:

15:49 Ticket #332 (Revisions.xml.php) created by craig.wong@…
The link contains a "." after "time=". For instance... …

09/20/2006:

05:55 Changeset [178] by DarTar
  • trunk/formatters/wakka.php
Advanced table markup: documenting code and applying patch to properly …

09/19/2006:

14:08 Ticket #331 (Modifications of the googleform action) created by NilsLindenberg
Like other actions, googleform.php has some issues: - notices for …
03:06 Ticket #330 (1.1.6.2 issue with editor area) closed by NilsLindenberg
worksforme: Hi, this is a known issue with the browser cache. Forced emptying of it …
02:12 Ticket #214 (random logout issue on IIS server) closed by DotMG
worksforme

09/18/2006:

18:41 Ticket #330 (1.1.6.2 issue with editor area) created by gyoung@…
We're experiencing a problem with the editor area appearing as a very …
13:14 Ticket #216 (If wikka.config.php is deleted (and setup reruns) default pages are ...) closed by DotMG
fixed
13:13 Changeset [177] by DotMG
  • trunk/setup/install.php
Install : Allow reinstallation of the same version. Suppressing redundant …
13:11 Ticket #204 (Upgrade WikiEdit) closed by DotMG
fixed
13:09 Changeset [176] by DotMG
  • trunk/3rdparty/plugins/wikiedit/LICENSE.TXT
  • trunk/3rdparty/plugins/wikiedit/protoedit.js
  • trunk/3rdparty/plugins/wikiedit/wikiedit2.js
  • trunk/3rdparty/plugins/wikiedit/wikiedit_sr.js
Upgrading Wikiedit to v. 3. Fix #204.
00:08 Ticket #313 (Linktracking optimizations and other fixes) closed by DotMG
fixed

09/17/2006:

12:27 Changeset [175] by DotMG
  • trunk/formatters/wakka.php
  • trunk/handlers/page/edit.php
  • trunk/libs/Wakka.class.php
Fix Linktracking issues.

09/14/2006:

13:30 Ticket #329 (Support for Creole markup) created by NilsLindenberg
“Creole is a common wiki markup language to be used across different …

09/13/2006:

04:20 Ticket #328 (slideshows with S5) created by vincent.fretin@…
WikiniMST has implemented slideshows with S5. It rocks! The handler in …
04:10 Ticket #327 (FootNote action) created by vincent.fretin@…
WikiniMST (a fork of wikini 0.4.3) has a nice action to insert footnote in …
02:48 Ticket #326 (replace onLoad by onload and remove the uneeded $user variable in ...) created by vincent.fretin@…
This patch replaces onLoad by onload and remove the uneeded $user variable …
02:42 Ticket #325 (fix i18n comments and the call to UserWantsComments in show.php) created by vincent.fretin@…
Actually, the version is trunk. The patch replaces "#i8n" by "#i18n" and …
02:28 Ticket #324 (Update the FormattingRules page in the case "1.1.6.2" (trunk>r174)) created by vincent.fretin@…
Actually, the version is trunk. NilsLindenberg modified the page …

09/12/2006:

02:10 Ticket #323 (Wiki Edit is pasting the entire document back onto itself on every ...) created by anonymous
I am using Internet Explorer 6 on a Windows XP machine. I downloaded the …

09/10/2006:

11:21 Ticket #322 ((SPAM)) closed by DarTar
invalid
10:55 Ticket #322 ((SPAM)) created

09/09/2006:

17:44 Ticket #321 (Any search returns to HomePage) closed by NilsLindenberg
worksforme: Great! *ticket closed*
06:24 Ticket #321 (Any search returns to HomePage) created by anonymous
Any search takes me back to my home page instead of a list of matching …

09/06/2006:

13:24 Changeset [174] by NilsLindenberg
  • trunk/3rdparty/plugins/geshi/docs/BUGS
  • trunk/3rdparty/plugins/geshi/docs/CHANGES
  • trunk/3rdparty/plugins/geshi/docs/README
  • trunk/3rdparty/plugins/geshi/docs/THANKS
  • trunk/3rdparty/plugins/geshi/docs/TODO
  • trunk/3rdparty/plugins/geshi/geshi.php
  • trunk/3rdparty/plugins/geshi/geshi/actionscript.php
  • trunk/3rdparty/plugins/geshi/geshi/ada.php
  • trunk/3rdparty/plugins/geshi/geshi/apache.php
  • trunk/3rdparty/plugins/geshi/geshi/applescript.php
  • trunk/3rdparty/plugins/geshi/geshi/asm.php
  • trunk/3rdparty/plugins/geshi/geshi/asp.php
  • trunk/3rdparty/plugins/geshi/geshi/autoit.php
  • trunk/3rdparty/plugins/geshi/geshi/bash.php
  • trunk/3rdparty/plugins/geshi/geshi/blitzbasic.php
  • trunk/3rdparty/plugins/geshi/geshi/c.php
  • trunk/3rdparty/plugins/geshi/geshi/c_mac.php
  • trunk/3rdparty/plugins/geshi/geshi/caddcl.php
  • trunk/3rdparty/plugins/geshi/geshi/cadlisp.php
  • trunk/3rdparty/plugins/geshi/geshi/cfdg.php
  • trunk/3rdparty/plugins/geshi/geshi/cfm.php
  • trunk/3rdparty/plugins/geshi/geshi/cpp.php
  • trunk/3rdparty/plugins/geshi/geshi/csharp.php
  • trunk/3rdparty/plugins/geshi/geshi/css.php
  • trunk/3rdparty/plugins/geshi/geshi/d.php
  • trunk/3rdparty/plugins/geshi/geshi/delphi.php
  • trunk/3rdparty/plugins/geshi/geshi/diff.php
  • trunk/3rdparty/plugins/geshi/geshi/div.php
  • trunk/3rdparty/plugins/geshi/geshi/dos.php
  • trunk/3rdparty/plugins/geshi/geshi/eiffel.php
  • trunk/3rdparty/plugins/geshi/geshi/fortran.php
  • trunk/3rdparty/plugins/geshi/geshi/freebasic.php
  • trunk/3rdparty/plugins/geshi/geshi/gml.php
  • trunk/3rdparty/plugins/geshi/geshi/groovy.php
  • trunk/3rdparty/plugins/geshi/geshi/html4strict.php
  • trunk/3rdparty/plugins/geshi/geshi/idl.php
  • trunk/3rdparty/plugins/geshi/geshi/ini.php
  • trunk/3rdparty/plugins/geshi/geshi/inno.php
  • trunk/3rdparty/plugins/geshi/geshi/java.php
  • trunk/3rdparty/plugins/geshi/geshi/java5.php
  • trunk/3rdparty/plugins/geshi/geshi/javascript.php
  • trunk/3rdparty/plugins/geshi/geshi/lisp.php
  • trunk/3rdparty/plugins/geshi/geshi/lua.php
  • trunk/3rdparty/plugins/geshi/geshi/matlab.php
  • trunk/3rdparty/plugins/geshi/geshi/mpasm.php
  • trunk/3rdparty/plugins/geshi/geshi/mysql.php
  • trunk/3rdparty/plugins/geshi/geshi/nsis.php
  • trunk/3rdparty/plugins/geshi/geshi/objc.php
  • trunk/3rdparty/plugins/geshi/geshi/ocaml-brief.php
  • trunk/3rdparty/plugins/geshi/geshi/ocaml.php
  • trunk/3rdparty/plugins/geshi/geshi/oobas.php
  • trunk/3rdparty/plugins/geshi/geshi/oracle8.php
  • trunk/3rdparty/plugins/geshi/geshi/pascal.php
  • trunk/3rdparty/plugins/geshi/geshi/perl.php
  • trunk/3rdparty/plugins/geshi/geshi/php-brief.php
  • trunk/3rdparty/plugins/geshi/geshi/php.php
  • trunk/3rdparty/plugins/geshi/geshi/python.php
  • trunk/3rdparty/plugins/geshi/geshi/qbasic.php
  • trunk/3rdparty/plugins/geshi/geshi/reg.php
  • trunk/3rdparty/plugins/geshi/geshi/robots.php
  • trunk/3rdparty/plugins/geshi/geshi/ruby.php
  • trunk/3rdparty/plugins/geshi/geshi/sas.php
  • trunk/3rdparty/plugins/geshi/geshi/scheme.php
  • trunk/3rdparty/plugins/geshi/geshi/sdlbasic.php
  • trunk/3rdparty/plugins/geshi/geshi/smalltalk.php
  • trunk/3rdparty/plugins/geshi/geshi/smarty.php
  • trunk/3rdparty/plugins/geshi/geshi/sql.php
  • trunk/3rdparty/plugins/geshi/geshi/tcl.php
  • trunk/3rdparty/plugins/geshi/geshi/text.php
  • trunk/3rdparty/plugins/geshi/geshi/tsql.php
  • trunk/3rdparty/plugins/geshi/geshi/vb.php
  • trunk/3rdparty/plugins/geshi/geshi/vbnet.php
  • trunk/3rdparty/plugins/geshi/geshi/vhdl.php
  • trunk/3rdparty/plugins/geshi/geshi/visualfoxpro.php
  • trunk/3rdparty/plugins/geshi/geshi/winbatch.php
  • trunk/3rdparty/plugins/geshi/geshi/xml.php
  • trunk/setup/install.php
#320: upgrading geshi to 1.0.7.13
13:10 Changeset [173] by NilsLindenberg
  • trunk/3rdparty/plugins/geshi/docs/bugs
  • trunk/3rdparty/plugins/geshi/docs/readme
  • trunk/3rdparty/plugins/geshi/docs/thanks
  • trunk/3rdparty/plugins/geshi/docs/todo
#320: first part: deleting some doc files (necessary due to eclipse bug …

09/05/2006:

17:51 Ticket #320 (Geshi update for 1.0.7.15) created by NilsLindenberg
At  http://qbnz.com/highlighter/, the version 1.0.7.15 of Geshi has been …

09/04/2006:

15:36 Ticket #319 (SPAM) closed by NilsLindenberg
wontfix
07:08 Ticket #319 (SPAM) created
SPAM
Note: See TracTimeline for information about the timeline view.