Soks 0.0.7 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. data/LICENSE.txt +2 -0
  2. data/README.txt +3 -2
  3. data/TODO.txt +31 -0
  4. data/bin/soks-create-wiki.rb +0 -1
  5. data/lib/authenticators.rb +30 -4
  6. data/lib/helpers/counter-helpers.rb +132 -0
  7. data/lib/helpers/default-helpers.rb +170 -169
  8. data/lib/helpers/mail2wiki-helper.rb +18 -22
  9. data/lib/helpers/maintenance-helpers.rb +149 -0
  10. data/lib/helpers/rss2wiki-helper.rb +7 -8
  11. data/lib/soks-model.rb +82 -54
  12. data/lib/soks-servlet.rb +126 -108
  13. data/lib/soks-storage.rb +74 -11
  14. data/lib/soks-utils.rb +77 -3
  15. data/lib/soks-view.rb +169 -103
  16. data/lib/soks.rb +5 -23
  17. data/templates/default/attachment/newpage.js +4 -13
  18. data/templates/default/attachment/print_stylesheet.css +2 -7
  19. data/templates/default/caches/readme.txt +1 -0
  20. data/templates/default/content/Api%20for%20classes%20to%20modify%20the%20wiki.textile +2 -0
  21. data/templates/default/content/Author.textile +4 -1
  22. data/templates/default/content/Automatic%20Summaries.textile +16 -53
  23. data/templates/default/content/Automatic%20linking%20between%20pages.textile +3 -3
  24. data/templates/default/content/{bug%3A%20competing%20edits.textile → Bug%3A%20Competing%20edits.textile} +9 -0
  25. data/templates/default/content/Bug%3A%20Does%20not%20make%20use%20of%20if%2Dmodified%2Dsince%20r.textile +2 -0
  26. data/templates/default/content/Bug%3A%20E%2Dmail%20addresses%20with%20hyphens%20not%20recognised.textile +17 -0
  27. data/templates/default/content/Bug%3A%20Email%20adresses%20in%20page%20titles%20cause%20incorrec.textile +3 -0
  28. data/templates/default/content/Bug%3A%20GEM%20limits%20title%20lengths.textile +3 -1
  29. data/templates/default/content/Bug%3A%20Memory%20leak.textile +13 -0
  30. data/templates/default/content/Bug%3A%20Pages%20that%20link%20here%20may%20not%20appear%20on%20r.textile +13 -0
  31. data/templates/default/content/Bug%3A%20Textile%20mishandles%20paragraphs.textile +4 -0
  32. data/templates/default/content/Bug%3A%20Unanticipated%20Rollbacks.textile +2 -0
  33. data/templates/default/content/Bug%3A%20notextile%20does%20not%20prevent%20page%20inserts.textile +2 -0
  34. data/templates/default/content/Home%20Page.textile +3 -1
  35. data/templates/default/content/How%20to%20administrate%20this%20wiki.textile +23 -13
  36. data/templates/default/content/How%20to%20change%20the%20way%20this%20wiki%20looks.textile +3 -1
  37. data/templates/default/content/How%20to%20export%20a%20site%20from%20this%20wiki.textile +22 -0
  38. data/templates/default/content/How%20to%20get%20the%20latest%20Soks%20from%20cvs.textile +2 -0
  39. data/templates/default/content/How%20to%20hack%20soks.textile +2 -0
  40. data/templates/default/content/How%20to%20import%20a%20site%20from%20instiki.textile +2 -0
  41. data/templates/default/content/{How%20to%20import%20data%20to%20this%20wiki.textile → How%20to%20import%20data.textile} +3 -7
  42. data/templates/default/content/How%20to%20install%20Soks.textile +2 -0
  43. data/templates/default/content/How%20to%20password%20protect%20your%20wiki.textile +21 -11
  44. data/templates/default/content/How%20to%20report%20a%20bug.textile +2 -1
  45. data/templates/default/content/How%20to%20upgrade%20soks.textile +22 -0
  46. data/templates/default/content/How%20to%20use%20the%20keyboard%20shortcuts.textile +2 -2
  47. data/templates/default/content/How%20to%20use%20this%20wiki.textile +3 -1
  48. data/templates/default/content/List%20of%20changes.textile +84 -118
  49. data/templates/default/content/News%3A%20Version%201%2D0%2D0%20released.textile +19 -0
  50. data/templates/default/content/Pages%20to%20include%20in%20the%20distribution.textile +51 -0
  51. data/templates/default/content/Per%20Wiki%20Templates.textile +2 -0
  52. data/templates/default/content/Planned%20Features.textile +30 -9
  53. data/templates/default/content/README.textile +3 -2
  54. data/templates/default/content/RSS%20feed.textile +1 -1
  55. data/templates/default/content/Recent%20changes%20to%20this%20site.textile +283 -0
  56. data/templates/default/content/SOKS%20features.textile +3 -0
  57. data/templates/default/content/Site%20Index.textile +202 -0
  58. data/templates/default/content/Soks%20Licence.textile +2 -0
  59. data/templates/default/content/Tag%3A%20Include%20this%20page%20in%20the%20distribution.textile +6 -0
  60. data/templates/default/start.rb +67 -123
  61. data/templates/default/version.txt +1 -1
  62. data/templates/default/views/Page_edit.rhtml +7 -7
  63. data/templates/default/views/{Page_search_results.rhtml → Page_find.rhtml} +9 -3
  64. data/templates/default/views/Page_linksfromrss.rhtml +24 -0
  65. data/templates/default/views/Page_listrss.rhtml +46 -0
  66. data/templates/default/views/Page_meta.rhtml +1 -1
  67. data/templates/default/views/Page_revision.rhtml +39 -0
  68. data/templates/default/views/Page_revisions.rhtml +13 -5
  69. data/templates/default/views/Page_rss.rhtml +8 -8
  70. data/templates/default/views/Page_view.rhtml +3 -3
  71. data/templates/default/views/UploadPage_edit.rhtml +8 -8
  72. data/templates/default/views/frame.rhtml +8 -8
  73. data/templates/default/views/messages.yaml +1 -0
  74. data/test/html/2006Mar.html +66 -0
  75. data/test/html/poignant.html +36 -0
  76. data/test/html/poignant.textile +36 -0
  77. data/test/mock-objects.rb +69 -0
  78. data/test/stress_url_calls.rb +33 -0
  79. data/test/stress_urls.txt +68 -0
  80. data/test/test_counter-helper.rb +158 -0
  81. data/test/test_soks-helper-maintenance.rb +106 -0
  82. data/test/test_soks-helpers.rb +104 -0
  83. data/test/test_soks-model.rb +144 -0
  84. data/test/test_soks-servlet.rb +231 -0
  85. data/test/test_soks-storage.rb +70 -31
  86. data/test/test_soks-utils.rb +112 -13
  87. data/test/test_soks-view.rb +141 -3
  88. metadata +38 -27
  89. data/templates/default/content/A%20page%20with%20an%20umlaut%20%F6%20in%20its%20title.textile +0 -1
  90. data/templates/default/content/All%20News.textile +0 -26
  91. data/templates/default/content/Bil%20Kleb.textile +0 -1
  92. data/templates/default/content/Bil.textile +0 -1
  93. data/templates/default/content/Bill%20Wood.textile +0 -3
  94. data/templates/default/content/Bug%3A%20RSS%20feed%20does%20not%20validate.textile +0 -10
  95. data/templates/default/content/Bug%3A%20Type%20a%20title%20here.textile +0 -31
  96. data/templates/default/content/Instructions%20and%20Howtos.textile +0 -21
  97. data/templates/default/content/Latest%20News.textile +0 -26
  98. data/templates/default/content/New%20Recent%20Changes%20class.textile +0 -68
  99. data/templates/default/content/New%20page%20templates%20or%20categories%20code.textile +0 -68
  100. data/templates/default/content/News%3A%20Version%200%2E0%2E6%20Released.textile +0 -13
  101. data/templates/default/content/Recent%20Blog%20Entries.textile +0 -5
  102. data/templates/default/content/Recent%20Changes%20to%20This%20Site.textile +0 -286
  103. data/templates/default/content/Ruby.textile +0 -9
  104. data/templates/default/content/Skorgu.textile +0 -3
  105. data/templates/default/content/ctrl%2Dn.textile +0 -1
  106. data/templates/default/content/let%20me%20know.textile +0 -1
  107. data/templates/default/content/sandbox.textile +0 -20
  108. data/templates/default/content/tamc.textile +0 -1
  109. data/templates/default/content/tamc2.textile +0 -1
@@ -1,68 +0,0 @@
1
- h1. New recent changes class
2
-
3
- The current recent changes helper is pretty simple, and relies on automatic summary to do the dirty work.
4
-
5
- Bil Kleb made the following request:
6
-
7
- 1. Filter out the changes made by /^Automatic/ authors
8
-
9
- 2. Chunk changes to a given page by day, i.e, collapse
10
-
11
- <pre>
12
- <code>
13
- Feedback revised on 2005 Mar 05 04:37 by Bil Kleb
14
- Feedback revised on 2005 Mar 05 04:36 by Bil Kleb
15
- Feedback revised on 2005 Mar 05 04:35 by Bil Kleb
16
- Feedback revised on 2005 Mar 05 04:34 by Bil Kleb
17
- Feedback revised on 2005 Mar 05 04:33 by Bil Kleb
18
- </pre>
19
- </code>
20
-
21
- to something like usemod produces:
22
-
23
- <pre>
24
- <code>
25
- March 5, 2005
26
-
27
- * (diff) Feedback 4:37 am (5 changes) Bil Kleb
28
- </pre>
29
- </code>
30
-
31
- where "diff" shows you that last diff and "changes" shows you all the changes to this page
32
-
33
- This would require the following changes:
34
-
35
- 1) Re-write the AutomaticRecentchanges so that it creates the page itself rather than passing off to an AutomaticSummary class.
36
-
37
- That would involve:
38
- a) registering with the wiki to be notified of page changes ( wiki.watch_for( :page_revised ) { |event, page, revision| do_something_with( page, revision ) }
39
- b) when a revision event occurs, update some data structure of the recent revisions
40
- c) converting the data structure into a textile representation and writing to the wiki ( wiki.revise pagename, content, author )
41
-
42
- 2) Create some new 'view' types that would have the 'diff' and the 'changes' laid out as you would like.
43
-
44
- New views can be created in the views directory of the wiki. If the wiki receives a request for a url http://whatever.com/diff/feedback it will look in the views folder for a file called Page_diff.rhtml. This is expected to be an Erb file. The ruby in the erb file is bound to the context of the View class, so has local variables: pagename (String), page (Page), renderedview (String - html from textile), and access to the methods of the View and the Wiki classes.
45
-
46
- 3) (Maybe) the changes and diff probably want to point to a specific set of changes / diff. That would mean would need to work out a way of getting a 'revision' variable from the url, through to the view method in the view class.
47
-
48
- I guess the format for the url could be:
49
- a) http://whaterver.com/diff/3/feedback
50
- or
51
- b) http://whaterver.com/diff/feedback?revision=3
52
-
53
- I guess I visually prefer a) but b) would be easier to code.
54
-
55
- Would then need to change:
56
- lib/soks-servlet.rb/WikiServlet#service to extract the desired revision number from the request (e.g. by looking at request.query['revision']) and then edit the call to view.view to have an extra parameter (e.g. view(pagename, view, person, revision)).
57
-
58
- Then modify lib/soks-view.rb/View#view to accept the extra parameter. It would then be available as a local variable in the Page_diff.rhtml
59
-
60
- ----
61
-
62
- Our Soks Wiki went "live" yesterday within a group of about 40 people and the recent changes page has nearly become useless in it's current form. I have it set to only show 100 changes for performance reasons, and these folks generated that many changes per hour(!) figuring this Wiki stuff out. (Note: the number of changes would probably be lower if they were able to preview before saving. However, it was interesting to see some of their intermediate page changes.) They are talking about going live within our entire center (~3,500 people) on Monday... --Bil
63
-
64
- --
65
-
66
- Ok, the cvs version now has a few improvements that are getting toward this: Automatic helpers are exlcuded, runs of changes by the same person are merged, and the changes are arranged under day headings. No direct link to specific diffs yet. -- tamc2
67
-
68
- p(. Updated 19 March via cvs, excellent so far. Thanks. --Bil
@@ -1,68 +0,0 @@
1
- h1. New page templates or categories code
2
-
3
- In some case it might be useful to add a new page that is part of a particular category, or has some default content. e.g. Add a new bug report, or Add a new contact).
4
-
5
- Bil Kleb has had success in writting this (copied from soks mailing list):
6
-
7
- Earlier, we had discussed adding various page categories, i.e., templates
8
-
9
- FWIW, here is what I hacked in to get there:
10
-
11
- h2. start.rb:
12
-
13
- <pre>
14
- <code>
15
- # defined a new type of summary:
16
- class AutomaticCategorySummary
17
- def initialize( wiki, pagename )
18
- plural = pagename.sub(/y$/,'ie') + 's'
19
- AutomaticSummary.new( wiki, {
20
- :regexp_for_title => /#{pagename}:/i,
21
- :lines_to_include => 10,
22
- :reverse_sort => true,
23
- :pagename => "All #{plural}" } )
24
- AutomaticSummary.new( wiki, {
25
- :regexp_for_title => /#{pagename}:/i,
26
- :max_pages_to_show => 1,
27
- :lines_to_include => 10,
28
- :reverse_sort => true,
29
- :pagename => "Latest #{plural}" } )
30
- end
31
- end
32
-
33
- # added :categories key to the CUSTOMSETTINGS hash:
34
- :categories => [ 'Trip report', 'Contact', 'Phone Call', 'Idea', 'Story', 'Thought' ]
35
-
36
- # added to self.start:
37
- CUSTOMSETTINGS[:categories].each do |name|
38
- AutomaticCategorySummary.new( wiki, name )
39
- end if CUSTOMSETTINGS.has_key? :categories
40
- </pre>
41
- </code>
42
-
43
- h2. view/frame.rhtml:
44
-
45
- <pre>
46
- <code>
47
- # replaced "Add a new .*" section:
48
- Add new:
49
- <a href='<%= url 'Type a title here', 'edit' %>'>+ Page</a>
50
- <% if $SETTINGS.has_key? :categories %>
51
- <% $SETTINGS[:categories].each do |name| %>
52
- <a href='<%= url "#{name}: Type a title here", 'edit' %>'>+ <%= name %></a>
53
- <% end %>
54
- <% end %>
55
- <a href='<%= url 'Picture of Type a title here', 'edit' %>'>+ Image</a>
56
- <a href='<%= url 'Attached Type a title here', 'edit' %>'>+ File</a>
57
- </pre>
58
- </code>
59
-
60
-
61
- h2. views/Page_edit.rhtml
62
-
63
- <pre>
64
- <code>
65
- <td><input name='newtitle' size = '60' value='<%= pagename %>'
66
- onClick="this.value=this.value.replace('Type a title here','')"/></td>
67
- </pre>
68
- </code>
@@ -1,13 +0,0 @@
1
- It gives me great pleasure to announce version 0.0.6 of Soks - Yet another ruby wiki. You can get it from http://rubyforge.org/frs/?group_id=481&release_id=1807 or, if you have gems, run @sudo gem install Soks@.
2
-
3
- This release fixes quite a lot of bugs, provides a few more settings that can be tweaked, and the default 'look' has been toned down. See list of changes for details, and please take a note of the known bugs.
4
-
5
- Thanks to all those that helped with bugs, suggestions and code.
6
-
7
- Grateful for feedback at tamc@rubyforge.org
8
-
9
- *WARNING;* This Bug: Internet Exploror 6.0 incompatibilities during page edits is really annoying for users of IE 6. Temporary fixes can be found on that page, and I will make a new release soon to fix.
10
-
11
- Thanks
12
-
13
- Tom
@@ -1,5 +0,0 @@
1
- h2. Recent Blog Entries
2
-
3
- p{font-size: x-small;}. Recent Blog Entries was created automatically from pages whose title matches /^Blog:/i. Do not edit this page directly.
4
-
5
- No pages found to summarise
@@ -1,286 +0,0 @@
1
- h2. Recent Changes to This Site
2
-
3
- p{font-size: x-small;}. Recent Changes to This Site was created automatically from pages whose title matches /.*/.
4
-
5
- <automaticsummary><div class='recentchanges'>
6
-
7
- h2. Today
8
-
9
- * 09:08 - [[List of changes]] revised by tamc2
10
- * 09:01 - [[README]] revised by tamc2
11
- * 08:57 - [[Fixed Bug: Internet Exploror 6.0 incompatibilities during page edits]] revised by tamc2
12
- * 08:57 - [[Fixed Bug: Internet Exploror 6.0 incompatibilities during page edits]] revised by AutomaticPageMover
13
- * 08:57 - [[Bug: Internet Exploror 6.0 incompatibilities during page edits]] revised by tamc2
14
- * 08:57 - [[Fixed bug: trailing spaces in page names]] revised by tamc2
15
- * 08:57 - [[Fixed bug: trailing spaces in page names]] revised by AutomaticPageMover
16
- * 08:57 - [[Bug: trailing spaces in page names]] revised by tamc2
17
- * 08:56 - [[Fixed bug: Multipage site index S]] revised by tamc2
18
- * 08:56 - [[Fixed bug: Multipage site index S]] revised by AutomaticPageMover
19
- * 08:56 - [[bug: Multipage site index S]] revised by tamc2
20
- * 08:54 - [[Fixed Bug: Forward slashes in titles problematic]] revised by tamc2
21
- * 08:54 - [[Fixed Bug: Forward slashes in titles problematic]] revised by AutomaticPageMover
22
- * 08:54 - [[Bug: Forward slashes in titles problematic]] revised by tamc2
23
- * 08:54 - [[Fixed Bug: LinuxFirefox1.0 scroll reset after cursor move]] revised by tamc2
24
- * 08:54 - [[Fixed Bug: LinuxFirefox1.0 scroll reset after cursor move]] revised by AutomaticPageMover
25
- * 08:54 - [[Bug: LinuxFirefox1.0 scroll reset after cursor move]] revised by tamc2
26
- * 08:53 - [[Fixed Bug: Matching page titles in middle of words]] revised by tamc2
27
- * 08:53 - [[Fixed Bug: Matching page titles in middle of words]] revised by AutomaticPageMover
28
- * 08:53 - [[Bug: Matching page titles in middle of words]] revised by tamc2
29
- * 08:51 - [[Bug: Search textarea and button rendered wo vertical separation]] revised by the import script
30
- * 08:51 - [[Bug: Automatic link links to stuff inside html tags]] revised by the import script
31
- * 08:51 - [[Bug: Search textarea and button rendered wo vertical separation1]] revised by the import script
32
- * 08:51 - [[Bug: LinuxFirefox1.0 scroll reset after cursor move1]] revised by the import script
33
- * 08:51 - [[Fixed Bug: FATAL When renaming upload picture pages]] revised by the import script
34
- * 08:51 - [[Fixed Bug: no superclass method _deprecated_base64]] revised by the import script
35
- * 08:51 - [[Bug: no superclass method _deprecated_base64]] revised by the import script
36
- * 08:51 - [[Bug: FATAL When renaming upload picture pages]] revised by the import script
37
- * 08:42 - [[Bug: Matching page titles in middle of words]] revised by Bil Kleb
38
- * 06:41 - [[Planned Features]] revised by tamc2
39
-
40
- h2. Sun 20 Mar 2005
41
-
42
- * 17:32 - [[Bug: Matching page titles in middle of words]] revised by tamc2
43
- * 09:18 - [[New Recent Changes class]] revised by Bil Kleb
44
-
45
- h2. Sat 19 Mar 2005
46
-
47
- * 08:40 - [[New Recent Changes class]] revised by tamc2
48
-
49
- h2. Fri 18 Mar 2005
50
-
51
- * 01:24 - [[New Recent Changes class]] revised by Bil Kleb
52
-
53
- h2. Thu 17 Mar 2005
54
-
55
- * 14:01 - [[Planned Features]] revised by Bil Kleb
56
- * 08:28 - [[Type a title here]] revised by tamc2
57
- * 07:32 - [[bug: Multipage site index S]] revised by Bil Kleb
58
-
59
- h2. Wed 16 Mar 2005
60
-
61
- * 16:26 - [[bug: Multipage site index S]] revised by tamc2
62
- * 15:43 - [[Fixed Bug: multipage site index other category rendering]] revised by tamc2
63
- * 15:43 - [[Bug: multipage site index other category rendering]] revised by tamc2
64
- * 10:12 - [[News: Version 0.0.6 Released]] revised by tamc2
65
- * 09:58 - [[Bug: multipage site index other category rendering]] revised by Bil Kleb
66
- * 09:56 - [[bug: Multipage site index S]] revised by Bil Kleb
67
- * 09:28 - [[bug: Multipage site index S]] revised by tamc2
68
- * 09:24 - [[Bug: multipage site index other category rendering]] revised by tamc2
69
- * 08:10 - [[bug: Multipage site index S]] revised by Bil Kleb
70
- * 07:50 - [[Bug: multipage site index other category rendering]] revised by Bil Kleb
71
- * 07:27 - [[Bug: trailing spaces in page names]] revised by Bil Kleb
72
- * 07:01 - [[Bug: Internet Exploror 6.0 incompatibilities during page edits]] revised by Bil Kleb
73
- * 06:48 - [[Bug: Internet Exploror 6.0 incompatibilities during page edits]] revised by tamc2
74
- * 05:55 - [[Bug: Internet Exploror 6.0 incompatibilities during page edits]] revised by Bil Kleb
75
- * 05:53 - [[ctrl-n]] revised by Bil Kleb
76
- * 05:52 - [[How to use the keyboard shortcuts]] revised by Bil Kleb
77
-
78
- h2. Tue 15 Mar 2005
79
-
80
- * 18:06 - [[Planned Features]] revised by tamc2
81
- * 17:44 - [[Bug: Type a title here]] revised by tamc2
82
- * 17:40 - [[Known bugs]] revised by tamc2
83
- * 17:38 - [[Recent News]] revised by tamc2
84
- * 17:37 - [[Latest News]] revised by tamc2
85
- * 17:37 - [[home page]] revised by tamc2
86
- * 16:46 - [[Distribution Home Page]] revised by tamc2
87
- * 16:46 - [[How to report a bug]] revised by tamc2
88
- * 16:39 - [[Fixed Bug: ampersand in page name creates missing links that work]] revised by tamc2
89
- * 16:39 - [[Bug: ampersand in page name creates missing links that work]] revised by tamc2
90
- * 16:24 - [[Bug: RSS feed does not validate]] revised by tamc2
91
- * 16:24 - [[Fixed Bug: Upload filenames needlessly mangled]] revised by tamc2
92
- * 16:24 - [[Bug: Upload filenames needlessly mangled]] revised by tamc2
93
- * 16:23 - [[Fixed Bug: Pictures and Attachments linked to site root]] revised by tamc2
94
- * 16:23 - [[Bug: Pictures and Attachments linked to site root]] revised by tamc2
95
- * 16:22 - [[Fixed Bug: Uploads are not password protected]] revised by tamc2
96
- * 16:22 - [[Bug: Uploads are not password protected]] revised by tamc2
97
- * 16:22 - [[Fixed Bug: AutomaticRecentChanges ignores changes parameter]] revised by tamc2
98
- * 16:22 - [[Bug: AutomaticRecentChanges ignores changes parameter]] revised by tamc2
99
- * 16:21 - [[Fixed Bug: Update frequency rounds inappropriately in meta view]] revised by tamc2
100
- * 16:21 - [[Bug: Update frequency rounds inappropriately in meta view]] revised by tamc2
101
- * 16:20 - [[Fixed Bug: Halting can corrupt revisions]] revised by tamc2
102
- * 16:20 - [[Bug: Halting can corrupt revisions]] revised by tamc2
103
- * 16:18 - [[Fixed Bug: Do not save and delete links confusing on edit page]] revised by tamc2
104
- * 16:18 - [[Bug: Do not save and delete links confusing on edit page]] revised by tamc2
105
- * 16:17 - [[Fixed Bug: Certain text crashes yaml revision loading]] revised by tamc2
106
- * 16:17 - [[Bug: Certain text crashes yaml revision loading]] revised by tamc2
107
- * 16:16 - [[Fixed Bug: Search textarea and button rendered without vertical separation]] revised by tamc2
108
- * 16:16 - [[Bug: Search textarea and button rendered without vertical separation]] revised by tamc2
109
- * 16:15 - [[Fixed Bug: Punctuation in page titles still problematic]] revised by tamc2
110
- * 16:15 - [[Bug: Punctuation in page titles still problematic]] revised by tamc2
111
- * 16:14 - [[Fixed Bug: Time per change on meta page view incorrect]] revised by tamc2
112
- * 16:14 - [[Bug: Time per change on meta page view incorrect]] revised by tamc2
113
- * 03:46 - [[Bug: Do not save and delete links confusing on edit page]] revised by Bil Kleb
114
-
115
- h2. Mon 14 Mar 2005
116
-
117
- * 19:33 - [[Bug: Do not save and delete links confusing on edit page]] revised by tamc2
118
- * 14:08 - [[Bug: Do not save and delete links confusing on edit page]] revised by Bil Kleb
119
- * 14:07 - [[Picture of bad_buttons_better]] revised by Bil Kleb
120
- * 11:54 - [[Picture of bad_buttons_bad]] revised by Bil Kleb
121
- * 10:02 - [[Sidebar Page]] revised by tamc2
122
-
123
- h2. Sat 12 Mar 2005
124
-
125
- * 16:22 - [[Automatic Summaries]] revised by Bil
126
- * 11:08 - [[List of changes]] revised by Bil
127
- * 10:56 - [[List of changes]] revised by tamc2
128
- * 10:51 - [[Bug: Punctuation in page titles still problematic]] revised by Bil
129
- * 09:39 - [[Bug: Punctuation in page titles still problematic]] revised by tamc2
130
- * 09:10 - [[How to get the latest Soks from cvs]] revised by tamc2
131
-
132
- h2. Fri 11 Mar 2005
133
-
134
- * 16:02 - [[How to import data to this wiki]] revised by Bil
135
- * 08:44 - [[Bug: Punctuation in page titles still problematic]] revised by Bil
136
- * 08:28 - [[Bug: ampersand in page name creates missing links that work]] revised by Bil
137
- * 07:30 - [[Bug: ampersand in page name creates missing links that work]] revised by tamc2
138
- * 06:42 - [[Bug: ampersand in page name creates missing links that work]] revised by Bil
139
-
140
- h2. Thu 10 Mar 2005
141
-
142
- * 21:12 - [[Bug: Time per change on meta page view incorrect]] revised by Bil
143
- * 14:47 - [[bug: competing edits]] revised by tamc2
144
- * 14:31 - [[bug: competing edits]] revised by Bil
145
- * 08:45 - [[How to password protect your wiki]] revised by tamc2
146
- * 07:38 - [[How to password protect your wiki]] revised by Bil Kleb
147
-
148
- h2. Wed 09 Mar 2005
149
-
150
- * 16:31 - [[sandbox]] revised by tamc2
151
- * 16:25 - [[sandbox]] revised by mary
152
- * 08:53 - [[How to password protect your wiki]] revised by tamc2
153
- * 08:46 - [[How to password protect your wiki]] revised by Bil
154
- * 07:34 - [[Bug: Punctuation in page titles still problematic]] revised by tamc2
155
- * 05:27 - [[Bug: Search textarea and button rendered without vertical separation]] revised by Bil
156
- * 05:25 - [[Picture of search box rendering]] revised by Bil
157
- * 05:24 - [[Type a title here]] revised by Bil
158
- * 05:18 - [[List of changes]] revised by Bil
159
- * 05:16 - [[Planned Features]] revised by Bil
160
- * 05:15 - [[How to import data to this wiki]] revised by tamc2
161
- * 05:13 - [[Bug: Textile mishandles paragraphs]] revised by tamc2
162
- * 05:11 - [[sandbox]] revised by tamc2
163
- * 05:04 - [[Author]] revised by tamc2
164
- * 05:03 - [[How to import data to this wiki]] revised by Bil
165
-
166
- h2. Tue 08 Mar 2005
167
-
168
- * 18:20 - [[How to import data to this wiki]] revised by tamc2
169
- * 18:01 - [[Per Wiki Templates]] revised by tamc2
170
- * 17:46 - [[Per Wiki Templates]] revised by Bil Kleb
171
- * 17:43 - [[How to import data to this wiki]] revised by Bil Kleb
172
- * 17:40 - [[How to import data to this wiki]] revised by Bil
173
- * 17:34 - [[Per Wiki Templates]] revised by tamc2
174
- * 17:24 - [[List of changes]] revised by tamc2
175
- * 17:23 - [[Per Wiki Templates]] revised by Bil
176
- * 17:06 - [[List of changes]] revised by Bil
177
- * 16:02 - [[Planned Features]] revised by tamc2
178
- * 15:51 - [[List of changes]] revised by tamc2
179
- * 12:47 - [[Bill Wood]] revised by Bil Kleb
180
- * 12:35 - [[Bil]] revised by Bil Kleb
181
- * 12:34 - [[Planned Features]] revised by Bil Kleb
182
- * 09:16 - [[Planned Features]] revised by tamc2
183
- * 09:16 - [[New page templates or categories code]] revised by tamc2
184
- * 09:11 - [[New Recent Changes class]] revised by tamc2
185
- * 07:44 - [[SOKS features]] revised by tamc2
186
- * 07:43 - [[How to password protect your wiki]] revised by tamc2
187
- * 07:41 - [[How to administrate this wiki]] revised by tamc2
188
- * 07:39 - [[Per Wiki Templates]] revised by tamc2
189
- * 06:25 - [[SOKS features]] revised by Bil Kleb
190
- * 05:55 - [[List of changes]] revised by Bil Kleb
191
- * 05:52 - [[Bil Kleb]] revised by Bil Kleb
192
- * 05:52 - [[Type a title here]] revised by Bil Kleb
193
- * 05:50 - [[Bug: Unanticipated Rollbacks]] revised by Bil Kleb
194
-
195
- h2. Mon 07 Mar 2005
196
-
197
- * 09:39 - [[List of changes]] revised by tamc2
198
- * 08:27 - [[Bug: Unanticipated Rollbacks]] revised by tamc2
199
- * 01:05 - [[ctrl-n]] revised by Joe Edelman
200
-
201
- h2. Fri 04 Mar 2005
202
-
203
- * 09:36 - [[Bug: Do not save and delete links confusing on edit page]] revised by tamc2
204
-
205
- h2. Thu 03 Mar 2005
206
-
207
- * 17:27 - [[How to use the keyboard shortcuts]] revised by Bil
208
- * 09:43 - [[How to use this wiki]] revised by tamc2
209
- * 07:47 - [[Type a title here]] revised by tamc2
210
-
211
- h2. Sat 26 Feb 2005
212
-
213
- * 16:44 - [[home page]] revised by test
214
-
215
- h2. Fri 25 Feb 2005
216
-
217
- * 08:06 - [[How to install Soks]] revised by tamc
218
- * 07:52 - [[Automatic linking between pages]] revised by tamc
219
-
220
- h2. Thu 24 Feb 2005
221
-
222
- * 15:58 - [[Planned Features]] revised by Skorgu
223
- * 05:35 - [[tamc]] revised by tamc2
224
- * 05:34 - [[Planned Features]] revised by tamc2
225
-
226
- h2. Wed 23 Feb 2005
227
-
228
- * 13:33 - [[Automatic Summaries]] revised by tamc
229
- * 13:28 - [[Api for classes to modify the wiki]] revised by tamc
230
- * 12:36 - [[Planned Features]] revised by tamc
231
- * 12:29 - [[List of changes]] revised by tamc
232
- * 08:25 - [[Skorgu]] revised by Skorgu
233
- * 08:19 - [[How to administrate this wiki]] revised by Skorgu
234
- * 07:45 - [[SOKS features]] revised by tamc
235
- * 07:26 - [[Planned Features]] revised by Skorgu
236
-
237
- h2. Tue 22 Feb 2005
238
-
239
- * 18:22 - [[List of changes]] revised by tamc2
240
-
241
- h2. Mon 21 Feb 2005
242
-
243
- * 11:49 - [[Planned Features]] revised by tamc2
244
-
245
- h2. Wed 16 Feb 2005
246
-
247
- * 16:33 - [[How to install Soks]] revised by tamc2
248
- * 11:53 - [[How to install Soks]] revised by Merc
249
-
250
- h2. Tue 15 Feb 2005
251
-
252
- * 08:49 - [[RSS feed]] revised by tamc2
253
- * 08:23 - [[A page with an umlaut � in its title]] revised by tamc2
254
- * 06:11 - [[Planned Features]] revised by Ala'a
255
- * 05:15 - [[Planned Features]] revised by tamc2
256
-
257
- h2. Mon 14 Feb 2005
258
-
259
- * 19:13 - [[Planned Features]] revised by Skorgu
260
-
261
- h2. Sat 12 Feb 2005
262
-
263
- * 18:01 - [[Automatic Summaries]] revised by tamc2
264
- * 16:16 - [[home page]] revised by tamc2
265
- * 12:41 - [[Instructions and Howtos]] revised by tamc2
266
- * 12:38 - [[SOKS features]] revised by tamc2
267
- * 12:13 - [[Planned Features]] revised by tamc2
268
- * 12:09 - [[Known bugs]] revised by tamc2
269
- * 12:00 - [[Bug: notextile does not prevent page inserts]] revised by tamc2
270
- * 11:55 - [[Attached ruby logo]] revised by tamc2
271
- * 11:54 - [[Attached test thing]] revised by tamc2
272
- * 11:52 - [[Bug: Page titles cannot have html tags in them]] revised by tamc2
273
- * 11:32 - [[Picture of powered by ruby logo]] revised by tamc2
274
- * 11:32 - [[Picture of a logo for the ruby language]] revised by tamc2
275
- * 10:10 - [[Fixed Bug: Duplicate links-to a page sometimes appear]] revised by tamc2
276
- * 10:10 - [[Bug: Duplicate links-to a page sometimes appear]] revised by tamc2
277
- * 10:09 - [[Fixed Bug: Search includes leading and trailing spaces]] revised by tamc2
278
- * 10:09 - [[Bug: Search includes leading and trailing spaces]] revised by tamc2
279
- * 10:07 - [[Fixed Bug: No robots.txt or favicon.ico]] revised by tamc2
280
- * 10:07 - [[Bug: No robots.txt or favicon.ico]] revised by tamc2
281
- * 09:49 - [[Fixed Bug: External links incorrectly include trailing punctuation]] revised by tamc2
282
- * 09:49 - [[Bug: External links incorrectly include trailing punctuation]] revised by tamc2
283
- * 06:22 - [[SOKS features]] revised by Ochronus
284
-
285
-
286
- </div></automaticsummary>
@@ -1,9 +0,0 @@
1
- h1. Ruby
2
-
3
- Soks is written in ruby. It relies on version 1.8.2 or greater.
4
-
5
- Ruby is an enjoyably clear Japanese Perl, Python, Smalltalk, and LISP amalgam. It runs on Mac OS X, Windows and most unix variants.
6
-
7
- * To download go to: http://www.ruby-lang.org/en/20020102.html
8
- * To learn try: http://poignantguide.net/ruby/ or http://www.pragmaticprogrammer.com/titles/ruby/index.html
9
- * To discuss: http://groups-beta.google.com/group/comp.lang.ruby