Jacques Distler
|
ab7f429a10
|
Security: Enforce POSTs
Spammers can bypass form_spam_protect plugin by using GET instead of POST.
Fix this, by ensuring that unsafe operations are POSTs, rather than GETs.
|
2007-10-07 17:59:20 +00:00 |
|
Matt MacGillivray
|
36b86a9d41
|
Removed deprecation errors for rails 1.2.3. Corrected test case failures as a result of updated features and functionality
|
2007-05-07 22:46:00 +00:00 |
|
Alexey Verkhovsky
|
98b2efdb5b
|
Blow away page caches when web settings are changed
|
2006-04-02 06:17:05 +00:00 |
|
Rick Okin
|
26c046cdfa
|
move to AR
|
2005-08-09 02:20:28 +00:00 |
|
Alexey Verkhovsky
|
04a8f80273
|
Further tweaking of markup error handling code
|
2005-05-29 18:40:25 +00:00 |
|
Alexey Verkhovsky
|
757e58b94f
|
Corrected error handling by admin/remove_orphaned_pages
|
2005-05-09 03:52:43 +00:00 |
|
Alexey Verkhovsky
|
b3e355f4bc
|
Fixed error message display in admin/edit_web - Rails flash handling apparently has changed
|
2005-05-09 03:41:00 +00:00 |
|
Alexey Verkhovsky
|
24f418e5b5
|
Renamed redirect_show to redirect_to_page and redirect_home
|
2005-04-28 23:07:42 +00:00 |
|
Alexey Verkhovsky
|
dfcc891795
|
Removed some code from admin/create_web, the purpose of which was incomprehensible
|
2005-03-26 00:19:31 +00:00 |
|
Alexey Verkhovsky
|
2969b38bd0
|
Fixed expected redirection path in a couple of tests
|
2005-03-26 00:15:04 +00:00 |
|
Alexey Verkhovsky
|
b333e0797c
|
More user-friendly error handling in admin/create_web
|
2005-03-26 00:09:41 +00:00 |
|
Alexey Verkhovsky
|
5e25a94e51
|
[BREAK BUILD] Upgrade URL rewriting to Routes (there is one test case in routes_test.rb that fails, and it depends on some refactoring that I agreed upon with Ulysses)
|
2005-02-15 22:41:58 +00:00 |
|
Alexey Verkhovsky
|
112a21da5c
|
Moved remove_orphaned_pages action to admin controller
|
2005-02-13 14:58:03 +00:00 |
|
Alexey Verkhovsky
|
2aa1aa8fad
|
Graceful handling of validation errors in edit_web, and a friendly confirmation in case of success
|
2005-02-10 22:05:30 +00:00 |
|
Alexey Verkhovsky
|
bc97b8d4f7
|
enhanced password checking behavior in remove_orphaned_pages;
extracted password error to application
|
2005-02-05 13:34:12 +00:00 |
|
Alexey Verkhovsky
|
09cfb5635c
|
merged edit_web and update_web into one action
|
2005-02-05 13:04:55 +00:00 |
|
Alexey Verkhovsky
|
2ca286971c
|
Web remembers max_upload_size submitted to update_web action (still is not used though)
|
2005-01-30 06:18:57 +00:00 |
|
Alexey Verkhovsky
|
63cf09059b
|
Merged new_web action into create_web
|
2005-01-28 03:44:36 +00:00 |
|
Alexey Verkhovsky
|
16dcdb6e0e
|
A friendly confirmation when a new wiki is set up
|
2005-01-28 02:57:25 +00:00 |
|
Alexey Verkhovsky
|
22e7104ea1
|
Error message look slightly better.
|
2005-01-28 02:44:22 +00:00 |
|
Alexey Verkhovsky
|
83c6eadc0c
|
Merged new_system action into create_system
|
2005-01-28 02:35:59 +00:00 |
|
Alexey Verkhovsky
|
88e52ab5a9
|
Extracted AdminController from WikiController
|
2005-01-28 01:24:31 +00:00 |
|