|
bffeccede2
|
fixed comments
|
2008-11-15 21:26:08 +00:00 |
|
|
4eb51ee6ae
|
updated controllers and views to use new configuration-driven database objects
|
2008-11-02 02:16:33 +00:00 |
|
|
10e076a269
|
removed extraneous whitespace
|
2008-10-28 09:16:36 +00:00 |
|
|
0c0d32834b
|
initial bug tracking factories; created pages for contact, credits and about pages
|
2008-10-27 08:52:33 +00:00 |
|
|
90f5420fac
|
removed extraneous whitespace
|
2008-10-27 07:51:47 +00:00 |
|
|
a04ef5280c
|
fixed bug that occurred on wiki pages that had not been created yet
|
2008-10-27 07:51:27 +00:00 |
|
|
2fcad8618f
|
moved PanaceaWelcomeView to default views directory
|
2008-10-27 07:48:21 +00:00 |
|
|
eed6e51ff6
|
created default view directory
|
2008-10-27 07:48:16 +00:00 |
|
|
a5d3a08c14
|
created wiki stats page
|
2008-10-27 05:41:06 +00:00 |
|
|
5d2801b67d
|
separated out wiki styles; minor style/format updates
|
2008-10-27 04:44:10 +00:00 |
|
|
a12e509014
|
minor updates
|
2008-10-26 04:02:45 +00:00 |
|
|
132bf9cb35
|
implemented javascript-driven revision comparison (with the little radio buttons)
|
2008-10-25 20:56:26 +00:00 |
|
|
187ae59d7b
|
wiki css update
|
2008-10-25 09:51:18 +00:00 |
|
|
d6032778cb
|
added message text box to edit form
|
2008-10-25 09:04:32 +00:00 |
|
|
dc4cb8dcf9
|
first pass at a colored, unified diff, using a fake longest common subsequence algorithm that doesn't quite work exactly the way i want
|
2008-10-24 10:44:24 +00:00 |
|
|
649def05df
|
added in ability to view diffs from the history page
|
2008-10-24 07:27:10 +00:00 |
|
|
cb39cca4fb
|
refactored history views to use the new Collection object
|
2008-10-24 05:39:22 +00:00 |
|
|
59bbfccef9
|
added WikiRevisionHistoryView to bootstrap
|
2008-10-22 08:17:29 +00:00 |
|
|
395f83d5dc
|
implemented the history portion of the wiki page; added the "Page" link to the wiki menu
|
2008-10-22 08:17:09 +00:00 |
|
|
378e4a31ad
|
specifying WARNING level
|
2008-10-22 06:39:17 +00:00 |
|
|
bf3dbeadb0
|
fixed line endings
|
2008-10-22 06:37:12 +00:00 |
|
|
f3bf96a5af
|
added default configuration file
|
2008-10-22 06:35:58 +00:00 |
|
|
b9733294e6
|
link styles (unicode rules)
|
2008-10-22 05:58:59 +00:00 |
|
|
bb2acc1ce1
|
now you can edit/create wiki pages
|
2008-10-22 04:25:17 +00:00 |
|
|
f90dd02210
|
updated bootstrap: WikiPageHandler -> WikiEditPageHandler
|
2008-10-22 03:57:19 +00:00 |
|
|
84141a13db
|
renamed WikiPagePostHandler to WikiEditPagePostHandler
|
2008-10-22 03:56:02 +00:00 |
|
|
e33879a0b9
|
made some panacea-specific wiki objects for ease of configuration, although that may change... but it fixed the wiki links for the moment
|
2008-10-20 05:39:54 +00:00 |
|
|
dab37a08c0
|
updated autoload to conform to new directory structure
|
2008-10-20 04:44:55 +00:00 |
|
|
751d986f29
|
moved panacea views into system views directory
|
2008-10-20 04:42:52 +00:00 |
|
|
4373891682
|
moved view factories into views directory
|
2008-10-20 03:59:02 +00:00 |
|
|
3a98f95efd
|
deleted WikiPostHandler
|
2008-10-20 03:58:01 +00:00 |
|
|
9ffd4911c1
|
moved data handlers into handlers directory
|
2008-10-20 03:57:38 +00:00 |
|
|
00b3685194
|
created directories for data handlers and system views
|
2008-10-20 03:56:01 +00:00 |
|
|
8cfcba23dc
|
moved controllers into controllers directory
|
2008-10-20 03:53:48 +00:00 |
|
|
0710aa7817
|
created directory for controllers
|
2008-10-20 03:50:40 +00:00 |
|
|
7f9c9e70d8
|
post handlers, and now you can edit wiki pages
|
2008-10-20 03:49:01 +00:00 |
|
|
edcd6127a9
|
removed unused rewrite rules from .htaccess
|
2008-10-19 05:53:42 +00:00 |
|
|
079ea35ca5
|
added query string handling to controllers/views; added wiki edit page (no editing yet, though, just viewing wiki source)
|
2008-10-19 05:48:30 +00:00 |
|
|
0ffdd23172
|
wiki menu, and created a wiki view base class
|
2008-10-19 04:43:45 +00:00 |
|
|
6d01fe82c7
|
lots of changes, added footer and main view, implemented an initial wiki page
|
2008-10-19 02:33:35 +00:00 |
|
|
4b987ca7de
|
renamed a view and a controller
|
2008-10-18 19:57:31 +00:00 |
|
|
46608fc2db
|
renamed PanaceaPageView to PanaceaHomeView
|
2008-10-18 19:57:02 +00:00 |
|
|
1e413db8c9
|
updated controller/view factories; renamed PanaceaPageController to PanaceaDefaultController
|
2008-10-18 19:55:18 +00:00 |
|
|
14cfcb9610
|
slight controller/view/architecture refactor (incomplete)
|
2008-10-18 09:02:23 +00:00 |
|
|
4631ff1374
|
made things a little prettier, modified the view structure
|
2008-10-17 08:06:49 +00:00 |
|
|
27ceeca9a8
|
fixed logo path
|
2008-10-17 05:15:18 +00:00 |
|
|
e0bcc0003b
|
main views, plus crappy logo
|
2008-10-17 05:14:48 +00:00 |
|
|
934acc18bd
|
add basic CSS file, and adjusted the RewriteRule to allow media/ stuff
|
2008-10-15 08:09:16 +00:00 |
|
|
21d5f84d72
|
got rid of the wiki-related stuff
|
2008-10-15 07:16:26 +00:00 |
|
|
12283bc63a
|
the page title is now dynamic
|
2008-10-15 07:13:44 +00:00 |
|