diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 16:58:53 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 16:58:53 +0200 |
| commit | 420506e58fdfc84f1a5bede0a01dedf0af3bb4f3 (patch) | |
| tree | 57726b40e8aa9ccf80f874f39d3facefc0331420 /public/javascripts/tiny_mce/plugins/media/langs | |
| parent | 241d5e91b2b6716e2861cc77d319c3d3568343a8 (diff) | |
Stage 7: Rails 7.2 → 8.1 on Ruby 3.2.11
- 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
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/media/langs')
| -rw-r--r-- | public/javascripts/tiny_mce/plugins/media/langs/en_dlg.js | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/public/javascripts/tiny_mce/plugins/media/langs/en_dlg.js b/public/javascripts/tiny_mce/plugins/media/langs/en_dlg.js deleted file mode 100644 index 6d0a996..0000000 --- a/public/javascripts/tiny_mce/plugins/media/langs/en_dlg.js +++ /dev/null | |||
| @@ -1,103 +0,0 @@ | |||
| 1 | tinyMCE.addI18n('en.media_dlg',{ | ||
| 2 | title:"Insert / edit embedded media", | ||
| 3 | general:"General", | ||
| 4 | advanced:"Advanced", | ||
| 5 | file:"File/URL", | ||
| 6 | list:"List", | ||
| 7 | size:"Dimensions", | ||
| 8 | preview:"Preview", | ||
| 9 | constrain_proportions:"Constrain proportions", | ||
| 10 | type:"Type", | ||
| 11 | id:"Id", | ||
| 12 | name:"Name", | ||
| 13 | class_name:"Class", | ||
| 14 | vspace:"V-Space", | ||
| 15 | hspace:"H-Space", | ||
| 16 | play:"Auto play", | ||
| 17 | loop:"Loop", | ||
| 18 | menu:"Show menu", | ||
| 19 | quality:"Quality", | ||
| 20 | scale:"Scale", | ||
| 21 | align:"Align", | ||
| 22 | salign:"SAlign", | ||
| 23 | wmode:"WMode", | ||
| 24 | bgcolor:"Background", | ||
| 25 | base:"Base", | ||
| 26 | flashvars:"Flashvars", | ||
| 27 | liveconnect:"SWLiveConnect", | ||
| 28 | autohref:"AutoHREF", | ||
| 29 | cache:"Cache", | ||
| 30 | hidden:"Hidden", | ||
| 31 | controller:"Controller", | ||
| 32 | kioskmode:"Kiosk mode", | ||
| 33 | playeveryframe:"Play every frame", | ||
| 34 | targetcache:"Target cache", | ||
| 35 | correction:"No correction", | ||
| 36 | enablejavascript:"Enable JavaScript", | ||
| 37 | starttime:"Start time", | ||
| 38 | endtime:"End time", | ||
| 39 | href:"Href", | ||
| 40 | qtsrcchokespeed:"Choke speed", | ||
| 41 | target:"Target", | ||
| 42 | volume:"Volume", | ||
| 43 | autostart:"Auto start", | ||
| 44 | enabled:"Enabled", | ||
| 45 | fullscreen:"Fullscreen", | ||
| 46 | invokeurls:"Invoke URLs", | ||
| 47 | mute:"Mute", | ||
| 48 | stretchtofit:"Stretch to fit", | ||
| 49 | windowlessvideo:"Windowless video", | ||
| 50 | balance:"Balance", | ||
| 51 | baseurl:"Base URL", | ||
| 52 | captioningid:"Captioning id", | ||
| 53 | currentmarker:"Current marker", | ||
| 54 | currentposition:"Current position", | ||
| 55 | defaultframe:"Default frame", | ||
| 56 | playcount:"Play count", | ||
| 57 | rate:"Rate", | ||
| 58 | uimode:"UI Mode", | ||
| 59 | flash_options:"Flash options", | ||
| 60 | qt_options:"Quicktime options", | ||
| 61 | wmp_options:"Windows media player options", | ||
| 62 | rmp_options:"Real media player options", | ||
| 63 | shockwave_options:"Shockwave options", | ||
| 64 | autogotourl:"Auto goto URL", | ||
| 65 | center:"Center", | ||
| 66 | imagestatus:"Image status", | ||
| 67 | maintainaspect:"Maintain aspect", | ||
| 68 | nojava:"No java", | ||
| 69 | prefetch:"Prefetch", | ||
| 70 | shuffle:"Shuffle", | ||
| 71 | console:"Console", | ||
| 72 | numloop:"Num loops", | ||
| 73 | controls:"Controls", | ||
| 74 | scriptcallbacks:"Script callbacks", | ||
| 75 | swstretchstyle:"Stretch style", | ||
| 76 | swstretchhalign:"Stretch H-Align", | ||
| 77 | swstretchvalign:"Stretch V-Align", | ||
| 78 | sound:"Sound", | ||
| 79 | progress:"Progress", | ||
| 80 | qtsrc:"QT Src", | ||
| 81 | qt_stream_warn:"Streamed rtsp resources should be added to the QT Src field under the advanced tab.\nYou should also add a non streamed version to the Src field..", | ||
| 82 | align_top:"Top", | ||
| 83 | align_right:"Right", | ||
| 84 | align_bottom:"Bottom", | ||
| 85 | align_left:"Left", | ||
| 86 | align_center:"Center", | ||
| 87 | align_top_left:"Top left", | ||
| 88 | align_top_right:"Top right", | ||
| 89 | align_bottom_left:"Bottom left", | ||
| 90 | align_bottom_right:"Bottom right", | ||
| 91 | flv_options:"Flash video options", | ||
| 92 | flv_scalemode:"Scale mode", | ||
| 93 | flv_buffer:"Buffer", | ||
| 94 | flv_startimage:"Start image", | ||
| 95 | flv_starttime:"Start time", | ||
| 96 | flv_defaultvolume:"Default volumne", | ||
| 97 | flv_hiddengui:"Hidden GUI", | ||
| 98 | flv_autostart:"Auto start", | ||
| 99 | flv_loop:"Loop", | ||
| 100 | flv_showscalemodes:"Show scale modes", | ||
| 101 | flv_smoothvideo:"Smooth video", | ||
| 102 | flv_jscallback:"JS Callback" | ||
| 103 | }); \ No newline at end of file | ||
