<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cccms/app/views/menu_items/index.html.erb, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://erdgeist.org/gitweb/cccms/atom?h=master</id>
<link rel='self' href='https://erdgeist.org/gitweb/cccms/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/'/>
<updated>2026-06-26T11:40:55Z</updated>
<entry>
<title>Stage 5 click-testing fixes</title>
<updated>2026-06-26T11:40:55Z</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2026-06-26T11:40:55Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=811bb04649365b0faaa00b1e0810bb101a4d19b1'/>
<id>urn:sha1:811bb04649365b0faaa00b1e0810bb101a4d19b1</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Rails 4.2 view fixes</title>
<updated>2026-06-25T02:35:21Z</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2026-06-25T02:35:21Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=5f8cc4fa269dadc895d99eec9ef3a82b17c5890a'/>
<id>urn:sha1:5f8cc4fa269dadc895d99eec9ef3a82b17c5890a</id>
<content type='text'>
- Replace :confirm =&gt; with :data =&gt; { :confirm =&gt; } in all link_to calls
- Fix link_to_path helper: use content_path named route instead of hash-style routing
- Fix admin/_menu.html.erb: use named routes for logout and admin index
- Fix admin layout: load jquery/jquery_ujs before jquery-ui, remove duplicate jQuery 1.3.2
- Add csrf_meta_tags to admin layout
</content>
</entry>
<entry>
<title>drag handles for menu item interface</title>
<updated>2009-09-13T11:37:29Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-09-13T11:37:29Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=bb4afc944049652f1c51124808fd64de6ebe338a'/>
<id>urn:sha1:bb4afc944049652f1c51124808fd64de6ebe338a</id>
<content type='text'>
Closes #12 #20</content>
</entry>
<entry>
<title>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 action. Will investigate.</title>
<updated>2009-08-09T12:45:12Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-08-09T12:45:12Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=97aecb984afa6a7d8d1424f544b8e32d8c87603d'/>
<id>urn:sha1:97aecb984afa6a7d8d1424f544b8e32d8c87603d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editing menu items now works to. also some minor changes</title>
<updated>2009-08-09T10:42:53Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-08-09T10:42:53Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=9e3f29257ffae63bffe4fb2023c7090cfe4a73fe'/>
<id>urn:sha1:9e3f29257ffae63bffe4fb2023c7090cfe4a73fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>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.</title>
<updated>2009-08-09T09:57:44Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-08-09T09:57:44Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=9b4d055b649ad24ad1482f72d138aa73da1e4bd7'/>
<id>urn:sha1:9b4d055b649ad24ad1482f72d138aa73da1e4bd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lots of new code to manage menu items - harder than expected :/</title>
<updated>2009-08-08T20:38:48Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-08-08T20:38:48Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=46117a9f103e2d547be2a47724e872b3f57ce983'/>
<id>urn:sha1:46117a9f103e2d547be2a47724e872b3f57ce983</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added menu items resource</title>
<updated>2009-08-08T13:38:20Z</updated>
<author>
<name>hukl</name>
<email>contact@smyck.org</email>
</author>
<published>2009-08-08T13:38:20Z</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/cccms/commit/?id=8345fb8001e82b145b9ce4c8558d4d4712ebad60'/>
<id>urn:sha1:8345fb8001e82b145b9ce4c8558d4d4712ebad60</id>
<content type='text'>
</content>
</entry>
</feed>
