0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 3 hours ago.
Apr 20, 2023 — Apr 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix delayed_observer as it was canceling space keystrokes More... over 14 years ago
Populate the new name field on the rename page with the current name of the page being renamed More... over 14 years ago
Fix vertical alignment of link-buttons; fix rename page so it doesn't have a double header More... over 14 years ago
Keep pre's within sensible dimensions and ensure that long lines are wrapped More... over 14 years ago
Patch Kramdown so <s> tags are parsed as span elements, not block elements More... over 14 years ago
Fix title More... over 14 years ago
* Add ability to assign a markup filter to a specific page so that the page's content will be run through that filter when the page is loaded. Different pages can have different filters. Available filters at this time are Markdown (through Maruku and Kramdown) and Creole (through WikiCreole). * Fix page form so that the save buttons actually work * Only password-protect the wiki if the config.yml has a username and password * Ensure that creating a new page with empty content does nothing (not even creating a metafile) More... over 14 years ago
* Revamp pages: pretty up the header and add a footer on page show and page edit that sticks to the bottom of the page * Add nice rounded buttons using SimplyButtons * Add sinatra_more so we can start using link_to and such * Convert Coconut from a classic Sinatra app to a modular one so we have something to extend sinatra_more with More... over 14 years ago
* Use Creole for formatting instead of Markdown. There just aren't any fast yet feature-complete implementations of Markdown, I'm afraid. Maruku is very spotty and doesn't seem to be maintained anymore; Kramdown looks good but it doesn't support tables (yet). * Indent nested ul's and ol's in the rendered page * Don't exclude forward-delete from firing the delayedObserver More... over 14 years ago
Don't check for the shiftKey on keyup as it fires when another key is pressed which we don't want More... over 14 years ago
Tweak non-printable characters again More... over 14 years ago
Ensure that ctrl, shift, option, and command keys do not cause the delayedObserver timer to be triggered More... over 14 years ago
* Add a 'loading' message if the preview action takes too long to come back with a response (e.g. like if you're on a shared host) * Go back to old behavior for delayedObserver where the callback is fired as soon as you stop typing More... over 14 years ago
Add a middleware that always redirects /foo/ to /foo, and provide an alias for /pages/PAGE_NAME that redirects to just /PAGE_NAME More... over 14 years ago
More tweaks to the page form: * Fix so that doesn't it flip between horizontal and vertical mode on each page refresh * Add some left and right padding to each page so it's easier to scroll downward with a touchpad esp. on the page form since there's a honking big textarea * Add some buttons right below the textarea in vertical mode * Add a link to return to the page More... over 14 years ago
Make the 'toggle scrolling' and 'toggle display' links 'sticky' by holding the settings in cookies so that reloading the form keeps the settings More... over 14 years ago
Modify .gitignore More... over 14 years ago
Add a way to toggle horizontal and vertical display to the page form More... over 14 years ago
Fix page form so that HTML entities are escaped in the textarea; also add a way to temporarily disable dual scrolling More... over 14 years ago
Add a config.ru file for Dreamhost setups and tweak the existing config.ru to ensure the proper Sinatra env variables are set More... over 14 years ago
Add config.ru More... over 14 years ago
* Fix preview on page form when writing a new page so it actually works * Add a quick way to add a new page to the "wiki empty" screen * Edit readme to list gems that coconut needs to be installed in order to function More... over 14 years ago
Tweak README More... over 14 years ago
Fix README More... over 14 years ago
Add README More... over 14 years ago
Rename Squeal to Coconut More... over 14 years ago
Finish basic feature set * Add side-by-side preview to edit form * Add HTTP authentication * Use reset and base stylesheets More... over 14 years ago
Initial commit. Fairly usable as far as basic stuff goes. More... over 14 years ago