Commit Graph

4524 Commits (6578f3e847d67204d8e2011f6192ac4d13faf23b)

Author SHA1 Message Date
joey 6578f3e847 update 2007-10-21 00:58:46 +00:00
joey f91ebfa01b reorg all the git cruft a bit, highlight setup page and de-highlight more
complex or less perfect setup methods
2007-10-21 00:57:10 +00:00
joey 9a060e6c6e recommend using the git setup documented in the setup page and not this 2007-10-21 00:49:26 +00:00
joey f2ebb4a127 ok, think I figured it out 2007-10-21 00:45:13 +00:00
joey d033b2b986 question about setting up git 2007-10-21 00:38:31 +00:00
joey a22d9f9721 * Support git authors of the form "joey <joey>", which is common when
importing from a svn repo.
2007-10-21 00:27:11 +00:00
joey 501c4620ac clarification 2007-10-21 00:26:33 +00:00
joey 98df3c04d6 web commit from 212.179.254.14: poll vote (It's fast enough) 2007-10-19 21:10:33 +00:00
joey 608e47b3d1 web commit by ttest 2007-10-19 17:01:04 +00:00
joey ff9b3df712 web commit by http://ygingras.livejournal.com/: poll vote (It's too slow!) 2007-10-19 02:01:15 +00:00
joey f2a52960dd let's keep companies under projects, for now (Braawi is also a company
afair, so is linuxworld)
2007-10-17 20:12:19 +00:00
joey 459737780b er, this was implemented over 1 year ago.. 2007-10-17 20:10:22 +00:00
joey b441742334 web commit by http://natalian.org/: poll vote (Accept only OpenID for logins) 2007-10-17 09:09:25 +00:00
joey 5f6589656b web commit by http://natalian.org/: UNDO 2007-10-17 09:09:00 +00:00
joey b82046a4da web commit by http://natalian.org/: poor grammar fixed somewhat 2007-10-17 09:07:20 +00:00
joey 5c3f9891a6 web commit by http://natalian.org/: Demonstrating demand 2007-10-17 09:04:29 +00:00
joey cb97fba7f1 web commit by AndrewGreenberg: Added the TOVA Company - hope it's ok that I added a new section heading! 2007-10-17 07:35:13 +00:00
joey fe4e413b6b web commit by JonasSmedegaard: Clarify the relevant localized repositories at source.jones.dk 2007-10-17 00:56:44 +00:00
joey e6425c75c0 web commit by JonasSmedegaard: Added note about danish l10n of templates and basewiki. 2007-10-17 00:55:12 +00:00
joey 4ee04161eb * Danish translation from Jonas Smedegaard. Closes: #446952 2007-10-16 21:54:31 +00:00
joey 519d477e22 complete analysis 2007-10-16 17:40:36 +00:00
joey 0d3a8b7223 web commit from 80.196.110.134: poll vote (Accept both) 2007-10-16 16:28:08 +00:00
joey 32819c200f web commit by http://roktas.myopenid.com/: add pcc project 2007-10-16 15:24:19 +00:00
joey 2b0b69c119 web commit by JonasSmedegaard: Typo: Wrong punctuation. 2007-10-15 20:41:36 +00:00
joey 65dca9f89d * Rewritten rst plugin by madduck is a python program that communicates with
ikiwiki via XML RPC. This should be much faster than the old plugin that
  had to fork python for every rst page render. Note that if you use
  the rst plugin, you now need to have the RPC::XML perl module installed.
2007-10-15 16:33:02 +00:00
joey 68c77ef01f web commit by http://svend.myopenid.com/ 2007-10-14 04:47:42 +00:00
joey 2d9ee11006 * Add a "createlink" class attribute to the span for wikilinks pointing
to not-yet-existing pages. I don't have a useful style defined for that
  though.
2007-10-13 23:08:38 +00:00
joey 27299788e8 improve comment 2007-10-13 22:32:55 +00:00
joey 5b7edbf2a4 untaint plugin filename, will be tainted if specified at the command line 2007-10-13 22:18:33 +00:00
joey 57d9b5601b failed to reproduce 2007-10-13 18:11:56 +00:00
joey 707ea6c4e8 web commit by http://madduck.myopenid.com/ 2007-10-13 17:26:24 +00:00
joey 8be54ee23b web commit by http://solair.livejournal.com/: Request CSS class attribute for span tags on broken wikilinks. 2007-10-13 05:00:17 +00:00
joey eec289e281 * Fix strange stderr-hiding code in the git module, allow error messages
to be passed on to stderr. Also fixes a potential bug, since git error
  meesages were treated as if they came from git stdout.
2007-10-10 23:27:11 +00:00
joey 65d56aa012 Vcs- fields now official 2007-10-10 22:19:53 +00:00
joey 7d30ee640a web commit by http://subvert.org.uk/~bma/: reasoning. 2007-10-10 20:23:52 +00:00
joey 60af47f30c response 2007-10-10 20:04:38 +00:00
joey 57780c37bd web commit by http://subvert.org.uk/~bma/: link to patch. 2007-10-10 19:21:11 +00:00
joey 248c60d501 web commit by http://subvert.org.uk/~bma/: Add a patch to the Meta plugin to allow inclusion of CVS/SVN-style $Id$ or similar keywords. 2007-10-10 19:15:25 +00:00
joey 3945473f8a clear hashes in loadindex, so that it can safely be called more than once
even if pages have been deleted in between
2007-10-10 18:46:25 +00:00
joey 278b16c79a * In the cgi edit path, reload the index file before rendering. A bug
showed up where a web edit that added a page caused a near-concurrent
  web edit to fail in will_render. While it would be hard to reproduce this,
  my analysis is that the failing cgi started first, loaded the index file
  (prior to locking) then the other cgi created the new page and rendered
  it, and then the failing cgi choked on the new file when _it_ tried to
  render it. Ensuring that the index file is loaded after taking the lock
  will avoid this bug.
2007-10-10 18:40:54 +00:00
joey 66a137848f response 2007-10-10 18:30:12 +00:00
joey 24e4f30f41 move to users directory 2007-10-10 18:25:22 +00:00
joey 96e1a0abdf add a paragraph clarifying use of 'and' and 'or' 2007-10-10 18:22:50 +00:00
joey 3fd86def96 * French translation update. Closes: #445923
* Fix --get-ctime with git, needed to remove srcdir from filename.
2007-10-10 18:15:15 +00:00
joey a69973a8eb update 2007-10-10 16:26:07 +00:00
joey a45647c765 web commit by MichaleR: asked for progress on the Moin conversion scripts 2007-10-09 13:00:23 +00:00
joey 61f6a1d0ca web commit by http://madduck.myopenid.com/: Fix git pitfalls link 2007-10-09 12:56:11 +00:00
joey 0acb34369a web commit by http://madduck.myopenid.com/: added git pitfalls link 2007-10-09 12:55:23 +00:00
joey c6a56ed9cd web commit by http://madduck.myopenid.com/: added boilerplate text 2007-10-09 12:53:57 +00:00
joey e61156e4f6 web commit by http://madduck.myopenid.com/: fix up git setup a bit and add Git_pitfalls link 2007-10-09 12:50:45 +00:00