|
|
@0d1ed019eb9d4e582193457c2a32a71be2d89f18
|
7 years |
dozzie |
Added "page refreshed" information.
|
|
|
@d8164ebcca28595a5668d5371af18a391c40f4f0
|
7 years |
dozzie |
Added overridable DashWiki title.
|
|
|
@537ff9d4c68430f7e542f525870d96490cfc31fe
|
7 years |
dozzie |
Added templates for HTTP codes 404 and 500.
|
|
|
@e06054af1370e7a985213b9dd29f7764cb327137
|
7 years |
dozzie |
{#77} Added a footer.
I don't like the logo (too visible colours), but I …
|
|
|
@c4cb718729b9cf8cd7bc14bb054085a9db662d92
|
7 years |
dozzie |
Prepared main template and CSS stuff for moving to Django messages.
|
|
|
@e0fb71efb4ad4bde8f19a9654d44f7d8d1c7e439
|
8 years |
dozzie |
Replaced resolving dashwiki.wiki.views.handle_wiki with named URLs.
|
|
|
@e91ffc428fd61e7e35d6824d90bb3d75994b77df
|
8 years |
dozzie |
Added "dashwiki." prefix to all things in templates.
|
|
|
@06952b2c21348e12b162d5cc6df1e44993e4d9cb
|
8 years |
dozzie |
Moved stuff around to "macros" and "users" apps.
|
|
|
@ce5eb7804e7c730d20be2253621f3bdee570b1e9
|
8 years |
dozzie |
Removed typo in list_macros template.
|
|
|
@a67f1cc27e8f7fa17c909d535a97b9907e029739
|
8 years |
dozzie |
Replaced "create new page" with Django form.
|
|
|
@d1e18670e91caab0c2edbb2327880ac2f50ce489
|
8 years |
dozzie |
Migrated editing wiki to Django forms.
|
|
|
@7ad440cc62837da11535373c056dfbc9e3ced961
|
8 years |
dozzie |
Removed unnecessary conversion from Macro instance to hash in macros …
|
|
|
@5b927acd646e9caf65ad561aac241dcad1ad1b08
|
8 years |
dozzie |
Added TODO in dashwiki.wiki.wiki_forms.
|
|
|
@a51fd0d4bab901c5fe05b0be2c76d8eb6b9c4005
|
8 years |
dozzie |
Moved create/edit macros to Django forms.
|
|
|
@d2d6bdd1e35fd5c0321d5b83f37cfdf9d4247df8
|
8 years |
dozzie |
Replaced one more "remove" button with "cancel".
|
|
|
@f1eb4f616f037e72ea2d091214ca0c9e06793c04
|
8 years |
dozzie |
Replaced "remove" button with "cancel" in edit wiki form.
|
|
|
@4f7b024e3759cd37f371673c961a128141bb8d71
|
8 years |
dozzie |
Login form made back the same as it looked previously.
|
|
|
@21f6c6a53437ae3ff6cf8f095e05f1a4914c5328
|
8 years |
dozzie |
Retab in HTML.
|
|
|
@e00ef05f8d9c35f7d54feb774805419b39f26a14
|
8 years |
dozzie |
Enabled CSRF protection back.
|
|
|
@d06181a53cee4d669cd4c4d58a1c9929b61da96b
|
8 years |
dozzie |
Moved manual building of login form to Django forms.
|
|
|
@b915ca238f4e07256ef91a1775a7f0fdbacf009d
|
8 years |
dozzie |
Moved <pre> to left.
|
|
|
@1e0f09b60a0f839409d64ffe288f9a44db4f216e
|
8 years |
dozzie |
Added displaying historical pages.
|
|
|
@871d195c1a3c79428ce2ec090a9197cfbcc4fefc
|
8 years |
dozzie |
Added real history listing.
|
|
|
@79f36ab3a990573eb258d9bfef28581e7bcff261
|
8 years |
dozzie |
django.contrib.markup is no longer required.
|
|
|
@00df2fd510e3a7775d58ee17ded6882d7c08fca8
|
8 years |
dozzie |
For anonymous, removed navigation elements to stuff requiring being …
|
|
|
@ba168a5812a281489c6d7c77ca2107834bdc816c
|
8 years |
dozzie |
Logged in user now has some difference in UI.
|
|
|
@a72752fcfac32534a4f029248f240408e5459919
|
8 years |
dozzie |
Added template filter to convert DashWiki markup to HTML.
|
|
|
@701f1656031c4ba1e7f939462c9bdaf35dd1116a
|
8 years |
dozzie |
Added passing AST to templates and printing nice parse errors.
|
|
|
@c30ccdb2652da65b328253916e36c499ffdef963
|
8 years |
dozzie |
Added displaying errors in display_wiki.html template.
|
|
|
@4073cae3c3532761ff04d651f33b3ec7c6436314
|
8 years |
dozzie |
Added pre-selecting options if possible in editing macros.
|
|
|
@b5bbc1139f2490b82e2d4c754d8aeb6aefc86835
|
8 years |
dozzie |
list_macros.html template changed to be consistent with macro editing.
|
|
|
@db7f89e0c8116ca204eced19bfc2a590b31e1b33
|
8 years |
dozzie |
Fixed failures when saving changes in macros.
The bug was that the lists …
|
|
|
@e2a28f5f1d7bc1be2ad84929b97c18c3603d14dc
|
8 years |
tomek |
Added storing macros in database.
Not everything is working yet. The …
|
|
|
@763de95393a60897566a92e0bcef5ec68a4e311d
|
8 years |
dozzie |
Now serving static files is somewhat prettier.
|
|
|
@bb6764d04aac26408832d7a82be99003b415896e
|
8 years |
dozzie |
Fixed names in the edit wiki form.
|
|
|
@a32cc8ed053a478f3602199b2df8ddcbf8e2de88
|
8 years |
dozzie |
Added proper URLs to static files.
This is a wild hack on Django …
|
|
|
@f8ec649d00b9656e8b980539bf545c08f9128bd1
|
8 years |
zmudzinskibartek |
Dodalem katalog media
|
|
|
@f4ddc3bcd2acf6e3ff300343bfa955143a9ef9fb
|
8 years |
zmudzinskibartek |
Moj pierwszy branch
|
|
|
@57225b81a744d1ed8cdbcffec86eca10c8cf51fe
|
8 years |
dozzie |
Changed navigation bar's outlook.
|
|
|
@48380833447903591eee8117daadc89fdd641664
|
8 years |
dozzie |
Added login/logout forms.
|
|
|
@8f1c07c12bed616187cbc4401814c31b38a0a1fb
|
8 years |
dozzie |
Added handling macros.
|
|
|
@63c5ef7200d1fb96d0f8b4358e3cca9d59907570
|
8 years |
dozzie |
Added handling cancellation in "create page" form.
|
|
|
@aff0bfa57e67fbd91d18f9dfd5032ece340ae2dd
|
8 years |
dozzie |
Added removing pages.
|
|
|
@80caafff3993c879fd2b674b82c62913fdaf45ad
|
8 years |
dozzie |
Renamed create_page to create_wiki.
|
|
|
@270f80d2a0361249b7c29ae130e3fb8af88b1312
|
8 years |
dozzie |
Added placeholder for creating new wiki page.
|
|
|
@b29ee62ba03a927f364a1a99721c02567cfa82f4
|
8 years |
dozzie |
Added "create page" and "list macros" to navigation.
|
|
|
@01e6cb9844380ad92096bc74c59bb8bed956f5d6
|
8 years |
dozzie |
Added history and existing pages.
|
|
|
@a9653df6172b92d6cc7e3aaf527e4153786868e6
|
8 years |
dozzie |
Added better handling non-existent pages.
|
|
|
@5882870f228cda06814a473c32b4a339ff17dbf2
|
8 years |
dozzie |
Changed method in edit.
|
|
|
@b68f7d6de15b487f7851223cf8af7db6054d49c8
|
8 years |
dozzie |
Added going between edit and display wiki.
|
|
|
@b1a274430e902ec8a1e9b493b1b69edb9d0af96f
|
8 years |
dozzie |
Rearranged templates a bit.
|
|
|
@cd4bb9a037867fb87d9c900d77251e35d05ddfa6
|
8 years |
dozzie |
Added printing a template.
|