(Arne Babenhauserheide)
2012-10-28: merge 0.1.4 into releases. releases merge 0.1.4 into releases.
(Arne Babenhauserheide)
2012-10-28: Added signature for changeset ef5367e46135 Added signature for changeset ef5367e46135
(Arne Babenhauserheide)
2012-10-28: Added tag 0.1.4 for changeset 3cc1d89231b2 Added tag 0.1.4 for changeset 3cc1d89231b2
(Arne Babenhauserheide)
2012-10-28: works in 2.1, 2.3 and 2.4-rc 0.1.4 works in 2.1, 2.3 and 2.4-rc
(Arne Babenhauserheide)
2012-10-28: Works on hg 2.4-rc! Works on hg 2.4-rc!
(Arne Babenhauserheide)
2012-10-28: harmonization between incoming and outgoing. harmonization between incoming and outgoing.
(Arne Babenhauserheide)
2012-10-28: polishing polishing
(Arne Babenhauserheide)
2012-10-28: simplify more simplify more
(Arne Babenhauserheide)
2012-10-28: First version which works with Mercurial 2.4-rc First version which works with Mercurial 2.4-rc
(Arne Babenhauserheide)
2012-10-27: popbuffer after full try-except popbuffer after full try-except
(Arne Babenhauserheide)
2012-10-27: more testing added. more testing added.
(Arne Babenhauserheide)
2012-10-27: added a basic test function added a basic test function
(Arne Babenhauserheide)
2012-09-17: first tries at fixing the repo-API-compatibility problem. first tries at fixing the repo-API-compatibility problem.
(Arne Babenhauserheide)
2012-08-11: FIX regression: broke when giving the sitename. FIX regression: broke when giving the sitename.
(Arne Babenhauserheide)
2012-08-11: rename the push option to --sitename to conform to what I always rename the push option to --sitename to conform to what I always used…
(Arne Babenhauserheide)
2012-08-11: rename option --name to --sitename to match the option for push. rename option --name to --sitename to match the option for push.
(Arne Babenhauserheide)
2012-08-11: special case for freenet insert uris to avoid requesting data from special case for freenet insert uris to avoid requesting data from private keys.
(Arne Babenhauserheide)
2012-08-11: also show all outgoing changesets for all repo types except FTP. also show all outgoing changesets for all repo types except FTP.
(Arne Babenhauserheide)
2012-08-11: get incoming changes from any kind of remote repo which can be get incoming changes from any kind of remote repo which can be cloned - except for ftp repos, because those are likely site repos which get accessed via http.
(Arne Babenhauserheide)
2012-08-11: FIX: propagate --force to the static site creation and FIX: propagate --force to the static site creation and updatingcommand.
(Arne Babenhauserheide)
2012-08-11: refactoring: use absolute calls for os.path.* refactoring: use absolute calls for os.path.*
(Arne Babenhauserheide)
2012-06-26: ignore freenet repos, too. ignore freenet repos, too.
(Arne Babenhauserheide)
2012-06-26: had to fix some more stuff to make it work with ftp repos in had to fix some more stuff to make it work with ftp repos in .hg/hgrc
(Arne Babenhauserheide)
2012-06-26: have to wrap discovery.findcommonoutgoing to make this work with have to wrap discovery.findcommonoutgoing to make this work with paths in .hg/hgrc
(Arne Babenhauserheide)
2012-06-24: FIX: push without explicit path works again. FIX: push without explicit path works again.
(Arne Babenhauserheide)
2012-06-24: hg push now recognizes --name, --screenstyle and --printstyle hg push now recognizes --name, --screenstyle and --printstyle
Also: Fix: No longer spouts out ui, repo and path on every run.
(Arne Babenhauserheide)
2012-06-24: rename site.py to staticsite.py to avoid import conflicts with the rename site.py to staticsite.py to avoid import conflicts with the python site module. Also add FTP push support.
(Arne Babenhauserheide)
2012-06-24: rename to staticsite.py to avoid clashing with `import site`, rename to staticsite.py to avoid clashing with `import site`,
(arne)
2012-06-04: TODO: incoming and outgoing still breaks for remote repos.. TODO: incoming and outgoing still breaks for remote repos..
(arne)
2012-06-04: Added a diffstat for every commit. Added a diffstat for every commit.
(arne)
2012-06-04: Added fork info for every clone in path. Added fork info for every clone in path.
(arne)
2012-06-04: added css ids to all elements for easier styling. added css ids to all elements for easier styling.
(Arne Babenhauserheide)
2012-03-28: added readme bug added readme bug
(Arne Babenhauserheide)
2012-03-28: resolved mtimes bug as invalid resolved mtimes bug as invalid
(Arne Babenhauserheide)
2012-03-28: added bug: customizeable parsing. added bug: customizeable parsing.
(Arne Babenhauserheide)
2012-02-21: FIX: Fixed the breaking on not yet existing files at the right FIX: Fixed the breaking on not yet existing files at the right place: contentequals now returns False, when the file does not yet exist.
(Arne Babenhauserheide)
2012-02-21: FIX: crash if there were no tags in the repo. FIX: crash if there were no tags in the repo.
(Arne Babenhauserheide)
2012-02-21: FIX: Failed when creating a new repo with not yet existing FIX: Failed when creating a new repo with not yet existing stylesheet.
(Arne Babenhauserheide)
2012-02-21: better warning on creating a new static repo. better warning on creating a new static repo.
(Arne Babenhauserheide)
2011-11-24: added usability bug added usability bug
(Arne Babenhauserheide)
2011-11-24: added bug added bug
(Arne Babenhauserheide)
2011-11-24: Added tag 0.1.3 for changeset 1c23d2ac584b Added tag 0.1.3 for changeset 1c23d2ac584b
(Arne Babenhauserheide)
2011-11-24: merge release releases 0.1.3 merge release
(Arne Babenhauserheide)
2011-11-24: nicer wording nicer wording
(Arne Babenhauserheide)
2011-11-24: note on the commit page that the hex goes to the diff. note on the commit page that the hex goes to the diff.
(Arne Babenhauserheide)
2011-11-24: branch+tag+bookmarks bug resolved branch+tag+bookmarks bug resolved
(Arne Babenhauserheide)
2011-11-24: Added tag 0.1.2 for changeset c2ee96c4f013 releases Added tag 0.1.2 for changeset c2ee96c4f013
(Arne Babenhauserheide)
2011-11-24: merge default into release. releases 0.1.2 merge default into release.
(Arne Babenhauserheide)
2011-11-24: show tags before the date for branches (appears more consistent: show tags before the date for branches (appears more consistent: tags first).
(Arne Babenhauserheide)
2011-11-24: Added tag 0.1.1 for changeset 753a939405dc Added tag 0.1.1 for changeset 753a939405dc
(Arne Babenhauserheide)
2011-11-24: Make branches work. Make branches work.
(Arne Babenhauserheide)
2011-11-24: merge releases merge releases
(Arne Babenhauserheide)
2011-11-24: show the first 5 lines of the README instead of 3 (so people can put releases 0.1.1 show the first 5 lines of the README instead of 3 (so people can put a description and a clone URL into it.
(Arne Babenhauserheide)
2011-11-24: Add a list of branches, heads and tags to the summary page. Add a list of branches, heads and tags to the summary page.
(Arne Babenhauserheide)
2011-11-24: Added tag v0.1 for changeset d30f0a2067a1 Added tag v0.1 for changeset d30f0a2067a1
(Arne Babenhauserheide)
2011-11-24: new wish: settings in .hg/hgrc v0.1 new wish: settings in .hg/hgrc
(Arne Babenhauserheide)
2011-11-24: FIX more wrong paths FIX more wrong paths
(Arne Babenhauserheide)
2011-11-24: FIX regression: paths in the log output on the overview were FIX regression: paths in the log output on the overview were incorrect.
(Arne Babenhauserheide)
2011-11-24: no longer write raw files (dumb webservers often don’t know what to no longer write raw files (dumb webservers often don’t know what to do with them).
(Arne Babenhauserheide)
2011-11-24: added -B flag to push all bookmarks. added -B flag to push all bookmarks.
(Arne Babenhauserheide)
2011-11-24: FIX templating (strong not finished). FIX templating (strong not finished).
(Arne Babenhauserheide)
2011-11-24: FIX templating (strong not finished). FIX templating (strong not finished).
(Arne Babenhauserheide)
2011-11-24: nicer sourcecode + new bug (=feature/plan). nicer sourcecode + new bug (=feature/plan).
(Arne Babenhauserheide)
2011-11-24: added hook tip. added hook tip.
(Arne Babenhauserheide)
2011-11-24: fix readme: sitename was a tag == invisible. fix readme: sitename was a tag == invisible.
(Arne Babenhauserheide)
2011-11-24: only write commits[-x00]/index.html if it changed. only write commits[-x00]/index.html if it changed.
(Arne Babenhauserheide)
2011-11-23: Only write .statichgrepo print.css style.css and index.html when Only write .statichgrepo print.css style.css and index.html when their data changed.
(Arne Babenhauserheide)
2011-11-23: write .statichgrepo, print.css and screen.css only if they were write .statichgrepo, print.css and screen.css only if they were changed.
(Arne Babenhauserheide)
2011-11-23: fix: regression (crash). fix: regression (crash).
(Arne Babenhauserheide)
2011-11-23: bug change: we can only check contents, not incoming. We don’t know bug change: we can only check contents, not incoming. We don’t know how much changed and we can’t be sure that there will be a HTTP source.
(Arne Babenhauserheide)
2011-11-23: try to check for outgoing. try to check for outgoing.
(Arne Babenhauserheide)
2011-11-23: plan for outgoing test plan for outgoing test
(Arne Babenhauserheide)
2011-11-23: FIX: revision 0 is omitted FIX: revision 0 is omitted
(Arne Babenhauserheide)
2011-11-23: better comment better comment
(Arne Babenhauserheide)
2011-11-06: added bug added bug
(Arne Babenhauserheide)
2011-11-03: add bookmark info to the log. add bookmark info to the log.
(Arne Babenhauserheide)
2011-10-21: bug changes. bug changes.
(Arne Babenhauserheide)
2011-10-21: added bug added bug
(Arne Babenhauserheide)
2011-10-21: FIX regression: crash when not given a target repo. FIX regression: crash when not given a target repo.
(Arne Babenhauserheide)
2011-10-21: more ftp caching. more ftp caching.
(Arne Babenhauserheide)
2011-10-21: added bugs for the recommendations from the Mercurial list. added bugs for the recommendations from the Mercurial list.
http://www.selenic.com/pipermail/mercurial/2011-October/040462.html
(Arne Babenhauserheide)
2011-10-21: bug added bug added
(Arne Babenhauserheide)
2011-10-21: added no more raw bug added no more raw bug
(Arne Babenhauserheide)
2011-10-21: note on config extension checking (b) note on config extension checking (b)
(Arne Babenhauserheide)
2011-10-21: bug: commits as commit/id/ bug: commits as commit/id/
(Arne Babenhauserheide)
2011-10-21: b bug update b bug update
(Arne Babenhauserheide)
2011-10-21: b bug update b bug update
(Arne Babenhauserheide)
2011-10-20: __plan__ entry completely replaced by bugs in b. __plan__ entry completely replaced by bugs in b.
(Arne Babenhauserheide)
2011-10-20: track bugs via b track bugs via b
(Arne Babenhauserheide)
2011-10-20: FIX typo FIX typo
(Arne Babenhauserheide)
2011-10-20: Added a copyright info and made translatable. Added a copyright info and made translatable.
(Arne Babenhauserheide)
2011-10-20: Readme: added explicit usage info with example. Readme: added explicit usage info with example.
(Arne Babenhauserheide)
2011-10-20: finished the rename. finished the rename.
(Arne Babenhauserheide)
2011-10-20: move note more prominent. move note more prominent.
(Arne Babenhauserheide)
2011-10-20: survive moved files. TODO: follow renames. survive moved files. TODO: follow renames.
(Arne Babenhauserheide)
2011-10-20: static.py -> site.py static.py -> site.py
(Arne Babenhauserheide)
2011-10-20: renamed static to site. renamed static to site.
(Arne Babenhauserheide)
2011-10-20: fix the site titles. fix the site titles.
(Arne Babenhauserheide)
2011-10-20: src files are now bare: just the content. src files are now bare: just the content.