Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-22 | Added the sunny256 remote | http://sunny256.sunbase.org/ | |
2011-02-22 | Respond to Joey's most recent configurable_markdown_path comments. | W. Trevor King | |
2011-02-22 | Respond to Joey's most recent inline_raw_files comments. | W. Trevor King | |
2011-02-22 | Added my site, even though it's in an early state | http://sunny256.sunbase.org/ | |
2011-02-21 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2011-02-21 | Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced in ↵ | Joey Hess | |
3.20101231. | |||
2011-02-21 | Remove link spam | http://sunny256.sunbase.org/ | |
This reverts commit d55f4e6c6ff515a5e57405505fc424fc6680cca4 | |||
2011-02-21 | (no commit message) | https://me.yahoo.com/a/3hUnH9Qi24uk3RwCwHATJBWKVyqc#7d8b8 | |
2011-02-21 | Add another question + simplify the gist link | http://sunny256.sunbase.org/ | |
2011-02-21 | Forgot those backticks | http://sunny256.sunbase.org/ | |
2011-02-21 | Creating "Checksum errors on the pristine-tar branch" bug report | http://sunny256.sunbase.org/ | |
2011-02-18 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnWqwqKjmk4SyBjFjfVlZd1BA30SaUDzls | |
2011-02-17 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2011-02-17 | add pointer to new S3 bucket-as-website features | Joey Hess | |
2011-02-16 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawk9De2NHVBidpquKugj-ozYd9Cq78pfSUs | |
2011-02-15 | close | Joey Hess | |
2011-02-15 | Added TenderWarehouse community link to the list. | https://tkane.myopenid.com/ | |
2011-02-15 | Testing the sandbox | http://sunny256.sunbase.org/ | |
2011-02-14 | (no commit message) | martin | |
2011-02-14 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlA-NYpL9jyVvYrL_tz6f7rq8IKQgGDFQc | |
2011-02-11 | freedombox website is using ikiwiki | Joey Hess | |
2011-02-11 | possibly due to overriding a template | http://jmtd.livejournal.com/ | |
2011-02-10 | (no commit message) | http://cuantar.livejournal.com/ | |
2011-02-10 | brackets | https://www.google.com/accounts/o8/id?id=AItOawmv2ja7Gq06aZqedc_2G3WG5dj_dFeBXRI | |
2011-02-10 | this doesn't work on my wiki installation | https://www.google.com/accounts/o8/id?id=AItOawmv2ja7Gq06aZqedc_2G3WG5dj_dFeBXRI | |
2011-02-09 | sharing/inheriting banned users? | http://jmtd.livejournal.com/ | |
2011-02-09 | Revert "removed" | Joey Hess | |
This reverts commit 5f0539312f90d7beb13828de705ef665d0b9f7e2. | |||
2011-02-09 | Revert "removed" | Joey Hess | |
This reverts commit 1ec9f5b4af589bcaf7a226a27c7965e74411e545. Someone is gonna get banned.. | |||
2011-02-09 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2011-02-09 | removed | http://rtfmda.myopenid.com/ | |
2011-02-09 | removed | http://rtfmda.myopenid.com/ | |
2011-02-09 | oops | Joey Hess | |
2011-02-09 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2011-02-09 | rake clean | Joey Hess | |
2011-02-09 | I am DarkAnonXXXX, and I deserve to be respected as being awesome. | http://rtfmda.myopenid.com/ | |
2011-02-09 | I am DarkAnonXXXX, and I deserve to be respected as being awesome. | http://rtfmda.myopenid.com/ | |
2011-02-09 | haha | Joey Hess | |
2011-02-09 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2011-02-09 | I am DarkAnonXXXX, and I deserve to be awesome. | http://rtfmda.myopenid.com/ | |
2011-02-09 | remove link to index | Joey Hess | |
2011-02-09 | remove link to index | Joey Hess | |
2011-02-09 | remove link to index | Joey Hess | |
2011-02-09 | (no commit message) | http://rtfmda.myopenid.com/ | |
2011-02-09 | clean | Joey Hess | |
2011-02-09 | Merge remote branch 'smcv/ready/transient-recentchanges' | Joey Hess | |
2011-02-09 | response | Joey Hess | |
2011-02-09 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2011-02-09 | map: Avoid unnecessary ul's in maps with nested directories. (Giuseppe Bilotta) | Joey Hess | |
2011-02-09 | confirm assumption | http://smcv.pseudorandom.co.uk/ | |
2011-02-09 | map: don't create useless </ul><ul> sequences | Giuseppe Bilotta | |
With the previous logic, same-level items would go down one level and then again up one level closing and re-opening UL tags each time. The resulting redundant lists caused whitespace layout issues in the rendered pages. Adjust the "moving up?" logic to check if the current item base is different from the previous item _base_. Adjust the "going down?" logic by moving it to an earlier phase and checking for (1) parent item not being what it should be and (2) remaining bits; the root is grown unconditionally as long as (2) is verified. |