Fri, 06 Jan 2012 17:33:34 +0530 |
Shitiz Garg |
Fix incorrect URL while fetching images' diff
|
Fri, 06 Jan 2012 17:17:21 +0530 |
Shitiz Garg |
Try using PIL for image diffs
|
Fri, 06 Jan 2012 14:29:18 +0530 |
Shitiz Garg |
Improve handling of other data types in atom feed, also remove anchor tags from line numbers
|
Wed, 04 Jan 2012 03:52:32 +0530 |
Shitiz Garg |
Text::_render_data_diff should return unicode in keeping it consistent with _render_data_diff_atom
|
Wed, 04 Jan 2012 03:20:26 +0530 |
Shitiz Garg |
Minor fixes for atom feed
|
Tue, 03 Jan 2012 19:39:04 +0530 |
Shitiz Garg |
Improved atom feed for page history
|
Thu, 22 Dec 2011 19:23:52 -0500 |
Bilal Akhtar |
Fix the three failing tests.
|
Sun, 11 Dec 2011 20:35:49 -0500 |
Bilal Akhtar |
Use rev.data instead of rev, to fix crash that occured on image diff
|
Thu, 01 Dec 2011 21:20:45 +1000 |
Sam Toyer |
Fix diffraw view, fix text diffraw
|
Sun, 27 Nov 2011 21:28:24 +0100 |
Thomas Waldmann |
fix a few bugs exposed by the new view tests
|
Tue, 08 Nov 2011 02:51:12 +0100 |
Thomas Waldmann |
implement delete item <name> as removing <name> from the item's NAME list
namespaces
|
Wed, 02 Nov 2011 13:09:58 -0200 |
Thomas Waldmann |
make NAME metadata editable (so one can add/change/remove names)
namespaces
|
Tue, 01 Nov 2011 12:24:16 -0200 |
Luis Henrique Fagundes |
Item.get_index() will set proper context in all subitems, so that right name is chosen in case there are multiple names
namespaces
|
Mon, 31 Oct 2011 03:59:02 -0200 |
Luis Henrique Fagundes |
pages with multiple names are properly renamed
namespaces
|
Mon, 31 Oct 2011 01:42:27 -0200 |
Luis Henrique Fagundes |
access to Item's name through name property instead of meta directly.
namespaces
|
Sun, 30 Oct 2011 01:16:40 -0200 |
Luis Henrique Fagundes |
merge
|
Sun, 30 Oct 2011 00:24:26 -0200 |
Luis Henrique Fagundes |
recursive rename
|
Sat, 29 Oct 2011 02:14:29 -0200 |
Bruno Martin |
AccessDeniedError replaced by AccessDenied, from the new storage api.
|
Sat, 29 Oct 2011 01:43:06 -0200 |
Bruno Martin |
merge
|
Fri, 28 Oct 2011 19:32:53 -0200 |
Bruno Martin |
fixes #72. Implements the page to handle 404 error, and calls abort(404) in some view, when apropriate.
|
Fri, 28 Oct 2011 00:16:20 -0200 |
Luis Henrique Fagundes |
disconnected levels now shown in index, fixes #75
|
Sun, 16 Oct 2011 02:26:35 +0200 |
Vedran Mileti? |
Convert all %r, %s, %x, %d, %i, %o to new Format String Syntax
|
Mon, 10 Oct 2011 00:24:04 +0200 |
Thomas Waldmann |
remove the rest of copy_item, the template
|
Sun, 09 Oct 2011 23:46:30 +0200 |
Thomas Waldmann |
remove copy_item, see below
|
Sun, 09 Oct 2011 21:10:52 +0200 |
Thomas Waldmann |
search/indexing: remove all_revs=False params (it is the default)
|
Fri, 30 Sep 2011 18:38:43 +0200 |
Thomas Waldmann |
fix destroy
storage-ng
|
Fri, 30 Sep 2011 18:14:04 +0200 |
Thomas Waldmann |
reorder processing when storing a revision, fix ITEMLINKS/ITEMTRANSCLUSIONS
storage-ng
|
Fri, 30 Sep 2011 16:44:50 +0200 |
Thomas Waldmann |
rename all revno usages to revid (no numbers any more), remove update_item param
storage-ng
|
Fri, 30 Sep 2011 15:53:00 +0200 |
Thomas Waldmann |
remove references to "trash" (is an implementation detail and might change)
storage-ng
|
Fri, 30 Sep 2011 01:00:08 +0200 |
Thomas Waldmann |
fixed rename issue: do not use the new name to load the item, but the old one
storage-ng
|
Thu, 29 Sep 2011 18:38:05 +0200 |
Thomas Waldmann |
fix item delete and rename tests to fail in the same way
storage-ng
|
Tue, 27 Sep 2011 21:57:44 +0200 |
Thomas Waldmann |
diff view: remove revision navigation (does not work like this, was based on revno integers)
storage-ng
|
Mon, 26 Sep 2011 18:49:49 +0200 |
Thomas Waldmann |
implement parents (key PARENTID), add it to index schema
storage-ng
|
Mon, 26 Sep 2011 17:51:13 +0200 |
Thomas Waldmann |
instead of parent revno (int), we give parent revid (str) now
storage-ng
|
Mon, 26 Sep 2011 16:16:52 +0200 |
Thomas Waldmann |
for logged-in users, add userid to metadata when saving
storage-ng
|
Sun, 25 Sep 2011 02:08:27 +0200 |
Thomas Waldmann |
fixed history view
storage-ng
|
Sun, 25 Sep 2011 01:03:06 +0200 |
Thomas Waldmann |
fix download view
storage-ng
|
Sun, 25 Sep 2011 00:41:38 +0200 |
Thomas Waldmann |
fix show/meta view
storage-ng
|
Sat, 24 Sep 2011 01:22:29 +0200 |
Thomas Waldmann |
lots of fixes / adaptions for storage-ng code
storage-ng
|
Thu, 01 Sep 2011 23:42:29 +0200 |
Thomas Waldmann |
use 'constants' for metadata keys / whoosh field names
|
Mon, 29 Aug 2011 14:31:17 +0200 |
Thomas Waldmann |
move indexing related code to MoinMoin.storage.backends.indexing
pytest2
|
Sun, 28 Aug 2011 15:25:58 +0200 |
Thomas Waldmann |
remove unused Item.search_items/list_items code (which called deprecated backend code)
pytest2
|
Sat, 27 Aug 2011 22:27:44 +0200 |
Thomas Waldmann |
remove count_items (unused, uses deprecated code)
pytest2
|
Sat, 27 Aug 2011 19:11:21 +0200 |
Thomas Waldmann |
whooshify get_index()
pytest2
|
Sat, 27 Aug 2011 18:21:04 +0200 |
Thomas Waldmann |
whooshify get_templates, adapt MimeType analyzer so it yields also a full and normalized contenttype
pytest2
|
Sun, 21 Aug 2011 22:32:18 +0530 |
Akash Sinha |
merged with main repo
|
Sun, 21 Aug 2011 17:16:05 +0530 |
Akash Sinha |
regex search function updated, to get the subitem flag correctly
|
Fri, 19 Aug 2011 03:42:44 +0530 |
Akash Sinha |
some pep8 fixes
|
Fri, 19 Aug 2011 02:26:23 +0530 |
Akash Sinha |
small change in contenttype filter (now items with unknown mime types have a different filter, as earlier it was shown regardless of the filter selected)
|
Mon, 08 Aug 2011 15:30:44 +0530 |
Akash Sinha |
branch merged with main repo
|
Mon, 08 Aug 2011 15:16:46 +0530 |
Akash Sinha |
mimetype parameter added in the download item link, such that we could set the contenttype of item being downloaded as desired.
|
Wed, 27 Jul 2011 01:54:16 +0530 |
Akash Sinha |
contenttype filter code updated, due to lack of encoding information for uploaded files, some extra checks have been added.
|
Mon, 18 Jul 2011 02:06:34 +0530 |
Akash Sinha |
branch merged with main repo
|
Wed, 13 Jul 2011 21:43:58 +0530 |
Akash Sinha |
contenttype_groups structure moved under config
|
Wed, 13 Jul 2011 04:57:51 +0530 |
Akash Sinha |
contenttype filtering added to global index page
|
Sat, 09 Jul 2011 00:11:02 +0530 |
Akash Sinha |
code to get the subitem index flag has been refactored and moved under items/__init__.py and also unitest is added for the same.
|
Thu, 07 Jul 2011 03:36:08 +0530 |
Akash Sinha |
alphabetic listing of global index, with link to item index
|
Sun, 07 Aug 2011 03:02:46 +0200 |
Thomas Waldmann |
fix some tests
|
Sat, 06 Aug 2011 14:35:57 +0000 |
Michael Mayorov |
merged
|
Mon, 01 Aug 2011 20:57:48 +0000 |
Michael Mayorov |
merged
|