Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 414
- Log:
Further nasty regular expression work, to patch up diff output so that it
doesn't try to self-close DIV tags. Since the system works internally with
XHTML but pages are served as if HTML to prevent browsers choking on the
unusual data type, self-closing elements are ignored - esentially the
browser views the "/>" closing the tag as a small syntax error. With DIVs,
this can lead to big problems when diffs are viewed; the diff engine
canonicalises empty DIV containers, such as those used for automatic tables
of contents and turns them into self-closing elements, which browsers then
think are still *open* when rendering the page. The result is a bit of a
mess. Anyway, replacing self-closing DIVs with normal HTML container style
syntax works around the issue.
- Author:
- rool
- Date:
- Mon Mar 21 17:37:41 +0000 2011
Name | Age | Rev. | Last commit message |
---|---|---|---|
.. | |||
chunks/ | over 13 years | 361 | [rool] Remove an unwanted Instiki syntax feature that ... |
tasks/ | over 13 years | 346 | [rool] The ROOL site doesn't need these, or in some ca... |
rack_stuff.rb | over 13 years | 344 | [rool] Massive changeset which brings the old, ROOL cu... |
instiki_stringsupport.rb | over 13 years | 357 | [rool] Having seen problems with character set convers... |
logging_stuff.rb | over 13 years | 344 | [rool] Massive changeset which brings the old, ROOL cu... |
node.rb | over 13 years | 344 | [rool] Massive changeset which brings the old, ROOL cu... |
page_renderer.rb | over 13 years | 414 | [rool] Further nasty regular expression work, to patch... |
instiki_errors.rb | over 18 years | 2 | [adh] Initial import of Instiki 0.11.0 sources from a... |
rdocsupport.rb | over 13 years | 344 | [rool] Massive changeset which brings the old, ROOL cu... |
sanitizer.rb | over 13 years | 357 | [rool] Having seen problems with character set convers... |
caching_stuff.rb | over 13 years | 344 | [rool] Massive changeset which brings the old, ROOL cu... |
url_generator.rb | over 13 years | 344 | [rool] Massive changeset which brings the old, ROOL cu... |
wiki_content.rb | over 13 years | 344 | [rool] Massive changeset which brings the old, ROOL cu... |
wiki_words.rb | over 13 years | 360 | [rool] Don't munge WikiWord titles since we don't allo... |