Chris Han [Sun, 14 Oct 2012 21:33:49 +0000 ]
Start loading allowedusers setting from config
Chris Han [Sun, 14 Oct 2012 21:00:57 +0000 ]
These folds aren't helping that much now that code has been refactored
Chris Han [Sun, 14 Oct 2012 05:18:47 +0000 ]
Fix login form layout weirdness on firefox
Chris Han [Sun, 14 Oct 2012 05:00:02 +0000 ]
Clear error messages before submitting login request
Chris Han [Sun, 14 Oct 2012 04:19:27 +0000 ]
Make sure javascript login is internationalized
Chris Han [Sun, 14 Oct 2012 04:03:01 +0000 ]
Add javascript login popup
Chris Han [Sat, 13 Oct 2012 23:04:20 +0000 ]
Autofocus username field on login form
Chris Han [Sat, 13 Oct 2012 22:38:40 +0000 ]
No need to enable the login link on the login page
Chris Han [Sat, 13 Oct 2012 22:36:51 +0000 ]
Use divs for login form layout, start adding styles, extract strings
Chris Han [Sat, 13 Oct 2012 21:42:02 +0000 ]
Start adding minor style to login link
Chris Han [Sat, 13 Oct 2012 21:27:20 +0000 ]
Display logged in username on logout button
Chris Han [Sat, 13 Oct 2012 21:24:52 +0000 ]
Move login link within page header html
Chris Han [Sat, 13 Oct 2012 21:17:04 +0000 ]
Redirect to the previous page when logging in/out
Chris Han [Sat, 13 Oct 2012 17:28:56 +0000 ]
Start adding basic login infrastructure (still needs styling)
Chris Han [Sat, 13 Oct 2012 05:24:55 +0000 ]
Add debug locale to gitignore
Chris Han [Sat, 13 Oct 2012 05:23:49 +0000 ]
Remove git logo
Chris Han [Sat, 13 Oct 2012 05:22:14 +0000 ]
Add users.conf.php to gitignore
Chris Han [Sat, 13 Oct 2012 05:19:07 +0000 ]
Initialize and load user list
Chris Han [Sat, 13 Oct 2012 02:14:09 +0000 ]
Add user and userlist classes
Chris Han [Fri, 12 Oct 2012 02:13:02 +0000 ]
Bump version
Chris Han [Thu, 11 Oct 2012 02:14:18 +0000 ]
W3C validator doesn't like timezones without colons, even though the spec says it's ok
Chris Han [Thu, 11 Oct 2012 01:52:39 +0000 ]
Allow tooltips to expand more to work better with git's default line wrapping
Chris Han [Thu, 11 Oct 2012 01:34:53 +0000 ]
Disable graphing
I've gotten complaints that my graphs are not user friendly :(
Seriously though, the graphs are kind of clumsy. I was still learning d3
at the time. After implementing a number of graphs in other projects,
I've gotten a much better handle on using d3 and I would like to rework
the graphs before release to make a good first impression. Plus I need
to consider how to handle the fact that some browsers (IE8, I'm looking
at you) don't support SVG.
All the code still exists but the entry points have been disabled.
Chris Han [Thu, 11 Oct 2012 01:33:49 +0000 ]
Extract file/directory not found strings
Chris Han [Thu, 11 Oct 2012 01:22:54 +0000 ]
Throw an error when an invalid path is specified in the url
Chris Han [Tue, 25 Sep 2012 03:50:08 +0000 ]
Don't include d3 in minification
Chris Han [Tue, 25 Sep 2012 03:40:07 +0000 ]
No need to develop with minified modernizr
Chris Han [Sun, 23 Sep 2012 16:31:04 +0000 ]
Use search type for commit search field
Chris Han [Sun, 23 Sep 2012 16:26:58 +0000 ]
Don't show duplicate search clear button if webkit is already showing one
Chris Han [Sun, 23 Sep 2012 16:19:28 +0000 ]
Use search type field for project list search
Chris Han [Sun, 23 Sep 2012 05:24:44 +0000 ]
Use time tags to attach machine readable data to timestamps
Chris Han [Sun, 23 Sep 2012 01:28:59 +0000 ]
Set html lang based on selected locale
Chris Han [Sat, 22 Sep 2012 21:56:49 +0000 ]
Ensure tag and head lists have consistent columns on project summary page
Chris Han [Sat, 22 Sep 2012 21:42:50 +0000 ]
Remove redundant escape flags
Chris Han [Sat, 22 Sep 2012 21:42:34 +0000 ]
Disable escaping on plaintext urls
Chris Han [Sat, 22 Sep 2012 21:42:12 +0000 ]
Make escaping html entities the default for geturl
Christian Weiske [Sat, 22 Sep 2012 18:23:20 +0000 ]
escape project description
Signed-off-by: Chris Han <xiphux@gmail.com>
Chris Han [Sat, 22 Sep 2012 21:20:40 +0000 ]
Modify project templates to not clobber rel vcs link
Christian Weiske [Sat, 22 Sep 2012 17:40:14 +0000 ]
Add rel="vcs-git" links to enable autodiscovery of repository clone URLs.
See http://joeyh.name/rfc/rel-vcs/ for the microformat spec.
Signed-off-by: Chris Han <xiphux@gmail.com>
Chris Han [Sat, 22 Sep 2012 06:06:51 +0000 ]
Provide clean url endpoints for individual heads
Chris Han [Sat, 22 Sep 2012 04:29:11 +0000 ]
Allow extension fileinfo strategy on windows
Chris Han [Sat, 22 Sep 2012 04:26:45 +0000 ]
Fix clean url resolution on windows
Chris Han [Sat, 22 Sep 2012 00:00:13 +0000 ]
German translation fix
Thanks to Wolfgang Rohdewald
Chris Han [Thu, 06 Sep 2012 02:12:53 +0000 ]
Update Smarty to 3.1.11
Chris Han [Thu, 06 Sep 2012 01:43:58 +0000 ]
Explicit ldelim/rdelim is no longer required in smarty 3
Chris Han [Tue, 04 Sep 2012 03:04:15 +0000 ]
Use a single minified javascript header rather than preserving all module headers
Chris Han [Tue, 04 Sep 2012 00:48:10 +0000 ]
Make url and project getters precalculated rather than functions
Chris Han [Tue, 04 Sep 2012 00:32:30 +0000 ]
Pass resource strings as requirejs config rather than globally
Chris Han [Tue, 04 Sep 2012 00:13:09 +0000 ]
Pass project as requirejs config rather than globally
Chris Han [Tue, 04 Sep 2012 00:09:13 +0000 ]
Pass base url as requirejs config rather than globally
Chris Han [Mon, 03 Sep 2012 23:50:22 +0000 ]
Pass snapshot formats as requirejs config rather than globally
Chris Han [Mon, 03 Sep 2012 23:37:19 +0000 ]
Adjust dynamic requires to minify more code and lazy load qtip
Chris Han [Mon, 03 Sep 2012 23:17:20 +0000 ]
Exclude qtip from minified files
d3 needs to stay in because it's not amd enabled
Chris Han [Mon, 03 Sep 2012 23:03:59 +0000 ]
Don't use custom globals to define javascript modules
Chris Han [Mon, 03 Sep 2012 22:07:33 +0000 ]
Update qtip to get AMD loader support
Chris Han [Mon, 03 Sep 2012 21:52:19 +0000 ]
Update requirejs to 2.0.6
Chris Han [Mon, 03 Sep 2012 21:46:49 +0000 ]
Update jquery to 1.8.1
Chris Han [Mon, 03 Sep 2012 01:52:55 +0000 ]
Move charset declaration to content-type header
Chris Han [Sun, 02 Sep 2012 23:04:02 +0000 ]
Build gzip versions when minifying for serving gzipped static content
Chris Han [Sun, 02 Sep 2012 22:15:42 +0000 ]
Use minified version of qtip css
Chris Han [Tue, 28 Aug 2012 01:20:11 +0000 ]
Fix a couple phpdoc errors
Chris Han [Sun, 19 Aug 2012 00:31:05 +0000 ]
Ensure tags and heads cachekeys are unique per page
Chris Han [Sat, 18 Aug 2012 19:34:01 +0000 ]
Use no-merges for history instead of max-parents
Chris Han [Sat, 18 Aug 2012 19:30:45 +0000 ]
Fix objectcache compression
Chris Han [Sat, 18 Aug 2012 15:38:02 +0000 ]
Add pagination to ref pages
Chris Han [Sat, 18 Aug 2012 06:30:03 +0000 ]
Don't repeatedly create ref objects when finding refs pointing to a commit
Chris Han [Sat, 18 Aug 2012 06:11:54 +0000 ]
Defer creation of history filediffs
Chris Han [Sat, 18 Aug 2012 06:01:45 +0000 ]
Fix history pagination
Chris Han [Sat, 18 Aug 2012 04:31:45 +0000 ]
Add history pagination links to interface
Chris Han [Sat, 18 Aug 2012 04:11:27 +0000 ]
Implement pagination interface on history
Chris Han [Sat, 18 Aug 2012 02:46:08 +0000 ]
Add single history commit blob diff
Chris Han [Sat, 18 Aug 2012 00:37:22 +0000 ]
Dont clobber paths in revlist args
Chris Han [Fri, 17 Aug 2012 23:49:46 +0000 ]
Remove redundant pack index check
Chris Han [Fri, 17 Aug 2012 00:51:11 +0000 ]
Avoid redundant deserialization when checking cache key existence
Chris Han [Fri, 17 Aug 2012 00:36:54 +0000 ]
Support igbinary for object cache serialization
Chris Han [Thu, 16 Aug 2012 01:40:54 +0000 ]
Fix full url on http protocol
Chris Han [Thu, 16 Aug 2012 01:27:37 +0000 ]
Cache results of result constraints (decrease impact of preg_match during route building)
Chris Han [Wed, 15 Aug 2012 02:49:16 +0000 ]
Fix url generation and resolution on base domain installs
Chris Han [Wed, 15 Aug 2012 02:26:54 +0000 ]
Store urls on router rather than in template
Chris Han [Wed, 15 Aug 2012 01:53:46 +0000 ]
Require router in url builder function
Chris Han [Wed, 15 Aug 2012 01:50:44 +0000 ]
Get clean url setting off of router
Chris Han [Wed, 15 Aug 2012 01:47:05 +0000 ]
Clean up js url consts a bit
Chris Han [Wed, 15 Aug 2012 01:31:36 +0000 ]
Merge arrays using function instead of manually
Chris Han [Wed, 15 Aug 2012 00:42:56 +0000 ]
Precalculate route internals rather than double-storing them
Chris Han [Tue, 14 Aug 2012 02:14:54 +0000 ]
Cache more high traffic route info
Chris Han [Tue, 14 Aug 2012 02:04:22 +0000 ]
Make route parent immutable
Chris Han [Tue, 14 Aug 2012 01:57:46 +0000 ]
Cache high traffic but constant route info
Chris Han [Tue, 14 Aug 2012 01:39:55 +0000 ]
Fix matching parent constraints
Chris Han [Tue, 14 Aug 2012 00:52:15 +0000 ]
Avoid converting query variables to parameters multiple times
Chris Han [Mon, 13 Aug 2012 01:12:02 +0000 ]
Fix docblock error
Chris Han [Mon, 13 Aug 2012 01:07:43 +0000 ]
Move router classes to their own namespace
Chris Han [Sun, 12 Aug 2012 23:49:59 +0000 ]
Use common functions to convert between parameters and query variables
Chris Han [Sun, 12 Aug 2012 23:37:12 +0000 ]
Exclude outside of querystring function
Chris Han [Sun, 12 Aug 2012 23:34:00 +0000 ]
Don't convert query params inside route finder
Chris Han [Sun, 12 Aug 2012 22:53:37 +0000 ]
Use route class for routing
Chris Han [Sun, 12 Aug 2012 22:08:40 +0000 ]
Create single route class
Chris Han [Sun, 12 Aug 2012 17:54:07 +0000 ]
Factor out base url into a common function
Chris Han [Sun, 12 Aug 2012 04:06:38 +0000 ]
Really minor performance adjustments
Chris Han [Tue, 07 Aug 2012 02:43:08 +0000 ]
Fix baseurl on root installs
Chris Han [Tue, 07 Aug 2012 02:36:44 +0000 ]
Allow slashes in ref hashes