| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 4 days | Stage 7 click-testing fixes | erdgeist | |
| - aggregate: switch to shortcode syntax [aggregate ...]; fix paragraph wrapping by excising the shortcode and its surrounding <p> before sanitize, concatenating collection output outside sanitized content - page.rb: remove aggregate XML unwrapping from rewrite_links_in_body (no longer needed with shortcode approach) - rss builders: explicit CGI.escapeHTML on title/abstract; Builder 3.3.0 does not escape when target buffer is html_safe (ActionView default) - tinymce: disable menubar and promotion nag; add code plugin, remove paste plugin (built into TinyMCE 8 core); configure via admin_interface.js directly (config/tinymce.yml affects tinymce() helper only, not tinymce.init) | |||
| 4 days | Stage 7: Rails 7.2 → 8.1 on Ruby 3.2.11 | erdgeist | |
| - Bump Rails to 8.1.3 (Ruby unchanged at 3.2.11, new gemset rails8-upgrade) - config.load_defaults 8.1; merge app:update diffs for all environment files - Remove routing-filter 0.7.0; replace with native scope '(:locale)' in routes.rb and default_url_options in ApplicationController - Delete config/initializers/routing_filter_rails71_patch.rb - Replace vendored TinyMCE 3.x (~200 files) with tinymce-rails ~> 8.3; migrate admin_interface.js from jQuery .tinymce()/advanced theme to tinymce.init(); add config/tinymce.yml; note: TinyMCE 7+ is GPL - rails-i18n ~> 8.0 added explicitly (previously indirect dependency) - awesome_nested_set, acts-as-taggable-on pinned to git main/master (gemspec activerecord < 8.1 ceiling; no functional incompatibility; repin to version once upstream releases updated gemspecs) - globalize ~> 7.0, libxml-ruby ~> 5.0, nokogiri ~> 1.18, pg ~> 1.5 - sass-rails, coffee-rails, uglifier moved from :assets group to main (Sprockets 4 convention; :assets group no longer meaningful) - Node: head, draft, lock_owner marked belongs_to optional: true - Page: node, user, editor marked belongs_to optional: true - Static assets in public/images/ and public/javascripts/ referenced via plain HTML tags; Rails 8 load_defaults raises on pipeline helpers for undeclared assets - sessions_controller_test.rb: remove stale require and dead rescue_action - users_controller_test.rb: assert button[type=submit] not input[type=submit] (Rails 8 button_to renders <button> not <input>) - test_helper.rb: node.reload after children.create! (awesome_nested_set 3.9.0 does not refresh parent in memory after callback) - 129 runs, 339 assertions, 3 failures, 0 errors — identical baseline to 7.2 | |||
| 2025-02-06 | Improve worklflow | erdgeist | |
| 2025-02-05 | Enhance admin view by sitemap | 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-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 | |
| Closes #18 | |||
| 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 ↵ | hukl | |
| get staged and are applied once that revision is published | |||
| 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-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-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 ↵ | hukl | |
| action. Will investigate. | |||
| 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-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 ↵ | hukl | |
| and locks all the time when he / she only wants to take a look at it. | |||
| 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 | |
