- 22 Aug, 2013 1 commit
-
-
Alexandre Leray authored
-
- 16 Mar, 2013 1 commit
-
-
Alexandre Leray authored
Brute force style; I'm not very happy with the solution. With jQuery, one can use it like this: $.ajax('/api/v1/page/Name/section/5/', { type: 'PATCH', contentType: 'application/json', dataType: 'json', data: JSON.stringify({attributes: attributes}), success: function (data) { console.log(data); }, });
-
- 04 Mar, 2013 4 commits
-
-
Alexandre Leray authored
Merge branch 'aawiki2-javascript-rewrite' of git.constantvzw.org:aa.wiki into aawiki2-javascript-rewrite Conflicts: setup.py
-
Alexandre Leray authored
It was set to localhost before, therefore breaking when deploying ths site
-
Alexandre Leray authored
Removed ununsed import, commented code and not-used-anymore models.py and admin.py Removed git python dependency.
-
eric authored
Désolé
-
- 27 Feb, 2013 2 commits
-
-
eric authored
covering: The static files and templates are included (include_package_data = True) covering: The latest markdown plugins (fixes a problem in annotations, fixes a problem installing) Other dependencies in setup.py: GitPython (used in aawiki.models, aawiki.models used in aawiki.views. in other parts pygit2 is used) It would be preferable to just use pygit2 diff_match_patch (used in aawiki.models.diff) cssselect (used in filters.py, ln 147. Even if it is imported as lxml.cssselect, it is its own package)
-
eric authored
covering: The latest markdown plugins (fixes a problem in annotations, fixes a problem installing) Other dependencies in setup.py: GitPython (used in aawiki.models, aawiki.models used in aawiki.views. in other parts pygit2 is used) It would be preferable to just use pygit2 diff_match_patch (used in aawiki.models.diff) cssselect (used in filters.py, ln 147. Even if it is imported as lxml.cssselect, it is its own package)
-
- 26 Feb, 2013 1 commit
-
-
eric authored
-
- 08 Jan, 2013 1 commit
-
-
eric authored
-
- 03 Jan, 2013 7 commits
-
-
Alexandre Leray authored
-
Alexandre Leray authored
-
Alexandre Leray authored
-
Alexandre Leray authored
-
Alexandre Leray authored
-
Alexandre Leray authored
at least
-
Alexandre Leray authored
-
- 07 Dec, 2012 1 commit
-
-
Alexandre Leray authored
The idea is to seperate each functional part into its own file and rely more heavily on event to communicate between the module. This is work in progress.
-
- 26 Nov, 2012 1 commit
-
-
Alexandre Leray authored
-
- 20 Nov, 2012 1 commit
-
-
Alexandre Leray authored
-
- 18 Nov, 2012 1 commit
-
-
Alexandre Leray authored
The idea is to simplify and make more robust the modification of the page and section resources, using git only (no more models)
-
- 11 Nov, 2012 1 commit
-
-
Alexandre Leray authored
-
- 11 Oct, 2012 2 commits
-
-
Alexandre Leray authored
-
Alexandre Leray authored
-
- 25 Sep, 2012 2 commits
-
-
eric authored
Symbolic links are brittle and can break in versioning. (which happened to me). The original reasoning to have the link is to maintain some version metadata contained in the filename of minified JavaScripts. A more robust system would be to work with the unminified JavaScripts in development, and use i.e. Django Compressor to minify and concatenate the scripts for production. The static/libs folder is quite messy containing a lot of extra stuff from the original packages. Also most of the static assets between aacore and aawiki are duplicated. Some spring cleaning ahead!
-
eric authored
&& added link to git version of rdfutils Note: if this module is indeed to specific to be put on pypi, it should be in the core, imho
-
- 13 Aug, 2012 2 commits
-
-
Alexandre Leray authored
The last version of the markdown plugin defines an extra parameter which is the current markdown instance. See: - <http://git.constantvzw.org/?p=aa.mdx_semanticwikilinks.git;a=tree> or - <https://github.com/aleray/mdx_semanticwikilinks/commit/f3bfe05e232a9bff0e3dccf0f8b8c6fb598ec9ba>
-
Alexandre Leray authored
-
- 10 Aug, 2012 1 commit
-
-
Alexandre Leray authored
-
- 02 Aug, 2012 1 commit
-
-
eric authored
-
- 07 Jul, 2012 1 commit
-
-
eric authored
-
- 19 May, 2012 1 commit
-
-
Alexandre Leray authored
-
- 18 May, 2012 1 commit
-
-
Alexandre Leray authored
-
- 15 May, 2012 2 commits
-
-
Alexandre Leray authored
-
Alexandre Leray authored
-
- 05 May, 2012 1 commit
-
-
Alexandre Leray authored
-
- 02 May, 2012 1 commit
-
-
Alexandre Leray authored
-
- 30 Apr, 2012 2 commits
-
-
Alexandre Leray authored
-
Alexandre Leray authored
-
- 27 Apr, 2012 1 commit
-
-
Alexandre Leray authored
Simplified get_markdown function
-