Added more HTTP headers (includes basic CORS support). * Closes #22.
h3rald h3rald@h3rald.com
Sat, 16 May 2015 10:40:56 +0200
Minor widget refactoring.
h3rald h3rald@h3rald.com
Tue, 12 May 2015 18:59:15 +0200
Fixed compilation options.
h3rald h3rald@h3rald.com
Mon, 11 May 2015 22:28:34 +0200
Refactoring.
h3rald h3rald@h3rald.com
Sun, 10 May 2015 14:16:15 +0200
Component refactoring.
h3rald h3rald@h3rald.com
Sun, 10 May 2015 13:27:46 +0200
Migrating to Mithril 0.2.0; Refactoring widgets (untested).
h3rald h3rald@h3rald.com
Sat, 09 May 2015 21:27:19 +0200
Added doclist component.
h3rald h3rald@h3rald.com
Mon, 04 May 2015 21:08:58 +0200
Documentation: Usage chapter.
h3rald h3rald@h3rald.com
Sun, 03 May 2015 20:24:52 +0200
Updated script to build guide.
h3rald h3rald@h3rald.com
Sun, 03 May 2015 19:54:54 +0200
Documentation: Overview chapter.
h3rald h3rald@h3rald.com
Sun, 03 May 2015 15:48:15 +0200
Improved API (managed null values, using underscores in properties).
h3rald h3rald@h3rald.com
Sun, 03 May 2015 14:47:10 +0200
Improved tag pages (added paginator) + Fixing query bugs. * Closes #20.
h3rald h3rald@h3rald.com
Sun, 03 May 2015 14:31:25 +0200
Implemented simple thread-safe logger. * Closes #21.
h3rald h3rald@h3rald.com
Sat, 02 May 2015 21:26:09 +0200
Performance improvements & refactoring CLI. * Closes #19.
h3rald h3rald@h3rald.com
Sat, 02 May 2015 15:24:35 +0200
Improved COUNT(docid) performance (added index).
h3rald h3rald@h3rald.com
Sun, 26 Apr 2015 18:11:30 +0200
Disabled logging; now compiling with threads:on.
h3rald h3rald@h3rald.com
Sun, 26 Apr 2015 16:30:05 +0200
Greatly enhanced full-text search performance.
h3rald h3rald@h3rald.com
Fri, 24 Apr 2015 22:16:56 +0200
Added numeric primary keys and explicit docid in searchcontents table.
h3rald h3rald@h3rald.com
Wed, 22 Apr 2015 22:28:39 +0200
Added initial optimizations for importing data and FTS4.
h3rald h3rald@h3rald.com
Wed, 22 Apr 2015 22:00:34 +0200
Enabled Porter tokenizer; other minor changes.
h3rald h3rald@h3rald.com
Sat, 18 Apr 2015 13:41:31 +0200
Updated build_guide script.
h3rald h3rald@h3rald.com
Sun, 12 Apr 2015 20:46:57 +0200
Minor navbar enhancements.
h3rald h3rald@h3rald.com
Sun, 12 Apr 2015 20:34:20 +0200
Now automatically fixing headings on guide pages.
h3rald h3rald@h3rald.com
Sun, 12 Apr 2015 20:09:03 +0200
Implemented file upload; other fixes and improvements. * Closes #9.
h3rald h3rald@h3rald.com
Sun, 12 Apr 2015 15:14:27 +0200
Displaying image previews. * Closes #10.
h3rald h3rald@h3rald.com
Sat, 11 Apr 2015 20:22:41 +0200
Implemented tag editing; added modal for delete operation. * Closes #11.
h3rald h3rald@h3rald.com
Sat, 11 Apr 2015 19:57:01 +0200
Improved text indexing escaping; other minor fixes.
h3rald h3rald@h3rald.com
Sat, 11 Apr 2015 17:29:05 +0200
Improved search functionality.
h3rald h3rald@h3rald.com
Sat, 11 Apr 2015 15:24:29 +0200
Improved routing.
h3rald h3rald@h3rald.com
Sat, 11 Apr 2015 12:11:58 +0200
Added frontend code to edit tags via modal.
h3rald h3rald@h3rald.com
Wed, 08 Apr 2015 19:46:28 +0200
Changed search ranking function to okapi_bm25f_kb.
h3rald h3rald@h3rald.com
Sun, 05 Apr 2015 19:41:05 +0200
Minor updates related to appdir.
h3rald h3rald@h3rald.com
Sat, 04 Apr 2015 20:40:09 +0200
Renamed app folder; added default version URLs.
h3rald h3rald@h3rald.com
Sat, 04 Apr 2015 20:25:37 +0200
Implemented custom ranking function (Okapi BM25).
h3rald h3rald@h3rald.com
Tue, 31 Mar 2015 22:32:51 +0200
Minor changes.
h3rald h3rald@h3rald.com
Sun, 22 Mar 2015 19:46:03 +0100
Refactoring: loading datastore info only once.
h3rald h3rald@h3rald.com
Sun, 22 Mar 2015 19:44:27 +0100
Upgraded bootstrap, added logo on main app page.
h3rald h3rald@h3rald.com
Sun, 22 Mar 2015 19:00:22 +0100
Improved start page style. * Closes #13.
h3rald h3rald@h3rald.com
Sun, 22 Mar 2015 18:37:09 +0100
Hiding edit/delete/new buttons in read-only mode.
h3rald h3rald@h3rald.com
Sun, 22 Mar 2015 18:10:17 +0100
Customized marked to handle Discount class blocks and pseudo-protocols. * Closes #18.
h3rald h3rald@h3rald.com
Sun, 22 Mar 2015 17:42:15 +0100
Enhanced search (now includes highlighting). * Closes #17
h3rald h3rald@h3rald.com
Sun, 22 Mar 2015 16:55:51 +0100
Implemented search. * Closes #16;
h3rald h3rald@h3rald.com
Sat, 21 Mar 2015 21:59:29 +0100
Implemented automatic language detection. * Closes #15.
h3rald h3rald@h3rald.com
Sat, 21 Mar 2015 10:32:27 +0100
Renamed 'mirror' in 'mount'.
h3rald h3rald@h3rald.com
Sat, 21 Mar 2015 10:06:22 +0100
Improved feedback in case of request errors. * Closes #14.
h3rald h3rald@h3rald.com
Sun, 15 Mar 2015 18:27:24 +0100
Added --reset option; improved editing for pages.
h3rald h3rald@h3rald.com
Sun, 15 Mar 2015 18:17:06 +0100
Refactoring & minor fixes.
h3rald h3rald@h3rald.com
Sun, 15 Mar 2015 14:53:30 +0100
Implemented basic error handling for CRUD operations.
h3rald h3rald@h3rald.com
Sun, 15 Mar 2015 12:58:50 +0100
Implemented basic CRUD operations in the app.
h3rald h3rald@h3rald.com
Sat, 14 Mar 2015 23:04:45 +0100
Implemented filesystem mirroring (create/update/delete docs).
h3rald h3rald@h3rald.com
Thu, 12 Mar 2015 13:20:59 +0100
Fixed JSHint warnings + refactoring.
h3rald h3rald@h3rald.com
Sun, 08 Mar 2015 19:15:14 +0100
Added support for favicon.
h3rald h3rald@h3rald.com
Sun, 08 Mar 2015 12:22:02 +0100
Added Ace editor extensions; minor refactoring.
h3rald h3rald@h3rald.com
Sun, 01 Mar 2015 20:52:42 +0100
Implemented file retrieval & editing using ACE editor.
h3rald h3rald@h3rald.com
Sun, 01 Mar 2015 20:37:06 +0100
Refactoring; implemented Info module.
h3rald h3rald@h3rald.com
Sun, 01 Mar 2015 13:44:04 +0100
app: Implemented simple component for bootstrap dropdowns.
h3rald h3rald@h3rald.com
Sat, 28 Feb 2015 23:06:25 +0100
Refactoring mithril code.
h3rald h3rald@h3rald.com
Sat, 28 Feb 2015 22:16:09 +0100
Implemented --delete (removed --purge).
h3rald h3rald@h3rald.com
Sat, 28 Feb 2015 15:16:12 +0100
Testing basic app; minor changes.
h3rald h3rald@h3rald.com
Sun, 22 Feb 2015 17:49:25 +0100
Basic version of LiteStore app.
h3rald h3rald@h3rald.com
Sun, 22 Feb 2015 16:03:14 +0100
Added skeleton web app.
h3rald h3rald@h3rald.com
Sat, 21 Feb 2015 21:57:49 +0100
Updated documentation, added markdown content type.
h3rald h3rald@h3rald.com
Sat, 21 Feb 2015 20:39:20 +0100
Added configuration files.
h3rald h3rald@h3rald.com
Sat, 21 Feb 2015 13:59:53 +0100
Minor changes
Fabio Cevasco h3rald@h3rald.com
Thu, 19 Feb 2015 17:16:37 +0100
Minor changes
Fabio Cevasco h3rald@h3rald.com
Thu, 19 Feb 2015 17:15:40 +0100
Modified SQLite compilation flags (similar to fossil).
h3rald h3rald@h3rald.com
Wed, 18 Feb 2015 23:11:28 +0100
Started writing docs; minor changes.
h3rald h3rald@h3rald.com
Sat, 07 Feb 2015 22:09:04 +0100
Added documentation files (stubs).
h3rald h3rald@h3rald.com
Fri, 06 Feb 2015 22:04:39 +0100
Minor changes.
h3rald h3rald@h3rald.com
Fri, 06 Feb 2015 21:49:22 +0100
Added validation for cli options.
h3rald h3rald@h3rald.com
Fri, 06 Feb 2015 21:38:28 +0100
Added support for logging.
h3rald h3rald@h3rald.com
Fri, 06 Feb 2015 21:32:32 +0100
Minor changes.
h3rald h3rald@h3rald.com
Sun, 01 Feb 2015 22:27:01 +0100
Moved most source files in separate directory.
h3rald h3rald@h3rald.com
Sun, 01 Feb 2015 18:41:36 +0100
Implemented GET/OPTIONS /v1/info.
h3rald h3rald@h3rald.com
Sun, 01 Feb 2015 13:07:41 +0100
Implemented offset.
h3rald h3rald@h3rald.com
Sun, 01 Feb 2015 11:08:11 +0100
Implemented read-only mode; response metadata, method override.
h3rald h3rald@h3rald.com
Sat, 31 Jan 2015 23:23:49 +0100
Implemented all method for docs except PATCH.
h3rald h3rald@h3rald.com
Sat, 31 Jan 2015 15:19:06 +0100
Refactoring + implemented alternative syntax for ordering data.
h3rald h3rald@h3rald.com
Sat, 31 Jan 2015 12:48:47 +0100
Implemented query string support for GET and HEAD requests.
h3rald h3rald@h3rald.com
Fri, 30 Jan 2015 21:57:59 +0100
Now also checking GET request headers for application/json.
h3rald h3rald@h3rald.com
Sun, 25 Jan 2015 18:09:39 +0100
Implemented responses to HEAD requests.
h3rald h3rald@h3rald.com
Sun, 25 Jan 2015 18:01:20 +0100
Implemented basic document retrieval (single and multiple).
h3rald h3rald@h3rald.com
Sat, 24 Jan 2015 20:53:42 +0100
Started implementeing RESTful API & HTTP Server.
h3rald h3rald@h3rald.com
Sat, 24 Jan 2015 20:08:01 +0100
Implemented CLI.
h3rald h3rald@h3rald.com
Sun, 18 Jan 2015 18:02:22 +0100
Improve content-types management; implemented pack/unpack.
h3rald h3rald@h3rald.com
Sun, 18 Jan 2015 15:29:33 +0100
Implemented directory pack.
h3rald h3rald@h3rald.com
Sun, 11 Jan 2015 19:33:48 +0100
Implemented fulltext search support.
h3rald h3rald@h3rald.com
Sun, 11 Jan 2015 17:26:16 +0100
Implemented tag support when retrieving documents.
h3rald h3rald@h3rald.com
Sun, 11 Jan 2015 16:58:32 +0100
Implemented all main basic methods for data access/retrieval.
h3rald h3rald@h3rald.com
Sun, 11 Jan 2015 12:49:13 +0100
No longer returning the '.ls' extension as part of the datastore name.
h3rald h3rald@h3rald.com
Sat, 03 Jan 2015 15:42:56 +0100
Implemented datastore management. * Closes #1.
h3rald h3rald@h3rald.com
Sat, 03 Jan 2015 15:39:41 +0100
Initial commit
Fabio Cevasco h3rald@h3rald.com
Sat, 03 Jan 2015 12:33:55 +0100