history of work done
Lots of work is in our TODO list :
ImcDocsTodo.
Important Note
Starting August 2005, this document will no longer be maintained. Instead, changes arenow tracked directly on the server. If you are looking for specific information, please contact
indy-docs@riseup.net
2009
June
docs finally goes live again, with data from 2008-09-24, using Foswiki instead of TWiki, and SSL-only site access. The new server is called amanita.
2008
December's Big crash
Disk failures in Kompost server took the server down in December 2008, and the latest backups were from 2008-09-24.
2005
August
July
Moved to Humus following downtime on Boum
- basically, the equivelant directories of twiki/bin, twiki/data, twiki/templates, twiki/pub got transferred from lombric to humus (backup ==> live server). the directory structure was altered a bit, and the apache configuration file had already been set up to work for http://humus.indymedia.org and short urls (although not as short as the ones that might have been desired).
- also patched was the new TWiki.cfg file with code from the lombric (backup) setup. this did not seem to work, however, so part of it was commented out [the problem was that revisions were not being logged as separate, so there was no revision control at all. this worked when the lines were changed about rcs]. some symlinks were introduced into the directory twiki/ from the server root.
mtopper given sudo access on humus.
- this was cos i have met him and worked together on other projects: he knows a lot more than me, including perl, so was helpful and interested to learn more. as it turns out, mike was a big help.
April
Manage moved/renamed pages
Global Translations
improve the look of Global
Created 'Help' web
Naming conventions
- created a cronjob (
/etc/cron.d/docs_indymedia_org-statistics
) that updates daily the stats used by WebStatistics topics -- IntRigeri - 11 Apr 2005
Plugins (documentation and requirements)
Plugins disabled
These plugins have been disabled on the
TWikiPreferences page :
Indydocs topics moved to where they should be!
Main translations
improve the look of Main
this was really easy: i just went to
TWikiRegistration and edited the page. there, i found the following comment:
<!-- IMPORTANT NOTE if you want to customize this form: You can delete or add new input variables in this form. Use the topic TWikiRegistration in case this installation is on a public server (just copy the content over to the TWikiRegistration topic). The name="" parameter of the input tags must start with: "Twk0..." (if this is an optional entry), "Twk1..." (if this is a required entry). This will ensure that the fields are processed correctly. -->
so, i just removed the comment line. the code i removed was:
<tr>
<td valign="top" align="right"> Comments:</td>
<td><textarea name="Twk0Comment" wrap="virtual" rows="4" cols="38"></textarea> </td>
</tr><tr>
<td colspan="2">%I% *Note:* Comments you add here will be publically displayed on your personal WikiTopic.</td>
</tr>
then, i've done it also for the other, translated languages (
TWikiRegistrationPl,
TWikiRegistrationEs,
TWikiRegistrationDe,
TWiki.TWikiRegistrationPt)
i'm also moving the different language pages to TWikiRegistrationXX where XX is the language code. - DONE
Put in production a new password reset system
Cleaned a bit the notification email sent to newly registered users
Setup access statistics
March
- tons of warnings in Apache's error.log but seems to work
February
Started quick links page
Fixed "some users can not edit their hometopic"
- the users registered between october and december 2004 had
%TOPIC%
in their ALLOWTOPICCHANGE
variable, which is not expanded by TWiki's access control system
- fixed with a script called fix_ALLOWTOPICCHANGE, a bit of Perl regexp -- IntRigeri - 16 Feb 2005
namespace
- prepended IMC abbreviations to a couple of topics in the
Local
web to keep the IMC seperation intact, still lots of work remaining on this sector... -- Alster
redirected /twiki/$
to /
Disallow: /*?* to robots.txt
Removed write access of common users to certain webs
- To reduce maintenance work, editing and renaming topics in the Indydocs and TWiki webs was restricted to TWikiAdminGroup -- AlsteR - 19 Feb 2005
Removed the Test web
It was the old name of
Sandbox web. --
IntRigeri - 18 Feb 2005
- added a rewrite rule that denies access to raw= URLs
- removed the "Raw text" link at the bottom of the pages :
patches/20041030beta/remove_raw_text_link.diff
--
IntRigeri - 18 Feb 2005
- added a rewrite rule that redirects the raw= URLs to viewauth so that you have to be authentificated to view them
- re-added the "Raw text" link by unapplying the previous patch
--
IntRigeri - 23 Feb 2005
Security: applied twiki-robustness-r3342.diff
- should fix "all" shell commands injections -- IntRigeri - 23 Feb 2005
- this implied lots of "whitespace in filename" errors, so I patched
TWiki.pm
with fix_whitespace-20040901.diff -- IntRigeri - 25 Feb 2005
- added quotes in
TWiki.cfg
in ciCmd : -m'%COMMENT|U%'
to workaround the new bug "when I try to upload an attachment and leave the Comment field empty I get an error". -- IntRigeri - 25 Feb 2005
- forbid access to skin= URLs to authentificated users (no need that the robots index our wiki twice) -- IntRigeri - 24 Feb 2005
January
2004
December
It was only a matter of adding the
twiki/bin/manage
script to the Apache
RewriteRule... --
IntRigeri - 07 Dec 2004
Changed TWikiGuest password to imcguest in order to annoy spambots
Updated
twiki-templates/oopsauth.tmpl
,
TWikiRegistration and its translations accordingly to this. --
IntRigeri - 07 Dec 2004
Upgraded to 20041130beta & moved to another box
- desactivated GnuSkin & TablePlugin that causes errors in Apache error.log
- patched
Prefs.pm
to get rid of "Use of uninitialized value in hash element at ../lib/TWiki/Prefs.pm line 413" in Apache error.log
- patched
Store.pm
so that TWiki does not log IPs
- patched
view.pattern.tmpl
to add breadcrumbs (parentbars) on top as well
- patched
View.pm
so that an access to a non-existant topic does not request user authentification : View.pm-non_existant_topic_required_auth.diff
--
IntRigeri &
DjRom - 12 Dec 2004
Rollback'd "home topic protection"
Putting this in a home topic does
not work :
Set ALLOWTOPICCHANGE = Main.%TOPIC%
Indeed, the TOPIC variable is not expanded, and thus not taken into account by the TWiki authentification ; I thus removed this from
NewUserTemplate.
IntRigeri - 13 Dec 2004
November
Parentbar at top as well.
diff view.pattern.tmpl view.pattern.tmpl.orig 33a34 > 35d35 < You are here: [[Sysadmin.WebHome][Sysadmin]] > [[Sysadmin.ImcDocs][ImcDocs]] > ImcDocsLog
71c71 <