log

age author description
Wed, 23 Jun 2010 11:19:15 -0700 joshjcarrier Added tag 1.1.20100623 for changeset fd0ea86d2bf4 default tip
Wed, 23 Jun 2010 11:18:57 -0700 joshjcarrier Clean up unused files in preparation for 1.1.20100623 release 1.1.20100623
Mon, 14 Jun 2010 01:17:59 -0700 joshjcarrier Paper theme - repository listings natural sorted.
Mon, 14 Jun 2010 00:29:43 -0700 joshjcarrier Theme enhancement: automatically switches input text to textarea when held value is too long
Sun, 13 Jun 2010 12:43:19 -0700 joshjcarrier Removed residual old authentication mechanism
Sun, 13 Jun 2010 12:38:42 -0700 joshjcarrier Begin API plugins - none/basic/readonly authentication model in place.
Sun, 13 Jun 2010 10:43:09 -0700 joshjcarrier Fix issue #17 if apache_get_version unavailable
Sun, 13 Jun 2010 10:42:00 -0700 joshjcarrier Update checkinstall to examine each profile config.
Sat, 12 Jun 2010 21:49:37 -0700 joshjcarrier Bugfix: Repo browser now respects current profile config.
Sat, 12 Jun 2010 21:43:06 -0700 joshjcarrier Profile selection complete.
Sat, 12 Jun 2010 18:54:01 -0700 joshjcarrier System is now ready to support multiple config profiles (i.e. shared deployment opportunity). All 1.0 caching (directory scanning and ini-scanning) re-implemented.
Sat, 12 Jun 2010 18:12:02 -0700 joshjcarrier Global permissions fix and case where hgrc missing
Sat, 12 Jun 2010 15:14:37 -0700 joshjcarrier STABLE: config file stabilized and re-integration completed. Begin regression tests. Next step: allow profile and/or theme switching.
Sat, 12 Jun 2010 13:58:37 -0700 joshjcarrier - all 1.0 functionality restored (not all existing themes ported to new system yet)
Sat, 12 Jun 2010 12:05:15 -0700 joshjcarrier Continued transition to new theme system
Sat, 12 Jun 2010 02:51:16 -0700 joshjcarrier Stripped out majority of Phil Sturgeon's templater (sorry Phil), to be fully replaced by theme packs akin to Wordpress
Fri, 11 Jun 2010 01:37:42 -0700 joshjcarrier Transition to wordpress-style theme integration, reduce logic in view
Thu, 10 Jun 2010 23:31:38 -0700 joshjcarrier Lifted restriction on key/value of hgrc previously imposed by PHP ini parser.
Thu, 10 Jun 2010 23:06:54 -0700 joshjcarrier - most of 1.0 functionality restored (need to verify)
Thu, 10 Jun 2010 17:50:53 -0700 joshjcarrier Integrating config properties, support for multiple hgweb profiles.
Thu, 10 Jun 2010 01:01:53 -0700 joshjcarrier UNSTABLE: Transition to 1.1.x . Fully revised ini management, reduced cohesion, and coming support for hooks, plug-ins, multiple hgweb.configs. Many regression bugs as transitioning.
Wed, 09 Jun 2010 00:59:15 -0700 joshjcarrier Pulled the OFL out of hgphp and hgconf2ini method signatures in favor of 'transaction' order of method calls
Tue, 08 Jun 2010 23:32:05 -0700 joshjcarrier - checkinstall script determines if installation/configuration is OK
Tue, 08 Jun 2010 23:08:41 -0700 joshjcarrier Theme resource paths are now absolute, independent of application placement relative to server root directory.
Thu, 03 Jun 2010 20:37:04 -0700 joshjcarrier - hgweb.config and the repositories can now exist in separate directories
Wed, 19 May 2010 14:56:57 -0700 joshjcarrier Added tag 1.0.20100519 for changeset 791549386bda
Wed, 19 May 2010 14:56:40 -0700 joshjcarrier Removed tag 1.0.20100516 1.0.20100519
Wed, 19 May 2010 14:56:24 -0700 joshjcarrier Fixed invalid redirect when a hg repo contains spaces.
Sun, 16 May 2010 23:28:42 -0700 joshjcarrier Added tag 1.0.20100516 for changeset 5ee85be2058e
Sun, 16 May 2010 23:28:21 -0700 joshjcarrier Bug fix: allow save success message to appear instead of overridden by general input warning.
Sun, 16 May 2010 20:34:57 -0700 joshjcarrier Added tag 1.0.20100516 for changeset f63b5b1c08ca
Sun, 16 May 2010 20:34:37 -0700 joshjcarrier Fixed "reset" buttons on repo editor when form validation populates form with non-persisted values
Sun, 16 May 2010 20:24:46 -0700 joshjcarrier Added tag 1.0.20100516 for changeset eca5577dc4a7
Sun, 16 May 2010 20:10:18 -0700 joshjcarrier .htaccess for deployment use
Sun, 16 May 2010 19:59:17 -0700 joshjcarrier Updated README for new link redirect system
Sun, 16 May 2010 18:12:12 -0700 joshjcarrier License agreement & disclaimer in preparation of release
Sun, 16 May 2010 16:32:56 -0700 joshjcarrier Enhanced repo editor field value type when encountering forced T/F key. Further restricted input validation on repo editor key/values to prevent ini parse failure. Repository editor will also restore submitted field values when a validation error occurs.
Sun, 16 May 2010 13:50:22 -0700 joshjcarrier Added additional configuration options. Fixed last possible concurrency error, removing a single hgweb.config.lock with per-save temporary files.
Sun, 16 May 2010 12:49:58 -0700 joshjcarrier Completed feature#5 themes - more than coal.
Sun, 16 May 2010 00:07:35 -0700 joshjcarrier Completed feature #6 help system - tooltips on hgrc config items
Sat, 15 May 2010 17:08:50 -0700 joshjcarrier Basic HTTP authentication check by user presence in config group; temporary until MantisBT authentication is implemented.
Sat, 15 May 2010 16:21:25 -0700 joshjcarrier Bug fix: improper can_view function call causing script crash.
Sat, 15 May 2010 15:47:59 -0700 joshjcarrier View and update permission checks (all permissions default to true atm)
Sat, 15 May 2010 15:30:50 -0700 joshjcarrier Bug fix when hgrc is empty file, now new hgrc is created in memory for edit
Sat, 15 May 2010 15:13:21 -0700 joshjcarrier Completed Issue #4 language translations support
Sat, 15 May 2010 13:45:57 -0700 joshjcarrier Issue #1 concurrency - hgrc support
Sat, 15 May 2010 13:23:40 -0700 joshjcarrier completed Issue #8 security - block creation of 'admin' repository name and issue #2 concurrency - hgweb support
Sat, 15 May 2010 01:29:53 -0700 joshjcarrier Using constants instead of magic numbers. Cleaned up code and commenting.
Fri, 14 May 2010 23:33:59 -0700 joshjcarrier Optimistic locking integration mostly completed (missing some temp file stuff on hgweb.config). Need return code constants + ensure all error codes can be returned. OFL not enabled until session integration
Fri, 14 May 2010 20:23:29 -0700 joshjcarrier Optimistic file locking library mostly complete; need to add error handling and item removal
Fri, 14 May 2010 13:29:13 -0700 joshjcarrier Standardizing hgconfig2ini for runtime caching
Fri, 14 May 2010 11:52:26 -0700 joshjcarrier First step in move over to new "optimisticflock" locking system
Fri, 14 May 2010 10:17:39 -0700 joshjcarrier Resolves issue#3 security - clean hgrc input
Thu, 13 May 2010 23:31:18 -0700 joshjcarrier Moved CI system folder out of application.
Thu, 13 May 2010 23:28:00 -0700 joshjcarrier Cleaned up config. UI tidy up. Commenting. Still missing caching and concurrency checks.
Thu, 13 May 2010 21:16:14 -0700 joshjcarrier HGRC write and handle true/false key values
Thu, 13 May 2010 19:40:22 -0700 joshjcarrier HGRC read properties, and prepped for write
Thu, 13 May 2010 17:43:10 -0700 joshjcarrier Refactored config handler functions to new library.
Wed, 12 May 2010 23:51:08 -0700 joshjcarrier delete repo&data + basic UI support for delete
Wed, 12 May 2010 16:18:34 -0700 joshjcarrier Basic authentication, jquery integration, create repo ui