Commit Graph

4160 Commits

Author SHA1 Message Date
Alex Schroeder
8b17c6b341 *** empty log message *** 2009-05-19 22:33:57 +00:00
Alex Schroeder
1fe2527c5f Work in progress 2009-05-17 22:43:50 +00:00
Alex Schroeder
008f9e3320 *** empty log message *** 2009-05-15 20:26:34 +00:00
Alex Schroeder
ad5d60e104 Add a test to prove that an edit link is created correctly when
linking to a local image that doesn't exist, yet.
2009-05-15 20:26:18 +00:00
Alex Schroeder
09159b6b64 (StaticFileName): Don't just print
something to stdout if the target page does not exist, yet. This
will always happen when creating a link to an image before
upoading the image!
2009-05-15 20:25:35 +00:00
Alex Schroeder
be9ba7c1f2 (ImageSupportRule): Make sure we provide an
upload link of the image is local and doesn't exist yet.
2009-05-15 20:23:56 +00:00
Alex Schroeder
4b8cf5fa53 (ListLockedMenu): Changed menu item name a
bit to match the German translation file.
2009-05-15 09:18:17 +00:00
Alex Schroeder
e24f8dd72c * modules/footnotes.pl (FootnotesRule): Substantially revised.
This now handles markup for referencing another footnote or range
of other footnotes. This should, in turn, make embedding academic
citations in Wiki pages somewhat simpler.
2009-05-11 02:28:44 +00:00
Alex Schroeder
03536a8d57 Address the issue that big-brother.pl will make sure that no requests
happen within the same second by adding +1, thus resulting in future
visits.
2009-05-09 13:02:01 +00:00
Alex Schroeder
54e01ac6db (DoHistory): Handle date changes here in order to avoid
declaring a variable and having to pass it by reference to
GetHistoryLine.
(GetHistoryLine): Simplified. Also, don't set a revision if
comparing an older revision with the current one.
2009-05-09 12:38:30 +00:00
Alex Schroeder
62d5ad4de6 *** empty log message *** 2009-05-09 12:34:37 +00:00
Alex Schroeder
24a6373166 *** empty log message *** 2009-05-09 12:32:45 +00:00
Alex Schroeder
b454b011f9 Add more tests to prove that the history page is sane. 2009-05-09 12:30:21 +00:00
Alex Schroeder
fc8fa247cb Updated missing translations 2009-05-09 12:00:44 +00:00
Alex Schroeder
e974fdb08d (ApplyRules): Make sure we store $_ whenever we store
pos because of recursive calls to ApplyRules.
2009-05-07 20:04:09 +00:00
Alex Schroeder
f09776dabf *** empty log message *** 2009-05-07 20:03:40 +00:00
Alex Schroeder
a6d7db509e feed image class equivalent to smiley and inline. 2009-04-13 07:59:07 +00:00
Alex Schroeder
f43a9f4163 get rid of margin: 1em for div.content a img. 2009-04-13 07:54:43 +00:00
Alex Schroeder
5c984eb227 *** empty log message *** 2009-04-09 20:07:35 +00:00
Alex Schroeder
66d104bce3 Fix typo. 2009-04-09 17:02:17 +00:00
Alex Schroeder
cfa3da1ba4 *** empty log message *** 2009-04-09 16:58:03 +00:00
Alex Schroeder
3ebc770a64 ($CurrentLanguage): New variable.
(LoadLanguage): Set it.
2009-04-09 16:57:34 +00:00
Alex Schroeder
8a4aa5d392 *** empty log message *** 2009-04-07 18:19:49 +00:00
Alex Schroeder
a022b5161e Changed one of the search texts to not mention the ns parameter. 2009-04-06 00:27:22 +00:00
Alex Schroeder
80e2f203d2 (@NamespaceParameters): New.
(NamespacesInitVariables): Use new option.
(NamespacesInitVariables): Use new function.
2009-04-06 00:26:46 +00:00
Alex Schroeder
9fb318c5f4 Search tests. 2009-04-06 00:02:54 +00:00
Alex Schroeder
b5dd3e7c9c (NamespacesInitVariables): Match the code
changes in GetId.
2009-04-05 23:36:20 +00:00
Alex Schroeder
c776c9f4b2 *** empty log message *** 2009-04-05 22:51:23 +00:00
Alex Schroeder
5b67a4e202 (TagCloud): New action, based on the search-freetext.pl
implementation.
(TagsMenu): Add tag cloud to the menu.
2009-04-05 22:19:03 +00:00
Alex Schroeder
be3f0e6020 Added tests for the tag cloud action. 2009-04-05 22:18:03 +00:00
Alex Schroeder
136a5de6a8 (GrepFiltered): Short circuit if we end up with an empty
regular expression. This can happen when using tags.pl and only
specifying -tag:foo.
2009-04-05 22:07:40 +00:00
Alex Schroeder
320a01f808 Add more tests for tags with spaces. 2009-04-05 22:06:40 +00:00
Alex Schroeder
f94d3e36b2 (TagsMenu): Add menu. 2009-04-05 21:32:16 +00:00
Alex Schroeder
2ed109ed9f *** empty log message *** 2009-04-05 21:27:55 +00:00
Alex Schroeder
8538271882 *** empty log message *** 2009-04-04 01:27:09 +00:00
Alex Schroeder
67fe9a07fa (NewTagGrepFiltered, NewTagSearchString):
Support searching for tags containing a space (being replaced by
an underscore).
2009-04-04 01:26:53 +00:00
Alex Schroeder
40abdfac27 *** empty log message *** 2009-03-27 23:34:08 +00:00
Alex Schroeder
6c91b5285b (GrepFiltered): Sort output because grep -r doesn't
produce sorted output.
2009-03-27 23:33:45 +00:00
Alex Schroeder
ba246e4c55 (GrepFiltered): Rewrite to use grep -r instead of -R. I'm not sure
which one is more widely accepted.
2009-03-27 22:42:46 +00:00
Alex Schroeder
0683504284 *** empty log message *** 2009-03-27 22:41:56 +00:00
Alex Schroeder
21d800918c (GrepFiltered): Rewrite to use grep -R instead of find.
(DoShowVersion): Undo last change.
2009-03-27 21:54:41 +00:00
Alex Schroeder
771d204546 (GrepFiltered): Use find and grep because on larger
wikis the command line is too large.
(DoShowVersion): Print find version as well.
2009-03-27 21:40:20 +00:00
Alex Schroeder
8e4a2f05c3 *** empty log message *** 2009-03-27 21:39:41 +00:00
Alex Schroeder
3eb7a8c368 Whitespace. 2009-03-27 11:13:12 +00:00
Alex Schroeder
7f02224261 Prove that localnames.pl and tags.pl can coexist. 2009-03-22 09:35:11 +00:00
Alex Schroeder
4b6c31a38a *** empty log message *** 2009-03-21 23:32:13 +00:00
Alex Schroeder
23b54e184e (DoTagsReindex): Request lock and release when updating the index. 2009-03-21 23:31:58 +00:00
Alex Schroeder
f22c5d3781 (LocalNamesNewSave): Localize
$OpenPageName and %Page so that it doesn't confuse other
extensions hooking into Save.
2009-03-21 23:22:39 +00:00
Alex Schroeder
251371889e Typo in doc. 2009-03-21 08:59:33 +00:00
Alex Schroeder
c933504c56 (NewTagSave, TagFind, DoTagsReindex): Case insensitive. 2009-03-21 08:47:58 +00:00