Commit Graph

28 Commits

Author SHA1 Message Date
Alex Schroeder
58e9a1e240 use v5.10 everywhere + enabled test in meta.t 2015-08-18 10:48:03 +02:00
Aleks-Daniel Jakimenko
40ec24349a No more "*Sub = *NewSub", \&NewSub used instead. (Partial progress) 2015-04-11 23:41:33 +03:00
Aleks-Daniel Jakimenko
6f8d281d79 No more "use vars"! 2015-04-10 13:31:28 +03:00
Aleks-Daniel Jakimenko
4492ede096 "use strict;" in modules (some modules have problems) 2015-03-27 03:01:01 +02:00
Alex Schroeder
5aba2ae56f Fixed typo in AddModuleDescription sub name 2014-08-21 22:23:23 +02:00
Alex Jakimenko
ee932dee37 Automatically reformatted modules 2014-08-21 07:29:46 +03:00
Alex Schroeder
f11e2a8731 getting rid of $Id$ tags in $WikiDescription
Replaced the $Id$ tags in $WikiDescription for all the modules and wiki.pl itself with a link to the source and an appropriate wiki page, if possible. This is shown in action=version and should help users figure out what another wiki has installed.
2012-04-19 02:18:45 +02:00
Brian Curry
4a1cbfb1b4 * wiki.pl (SetHtmlEnvironmentContainer): Corrected a slight, but
significant, typo.
* modules/sidebar.pl: Reverted. I underestimated the scope of
changes needed to bring this module in line with recent, other
changes to the Table of Contents module. The good news is that the
reverted Sidebar module now works as expected for all modules except
the Table of Contents module; of course, the bad news is that the
reverted Sidebar module no longer works for the Table of Contents
module. (Unfortunately, we can't have both, here.) I will be
recommitting my changes to this module as a new module, therefore,
named "modules/crossbar.pl" -- sometime, soon. That new module
will (probably) break backwards compatibility with this module, but
will otherwise behave as expected... with all modules.
* t/sidebar.t: Prevented testing against the Table of Contents
module, as the Sidebar module is now known not to work with that
module.
2008-11-20 11:45:45 +00:00
Brian Curry
52a47946a6 * wiki.pl (RegisterBlockLevelElement): Renamed to
SetHtmlEnvironmentContainer (and changed in every other module,
where called).
2008-11-15 21:24:32 +00:00
Brian Curry
af3c7169ea * modules/sidebar.pl: Refactored. This is a complete rewrite
removing all previous module-specific hacks. However, as it is a
rewrite, it may still have issues. (Fortunately, time is the mother
of invention and bug fixes.)
* modules/toc.pl: Refactored. This is a complete rewrite
removing all previous module-specific hacks. As with "sidebar.pl",
it may still have issues. That said -- I'm relatively proud of it,
and confident that it (should) stand up under rigorous scrutinies,
utilization, and brutalization.
* modules/forms.pl (FormsRule): Slightly revised, so as to comply
with the "sidebar.pl" refactoring.
2008-11-15 12:48:13 +00:00
Alex Schroeder
c21cecd234 Remove declaration of $SideBarOpenPageName; change license to GPLv3 2007-08-15 15:08:51 +00:00
Alex Schroeder
8333658eb3 (NewSideBarGetHeader): Get rid of
$SideBarOpenPageName.
2007-02-09 21:51:09 +00:00
Alex Schroeder
c5e6529be4 ($SideBarOpenPageName): New.
(NewSideBarGetHeader): Set it.
2006-08-06 23:18:08 +00:00
Alex Schroeder
c08e19ec87 (SidebarInit): Replaced @AdminPages with
%AdminPages.
2006-07-15 23:15:12 +00:00
Alex Schroeder
f2ebfd7a20 Removed $DefaultStyleSheet. 2005-10-09 11:57:52 +00:00
Alex Schroeder
6c23888ffd (NewSideBarGetHeader): Set $OpenPageName to
$SidebarName while rendering the sidebar.  This should enable the
form extension on the sidebar.
2005-05-01 13:01:29 +00:00
Alex Schroeder
c2910ce801 (LocalNamesInit): Test @AdminPages before
pushing something onto the list because of mod_perl.
2005-01-06 23:57:32 +00:00
Alex Schroeder
c0db690a0b Updated copyright years. 2005-01-06 11:35:04 +00:00
Alex Schroeder
bcfca35ade *** empty log message *** 2005-01-04 09:57:56 +00:00
Alex Schroeder
7108074546 Add $SidebarName to @AdminPages. 2005-01-04 09:04:05 +00:00
Alex Schroeder
3e62e87af2 *** empty log message *** 2004-10-13 20:03:04 +00:00
Alex Schroeder
061fd5b39b $DefaultStyleSheet improvements. 2004-10-12 22:14:51 +00:00
Alex Schroeder
054c84bcdb $DefaultStyleSheet change to hide calendar
@media print.
2004-10-12 20:35:05 +00:00
Alex Schroeder
d318e558dc $DefaultStyleSheet change to hide sidebar
@media print.
2004-10-12 20:34:09 +00:00
Alex Schroeder
67843b5f6a Set $DefaultStyleSheet. 2004-10-11 23:24:29 +00:00
Alex Schroeder
6f64a1d801 *** empty log message *** 2004-02-22 12:24:20 +00:00
Alex Schroeder
e4230054f7 bugfix 2004-02-09 23:22:19 +00:00
Alex Schroeder
7897735e28 new 2004-02-09 23:14:24 +00:00