log

age author description
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich repo-scan: rewrite get_filesystem_repos to use os.walk instead of stupid recursion
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich style: use monospace for hashes - columns of hashes look messy when they have different lenght
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich helpers: pass url generator function to Pager - don't rely on Pylons hack in webhelpers
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich pullrequests: better handling of Mercurial pullrequests with missing revisions - don't crash
Wed, 15 Jun 2016 18:33:27 +0200 domruf pullrequests: better handling of revision range pullrequests with missing revisions - don't crash
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich pullrequests: use same quoting for "Missing since previous iteration" as for "New"
Thu, 16 Jun 2016 18:40:26 +0200 domruf setup: support later waitress versions
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich hooks: always convert unicode to byte strings when passed to ui.status
Wed, 15 Jun 2016 18:33:27 +0200 domruf hooks: fix encoding problems of lock release ui messages
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich pullrequests: for consistency, always initialize c.a_branch_name
Mon, 13 Apr 2015 15:58:56 +0200 Mads Kiilerich changeset: don't crash with unhandled EmptyRepositoryError when visiting (non-existing) changeset in an empty repo
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich cache-keys: optimize --delete - don't commit after every deleted key
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich cache-keys: fix printing of unicode repo names - don't crash
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich tests: move test data to top level 'data' folder - make grepping in kallithea/ easier
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich docs: drop empty Changelog in the documentation
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich groups: make group management UI less dangerous
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich repogroups: show more helpful headers when managing permissions
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich db: make repo creation state constants unicode - avoid conversion in sqlalchemy
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: drop ez_setup
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: support Mercurial 3.9
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich annotate: invoke hg annotate in a way that is forward compatible with Mercurial 3.9
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich templates: disable special mako error handler - ironically this gives better stack traces
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich controllers: simplify request.GET.get for safe_int
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich diff: make sure context parameter is an integer
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: introduce pytest-catchlog as test dependency
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: move test dependencies to dev_requirements.txt to make them optional
Wed, 13 Jul 2016 21:39:14 +0200 Søren Løvborg db: script to test database upgrades
Fri, 15 Jul 2016 21:49:35 +0200 Søren Løvborg db: use consistent key/index/constraint names when creating database
Mon, 25 Jul 2016 15:33:21 +0200 Søren Løvborg docs: document how to use Alembic for database migrations
Tue, 24 May 2016 12:02:23 +0200 Søren Løvborg db: remove SQLAlchemy Migrate database table
Tue, 05 Jul 2016 13:40:19 +0200 Søren Løvborg db: stamp Alembic version into database
Tue, 05 Jul 2016 16:57:01 +0200 Søren Løvborg db: enable Alembic autogeneration of migration scripts
Mon, 18 Jul 2016 13:32:34 +0200 Søren Løvborg db: enable use of main Kallithea config as Alembic config
Mon, 04 Jul 2016 17:18:49 +0200 Søren Løvborg db: tweak Alembic migration environment
Thu, 02 Jun 2016 13:21:59 +0200 Søren Løvborg db: add Alembic "migration environment"
Tue, 14 Jun 2016 12:02:22 +0200 Søren Løvborg paster: add informational/dummy "upgrade-db" command
Wed, 18 May 2016 14:34:07 +0200 Søren Løvborg db: remove SQLAlchemy Migrate library and RhodeCode migration scripts
Mon, 18 Jul 2016 14:08:43 +0200 Søren Løvborg db: remove SQLAlchemy Migrate support
Mon, 18 Jul 2016 14:03:17 +0200 Søren Løvborg db: drop RhodeCode compatibility (database rebranding etc.)
Fri, 15 Jul 2016 16:02:13 +0200 Søren Løvborg db: remove redundant unique constraint for repository groups
Fri, 15 Jul 2016 15:16:07 +0200 Søren Løvborg db: remove redundant unique constraints from primary keys
Fri, 15 Jul 2016 21:17:16 +0200 Søren Løvborg db: drop length limits on TEXT columns
Sun, 24 Jul 2016 18:12:14 +0200 Andrew Shadura hooks: parse incoming git refs correctly
Thu, 14 Jul 2016 14:47:38 +0200 Andrew Shadura db: ensure git hooks work when the repositories base path is a symlink
Thu, 14 Jul 2016 14:56:20 +0200 Andrew Shadura git: include an LF at the end of the service advertisement (Fixes #230)
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura setup: bump dulwich dependency to 0.14.1
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura git: make sure repository path and name are Unicode strings
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura pygrack: refactor _get_fixedpath
Thu, 14 Jul 2016 15:31:29 +0200 Andrew Shadura pygrack: add missing author and copyright information
Tue, 12 Jul 2016 23:33:11 +0200 Andrew Shadura docs: use ., not source, as the user isn't guaranteed to have it
Tue, 12 Jul 2016 23:31:02 +0200 Andrew Shadura docs: add information about extra dependencies we now need
Sun, 03 Jul 2016 12:21:00 +0200 Andrew Shadura setup: use modern bcrypt implementation instead of unsupported old one
Tue, 14 Jun 2016 21:23:51 +0200 domruf hooks: set Windows stderr output mode to binary
Mon, 13 Jun 2016 21:39:47 +0200 domruf cleanup: get rid of dn as shortcut for os.path.dirname
Sun, 12 Jun 2016 21:21:43 +0200 domruf cleanup: get rid of jn as shortcut for os.path.join
Wed, 29 Jun 2016 16:53:53 +0200 Mads Kiilerich js: in select2 for branches, show early matches first - this will make full branch names show up first, then other prefixes, followed by later matches
Wed, 29 Jun 2016 16:53:26 +0200 Mads Kiilerich tests: install pam and ldap modules when testing with tox
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich js: workaround to avoid <option> tags inside <script>
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich tests: fix Python 2.6 compatibility in string formatting
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich tests: fix Python 2.6 compatibility - issue introduced in 28d9e9f0ae4e
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich tests: introduce tests and reference dump for notification mails
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich js: clean-up of trailing whitespace in graph.js
Wed, 29 Jun 2016 16:47:47 +0200 Mads Kiilerich Merge stable
Wed, 29 Jun 2016 16:45:15 +0200 Mads Kiilerich protocols: fix assertion error when accessing repositories with "permanent" urls (Issue #202) stable
Tue, 14 Jun 2016 22:14:39 +0200 domruf lock: fix for Mercurial 3.6+ - wrap hgweb to catch Locked exceptions from hooks
Sat, 25 Jun 2016 02:57:44 +0200 Mads Kiilerich lock: simplify debug logging - use the actual response code
Fri, 17 Jun 2016 20:23:09 +0200 domruf tests: fix test_inactive_user_group_does_not_affect_user_group_permissions when running tests on mysql
Fri, 17 Jun 2016 19:22:53 +0200 domruf tests: fix 'a foreign key constraint fails' when running tests on mysql
Wed, 15 Jun 2016 18:33:27 +0200 domruf tests: use forks when modifying repositories in vcs tests
Tue, 14 Jun 2016 19:33:42 +0200 domruf tests: check Released lock message test_push_unlocks_repository_git
Thu, 16 Jun 2016 23:33:36 +0200 domruf tests: set EMAIL for Git commit test_push_on_locked_repo_by_other_user_git - it _is_ necessary on some machines
Tue, 14 Jun 2016 21:32:43 +0200 domruf hooks: don't catch ImportError Exceptions in git hooks
Tue, 03 May 2016 00:12:55 +0200 domruf tests: Mercurial hooks must use ui.status for messages sent to the client
Wed, 15 Jun 2016 23:38:57 +0200 Konstantin Veretennicov tests: add basic test for mark_all_read action of notifications
Wed, 15 Jun 2016 23:49:19 +0200 Konstantin Veretennicov tests: cleanup test users
Wed, 15 Jun 2016 23:36:29 +0200 Konstantin Veretennicov tests: wrestle DetachedInstanceError out of create_test_user fixture
Sun, 12 Jun 2016 21:32:15 +0200 domruf docs: reminder to add c:\path\to\git\bin to PATH
Wed, 15 Jun 2016 21:53:13 +0200 Mads Kiilerich notifications: convert the last get_for_user to query_for_user - this one was missed in 85bb68f64597
Wed, 15 Jun 2016 21:53:08 +0200 Mads Kiilerich tests: even smaller setup method refactor for readability
Wed, 15 Jun 2016 21:09:03 +0200 Konstantin Veretennicov docs: mention preference for non-publishing repositories for pull requests
Wed, 15 Jun 2016 21:12:39 +0200 Konstantin Veretennicov docs: run-all-cleanup superseded whitespaceleanup.sh
Tue, 14 Jun 2016 01:16:12 +0200 Mads Kiilerich tests: make debug output from manual_test_vcs_operations Command.execute less noisy
Tue, 14 Jun 2016 01:15:53 +0200 Mads Kiilerich tests: remove last references to nosetests
Tue, 14 Jun 2016 01:12:09 +0200 Mads Kiilerich tests: drop setting EMAIL environment variable before git commit - it doesn't work on Windows and seems unnecessary
Mon, 02 May 2016 22:54:09 +0200 domruf tests: set LANG and LANGUAGE - vcs tests expect messages to be in english
Mon, 02 May 2016 23:38:23 +0200 domruf tests: avoid unicode in test case on Windows - the Windows command line can't easily handle "exotic" characters
Mon, 02 May 2016 23:32:55 +0200 domruf tests: use double quotes in command lines - single quotes in command lines are not considered quotes on Windows
Fri, 29 Apr 2016 16:53:49 +0200 domruf hooks: if available, use sys.executable as executable for git hooks
Thu, 09 Jun 2016 20:41:44 +0200 Konstantin Veretennicov notifications: improve response time when number of notifications is large
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich tests: small setup method refactor for readability
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich js: update select2 to 3.5.4
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich docs: move translation to a separate page
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich docs: make the default method for running tests more visible
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich repo: better handling of situation where there is no repo to remove
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich paster: don't retry in setup-db if repo path provided on command line is invalid
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich repos: fix unicode error when scanning and finding repositories with unicode names
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich pull-requests: fix missing YUD reference in PR creation
Mon, 23 May 2016 19:14:48 +0200 Søren Løvborg docs: restructure Kallithea upgrade instructions
Sat, 28 May 2016 15:11:48 +0200 Andrew Shadura templates: use a better class name for an enabled toggle button
Sat, 28 May 2016 15:08:31 +0200 Andrew Shadura spelling: fix title casing on translated template strings
Sun, 08 May 2016 18:33:47 +0200 Konstantin Veretennicov tests: fix issue with set_test_settings fixture not committing changes
Fri, 27 May 2016 11:43:17 +0200 Andrew Shadura style: use some ARIA accessibility markup
Fri, 27 May 2016 11:43:17 +0200 Andrew Shadura style: make markup more Bootstrap-compatible
Mon, 30 May 2016 15:44:36 +0200 Mads Kiilerich Merge stable
Mon, 30 May 2016 15:33:19 +0200 Mads Kiilerich api: fix forking of repos in repo groups (Issue #210) stable
Mon, 30 May 2016 15:32:22 +0200 Mads Kiilerich api: avoid duplicating group name when updating repo (Issue #37) stable
Mon, 30 May 2016 15:32:22 +0200 Mads Kiilerich dbmigrate: fix migration step of missing ldap settings - use defaults (Issue #217) stable
Mon, 23 May 2016 18:04:56 +0200 Mads Kiilerich js: update YUI - rebuild according to LICENSE.md instructions to only include the relevant subset
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich js: drop some unused parts of YUI
Mon, 23 May 2016 18:02:33 +0200 Takumi IINO datatables: put filters in top left corner where they are easier to spot
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich datatables: show 100 entries by default
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich admin: use jQuery DataTables for my & watched repos
Thu, 21 May 2015 16:48:13 +0200 Daniel Hobley datatables: use jQuery DataTables instead of base.js YUI_datatable wrapper of YAHOO.widget.DataTable
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich datatables: in css, use custom font for DataTable sort order instead of images we don't have
Thu, 21 May 2015 11:46:57 +0200 Daniel Hobley datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich js: update jQuery to 1.12.3
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich setup: upgrade SQLAlchemy to 1.0.x series
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich journal: remove right column on journal page - my & watched repos are already available under "my"
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich cleanup: remove dead code and templates related to 'Switch To'
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich repos: show full repo name for my watched repos - don't overload the admin flag
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich admin: simplify query for owned and followed repositories
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich tables: drop .lower on raw_name - search is case insensitive anyway
Tue, 03 May 2016 14:57:44 +0200 Kateryna Musina helpers: remove <code> from render_w_mentions
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich pullrequests: use css for description instead of <code> and explicit styling
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich pullrequests: update internal names after 'iteration' renaming
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich pullrequests: clarifying comment about how weird status versioning is
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich pullrequests: refactor how reviewer status is passed around internally
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich pullrequests: make it easier to see what needs attention on "my" list; list PRs needing attention separately
Tue, 17 May 2016 23:10:33 +0200 Mads Kiilerich tests: remove reference to removed kallithea/tests/parameterized.py
Sun, 15 May 2016 22:37:37 +0200 Thomas De Schampheleire pytest migration: rename TestControllerPytest back to TestController
Sat, 14 May 2016 22:03:20 +0200 Thomas De Schampheleire pytest migration: move init_stack under TestControllerPytest
Sat, 14 May 2016 21:59:47 +0200 Thomas De Schampheleire pytest migration: backout declassification of remove_all_notifications
Sat, 14 May 2016 21:54:03 +0200 Thomas De Schampheleire pytest migration: merge TestControllerPytest with BaseTestController
Sat, 14 May 2016 21:47:53 +0200 Thomas De Schampheleire pytest migration: remove custom 'parameterized' implementation
Sat, 14 May 2016 21:27:12 +0200 Thomas De Schampheleire pytest migration: remove original TestController and BaseTestCase
Sat, 14 May 2016 21:00:02 +0200 Thomas De Schampheleire pytest migration: remove temporary assert stubs
Sat, 14 May 2016 20:54:12 +0200 Thomas De Schampheleire pytest migration: __init__: switch to standard assert statements
Sat, 14 May 2016 21:04:26 +0200 Thomas De Schampheleire pytest migration: functional: switch to standard assert statements
Mon, 09 May 2016 17:46:34 +0200 Thomas De Schampheleire pytest migration: api: switch to standard assert statements
Mon, 09 May 2016 17:44:34 +0200 Thomas De Schampheleire pytest migration: models: switch to standard assert statements
Sun, 08 May 2016 21:17:09 +0200 Thomas De Schampheleire pytest migration: other: switch to standard assert statements
Fri, 06 May 2016 21:21:50 +0200 Thomas De Schampheleire pytest migration: other: convert to TestControllerPytest
Fri, 06 May 2016 21:20:56 +0200 Thomas De Schampheleire pytest migration: add args/kwargs to assertRaises replacement
Wed, 04 May 2016 17:49:12 +0200 Thomas De Schampheleire tests: users: enable commented UsersController test
Mon, 02 May 2016 21:48:04 +0200 Thomas De Schampheleire pytest migration: api: convert to TestControllerPytest
Wed, 04 May 2016 08:53:35 +0200 Thomas De Schampheleire tests: api: fix intertest dependency on repository locking
Sun, 01 May 2016 23:29:33 +0200 Konstantin Veretennicov tests: capture current behavior of user creation from LDAP when email is missing
Sun, 01 May 2016 23:29:09 +0200 Konstantin Veretennicov tests: add basic test for user creation from LDAP
Sun, 01 May 2016 23:29:09 +0200 Konstantin Veretennicov tests: add basic test for existing user update from LDAP
Sun, 01 May 2016 23:29:09 +0200 Konstantin Veretennicov tests: add set_test_settings fixture
Sun, 01 May 2016 23:29:09 +0200 Konstantin Veretennicov tests: add create_test_user fixture
Thu, 05 May 2016 17:57:46 +0200 Konstantin Veretennicov tests: illustrate current behavior of list-valued settings
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich subprocess: output on stderr doesn't mean that a process failed
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich pullrequests: talk about "iterations" instead of the ambiguous "updates"
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich templates: be more strict about mako errors
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich helpers: more efficient disabling of gravatars - don't leave spacing behind
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich templates: use the new gravatar_div
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich helpers: introduce gravatar_div returning div around gravatar
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich helpers: refactor handling of default gravatars - use explicit 'default' instead of empty string
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich helpers: cleanup of gravatar handling
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich pullrequests: make the red "Not Approved" color less flashy
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich pullrequests: change ordering of vote buttons - make more natural progression flow from left to right
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich pullrequests: reword the grumpy "Rejected" to the more neutral and factual "Not approved"
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich users: sort auto complete users by name instead of using random database order
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich settings: fix missing label for Clone URL
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich vcs: drop unused weird get_last_change
Mon, 02 May 2016 23:45:26 +0200 Mads Kiilerich scripts: introduce scripts/run-all-cleanup - run this before committing to make sure some aspects of the coding style is maintained
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich setup: support Mercurial 3.8
Mon, 02 May 2016 23:45:26 +0200 Mads Kiilerich login: don't crash on login POSTs without password
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich ini: document canonical_url - it was introduced long time ago but seems useful
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich docs: tweak email documentation - add gmail example
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich docs: mention use of static_files, it's setup and implications
Wed, 06 Apr 2016 21:46:21 +0200 Søren Løvborg pull requests: refactor update_reviewers
Wed, 06 Apr 2016 21:47:53 +0200 Søren Løvborg pull requests: prevent adding DEFAULT user as reviewer
Wed, 06 Apr 2016 14:50:47 +0200 Søren Løvborg utils: improve extract_mentioned_users usefulness
Tue, 19 Apr 2016 17:58:21 +0200 Søren Løvborg auth: prevent misuse of PermFunction in bool context
Tue, 19 Apr 2016 18:03:30 +0200 Søren Løvborg notifications: untangle notification access check
Fri, 05 Feb 2016 21:19:44 +0100 Thomas De Schampheleire setup.py: enable pytest-sugar plugin
Fri, 26 Feb 2016 18:59:34 +0100 domruf repos: make truncated repo descriptions longer - up to 80 characters
Fri, 26 Feb 2016 18:59:34 +0100 domruf helpers: don't truncate words when when truncating texts for urlification
Tue, 03 May 2016 12:17:44 +0000 timeless spelling: triggered
Tue, 03 May 2016 12:17:30 +0000 timeless spelling: transferred
Tue, 03 May 2016 12:17:07 +0000 timeless spelling: todo
Tue, 03 May 2016 12:16:35 +0000 timeless spelling: thingy
Tue, 03 May 2016 12:15:59 +0000 timeless spelling: succeeded
Tue, 03 May 2016 12:15:11 +0000 timeless spelling: specify
Tue, 03 May 2016 12:14:40 +0000 timeless spelling: something
Tue, 03 May 2016 12:13:39 +0000 timeless spelling: separated
Tue, 03 May 2016 12:13:10 +0000 timeless spelling: returns
Tue, 03 May 2016 12:12:37 +0000 timeless spelling: refers
Tue, 03 May 2016 12:12:24 +0000 timeless spelling: referred
Tue, 03 May 2016 12:12:13 +0000 timeless spelling: references
Tue, 03 May 2016 12:10:06 +0000 timeless spelling: probably
Tue, 03 May 2016 12:10:32 +0000 timeless spelling: precisely
Tue, 03 May 2016 12:09:35 +0000 timeless spelling: parameter
Tue, 03 May 2016 12:09:18 +0000 timeless spelling: palette
Tue, 03 May 2016 12:09:01 +0000 timeless spelling: overridden
Tue, 03 May 2016 12:08:39 +0000 timeless spelling: occurred
Tue, 03 May 2016 12:08:11 +0000 timeless spelling: notification
Tue, 03 May 2016 12:07:13 +0000 timeless spelling: missing
Tue, 03 May 2016 12:06:59 +0000 timeless spelling: milliseconds
Tue, 03 May 2016 12:06:37 +0000 timeless spelling: members
Tue, 03 May 2016 12:06:11 +0000 timeless spelling: meaningful
Tue, 03 May 2016 12:04:00 +0000 timeless brand: Kallithea
Tue, 03 May 2016 12:02:13 +0000 timeless spelling: it'll
Tue, 03 May 2016 12:01:10 +0000 timeless spelling: intermediate
Tue, 03 May 2016 12:00:45 +0000 timeless spelling: initially
Tue, 03 May 2016 12:00:57 +0000 timeless spelling: initialize
Tue, 03 May 2016 12:00:31 +0000 timeless spelling: incoming
Tue, 03 May 2016 11:59:39 +0000 timeless spelling: highlighting
Tue, 03 May 2016 11:55:43 +0000 timeless spelling: greedy
Tue, 03 May 2016 11:55:14 +0000 timeless spelling: giving
Tue, 03 May 2016 11:54:14 +0000 timeless spelling: functionally
Tue, 03 May 2016 11:53:17 +0000 timeless spelling: explicitly
Tue, 03 May 2016 11:52:42 +0000 timeless spelling: extractor
Tue, 03 May 2016 11:53:04 +0000 timeless spelling: existence
Tue, 03 May 2016 11:52:15 +0000 timeless spelling: evaluable
Tue, 03 May 2016 05:11:54 +0000 timeless spelling: depending
Tue, 03 May 2016 05:11:32 +0000 timeless spelling: default
Tue, 03 May 2016 05:10:13 +0000 timeless spelling: current
Tue, 03 May 2016 05:09:24 +0000 timeless spelling: contains
Tue, 03 May 2016 05:09:39 +0000 timeless spelling: construct
Tue, 03 May 2016 05:09:04 +0000 timeless spelling: completely
Tue, 03 May 2016 05:08:34 +0000 timeless spelling: compatibility
Tue, 03 May 2016 05:08:23 +0000 timeless spelling: committed
Tue, 03 May 2016 05:06:26 +0000 timeless spelling: because
Tue, 03 May 2016 11:59:02 +0000 timeless spelling: authentication
Tue, 03 May 2016 05:05:17 +0000 timeless spelling: approximate
Tue, 03 May 2016 05:05:03 +0000 timeless spelling: application
Tue, 03 May 2016 05:04:44 +0000 timeless spelling: antivirus
Tue, 03 May 2016 05:04:21 +0000 timeless spelling: amount
Tue, 03 May 2016 05:02:41 +0000 timeless spelling: aggregate
Tue, 03 May 2016 05:01:51 +0000 timeless spelling: additional
Tue, 03 May 2016 05:05:29 +0000 timeless spelling: acquire
Tue, 03 May 2016 05:01:28 +0000 timeless spelling: account
Tue, 03 May 2016 05:00:17 +0000 timeless spelling: accordingly
Mon, 02 May 2016 23:40:56 +0200 Mads Kiilerich Merge stable
Mon, 02 May 2016 23:39:08 +0200 Mads Kiilerich release: update contributors list stable
Mon, 02 May 2016 18:54:04 +0200 Andrew Shadura Added tag 0.3.2 for changeset a84d40e9481f stable
Mon, 02 May 2016 18:52:41 +0200 Andrew Shadura release: 0.3.2 stable 0.3.2