| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 42 hours | Improve admin search overlay layout and behaviour | erdgeist | |
| - Widen overlay (300px -> min(520px, 90vw)), centre instead of hardcoded left:400px, so it scales from mobile to desktop - Split title and unique_name into separate JSON fields and DOM elements; two-line result layout (bold title, small grey monospace path) instead of "Title (path)" wrapping awkwardly - Add small margin between title and path line - Fix event handler stacking: keyup/escape/outside-click handlers were being rebound on every display_toggle call. Moved all bindings to initialize(), display_toggle() now only shows/hides - Switch search input from keyup to input event, catching paste and cut via mouse which keyup misses - Add Escape key and outside-click to dismiss the overlay - Stop clearing search box and results on close; reopening now preserves prior search, matching standard search UI behaviour - Link search results to node_path instead of edit_node_path, since opening edit auto-locks the node - Add "press Enter to see all results" hint in dropdown - Disable browser autocomplete on search input | |||
| 5 days | Stage 6 click-testing fixes and production setup | erdgeist | |
| - file_attachment.rb: delete old upload directory before writing replacement files; fixes orphaned variants when filename or mime type changes - assets/edit.html.erb: add file upload field and current file display; the form was previously empty and non-functional - admin.css: fix button_to hover styling; buttons now show orange hover to signal interactivity - test/controllers/users_controller_test.rb: assert input[type=submit] not anchor tag for destroy action (button_to change) - test/test_helper.rb: add I18n.locale reset in setup block - doc/rc.d_cccms: fix cccms_chdir, add start_precmd for log/pid dirs, PATH export for bash wrapper, user/pid/tcp_nopush unicorn fixes - doc/INSTALL.md: new installation guide covering all non-obvious steps - Remove parked search migration from doc/ (now in db/migrate/) | |||
| 5 days | Stage 5 click-testing fixes | erdgeist | |
| - Fix link_to :method → button_to for all PUT/DELETE actions - Add button_to CSS reset to admin.css for visual consistency - Fix admin layout: replace broken jquery/jquery_ujs pipeline refs with admin_bundle via sprockets; add sprockets-rails, jquery-ui-rails gems - Add app/assets/javascripts/admin_bundle.js pipeline manifest - Fix event_information helper: use safe_join to avoid double-escaping - Fix nodes_helper: to_s(:db) → to_fs(:db) for event times - Fix revisions view: eliminate nested forms; diff button uses vanilla JS to collect radio button values before POST - Fix config/environments/development.rb and test.rb: cache_classes → enable_reloading - Add routing_filter_rails71_patch.rb version guard - Move LockedByAnotherUser to own file for Zeitwerk autoloading - Fix Globalize fallbacks via config.i18n.fallbacks in application.rb | |||
| 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 | |
| 2009-11-07 | Using password field for user passwords. Closes #43 | hukl | |
| 2009-10-20 | some more user view cleanup | hukl | |
| 2009-10-20 | cleaned up the user views a bit | hukl | |
| 2009-10-18 | re-activated admin overview screen - listing 20 recent changes and 20 current drafts. more to come | hukl | |
| 2009-10-17 | changed some node related methods and implementation of unlock | hukl | |
| 2009-10-07 | implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to ↵ | hukl | |
| create, edit, destroy other users | |||
| 2009-09-13 | drag handles for menu item interface | hukl | |
| Closes #12 #20 | |||
| 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-08 | new interface for adding nodes. still needs a bit radio button magick | hukl | |
| 2009-09-03 | flash error styling and more padding (top/bottom) for highlighted texts | hukl | |
| 2009-09-03 | visual clean up: it all starts with the login screen. this will be so minimal! | hukl | |
| 2009-09-02 | corresponding css and js changes | hukl | |
| 2009-09-02 | further interface improvements | hukl | |
| 2009-09-01 | Added javascript goodness to add and sort and drag and drop images on pages | hukl | |
| 2009-08-15 | made the sorting a bit smoother by adding a placeholder | 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-01 | introducing the restore revision functionality | hukl | |
| 2009-04-27 | seperated admin overview into partials. included recent changes | hukl | |
| 2009-04-27 | tiny style fix | hukl | |
| 2009-04-19 | tiny css fix | hukl | |
| 2009-04-18 | css addition | hukl | |
| 2009-04-18 | styling the password input as well | hukl | |
| 2009-04-16 | lowercase of course … | hukl | |
| 2009-04-16 | added autosave to node edit view. saves every 15 seconds | hukl | |
| 2009-04-13 | little layout fix | hukl | |
| 2009-04-13 | that line does the trick! | hukl | |
| 2009-04-13 | now the letter-spacing could use 1px - not more i say! | hukl | |
| 2009-04-13 | now the node index page is sexy too ! | hukl | |
| 2009-04-13 | beautified the revision and diff interface. so pretty and so functional. i'm happy | hukl | |
| 2009-04-13 | slight modifications | hukl | |
| 2009-04-13 | rebuilding the admin interface | hukl | |
| 2009-03-21 | cleaned up the node index view | hukl | |
| 2009-03-15 | including title and abstract in the diff view. | hukl | |
| 2009-03-08 | added revision column to nodes overview | hukl | |
| 2009-03-02 | added unlock functionality. not yet hooked up with permissions though. anybody can unlock. put a confirmation in front of it. destroy has to be confirmed as ↵ | hukl | |
| well | |||
| 2009-02-22 | another round of view updates | hukl | |
| 2009-02-22 | lots of view improvements - not ready though | hukl | |
| 2009-02-17 | a little style here and there | hukl | |
| 2009-02-17 | added admin layout - more to come | hukl | |
