index
:
cccms
erdgeist-revive-events
master
[no description]
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
public
/
javascripts
Age
Commit message (
Expand
)
Author
4 days
Stage 7: Rails 7.2 → 8.1 on Ruby 3.2.11
erdgeist
8 days
Update deployed state to what's currently running
erdgeist
2025-02-06
Improve worklflow
erdgeist
2025-02-05
Enhance admin view by sitemap
erdgeist
2025-02-05
fix edit node behaviour
erdgeist
2009-11-16
tinymce update. activated safari and paste plugin to prevent messy markup after copy and paste. hope that helps *sigh*
hukl
2009-10-19
page editor is initialized first
hukl
2009-10-18
re-activated admin overview screen - listing 20 recent changes and 20 current drafts. more to come
hukl
2009-10-08
enabled shadowbox for headline images on public pages. if js is disabled the regular html version is rendered
hukl
2009-09-17
added shadowbody, first js gallery initializer and template modifications
hukl
2009-09-13
the sorter needed a seperate initializer
hukl
2009-09-13
conditional initializers - not sure if this actually improves anything but it seems better this way
hukl
2009-09-12
re-enabled autosave. reduced timeout to 7 seconds which triggers only if something has actually changed
hukl
2009-09-09
added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes ge...
hukl
2009-09-09
huge tiny_mce update - now using the tiny_mce jquery build which allows tiny_mce to be initialized via jquery - great!
hukl
2009-09-09
always hide the search widget
hukl
2009-09-08
lots of gui improvements for creating nodes
hukl
2009-09-08
new interface for adding nodes. still needs a bit radio button magick
hukl
2009-09-05
fixed two js lint warnings
hukl
2009-09-02
final clean up
hukl
2009-09-02
even better
hukl
2009-09-02
more refactoring - self.bite(table)
hukl
2009-09-02
wow - jquery sucks from time to time. it works now entirely as expected but I don't know why it didn't before *sigh*
hukl
2009-09-02
corresponding css and js changes
hukl
2009-09-02
further interface improvements
hukl
2009-09-02
some drag and drop refinements
hukl
2009-09-02
only sort images if something has actually changed
hukl
2009-09-02
drag out and drag back over the droppable now works
hukl
2009-09-02
formatting
hukl
2009-09-01
Added javascript goodness to add and sort and drag and drop images on pages
hukl
2009-09-01
slight interface changes
hukl
2009-08-15
made the sorting a bit smoother by adding a placeholder
hukl
2009-08-15
the link has to be closured to make it work
hukl
2009-08-09
added sorting (via drag and drop) and deleting of menu items. Its not perfect though and needs more styling. I'm unsure about the proper route for the sort a...
hukl
2009-08-09
editing menu items now works to. also some minor changes
hukl
2009-08-09
refactored the way new menu items are created. went back to rest and added the js ajax search to fill out the form for you. much cleaner, unobtrusive approach.
hukl
2009-08-08
lots of new code to manage menu items - harder than expected :/
hukl
2009-08-08
encapsulated javascript magic into objects
hukl
2009-08-08
fixed indentation
hukl
2009-06-13
added js search widget with clickable results that will take the user to the brand new "show" version of the page. so the user doesn't create new revisions a...
hukl
2009-06-10
added basic ajax search interface. lots of css / js improvements needed but it seems to work quite okay for now. more on that tomorrow
hukl
2009-05-08
comparing content instead of string length to track changes
hukl
2009-05-08
put the whole autosave stuff into admin_interface.js
hukl
2009-05-07
autosave only when something has actually changed. this was hard. i don't like javascript
hukl
2009-04-16
added autosave to node edit view. saves every 15 seconds
hukl
2009-04-13
rebuilding the admin interface
hukl
2009-03-15
first revision and diff interface
hukl
2009-02-28
allowing the aggregate tag to be entered. I had to patch tinymce for as the self closing tags are hardcoded - very very bad !
hukl
2009-02-17
added tinymce editor for body area of pages
hukl
2009-01-29
initial import with edge rails included as a submodule
hukl