typo 5.4.4 → 5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. data/CHANGELOG +59 -28
  2. data/MAINTAINERS +9 -17
  3. data/README +28 -20
  4. data/UPGRADE +6 -2
  5. data/app/controllers/accounts_controller.rb +1 -1
  6. data/app/controllers/admin/content_controller.rb +1 -1
  7. data/app/controllers/admin/feedback_controller.rb +3 -3
  8. data/app/controllers/admin/pages_controller.rb +2 -0
  9. data/app/controllers/application_controller.rb +6 -1
  10. data/app/controllers/articles_controller.rb +13 -1
  11. data/app/helpers/application_helper.rb +5 -2
  12. data/app/helpers/authors_helper.rb +14 -3
  13. data/app/models/article.rb +6 -4
  14. data/app/models/blog.rb +0 -4
  15. data/app/models/blog_sweeper.rb +1 -1
  16. data/app/models/content.rb +10 -5
  17. data/app/models/page_cache.rb +6 -7
  18. data/app/models/user.rb +1 -0
  19. data/app/views/admin/content/_form.html.erb +13 -11
  20. data/app/views/admin/content/_images.html.erb +1 -1
  21. data/app/views/admin/content/_simple_editor.html.erb +1 -0
  22. data/app/views/admin/content/_visual_editor.html.erb +1 -0
  23. data/app/views/admin/dashboard/_overview.html.erb +7 -7
  24. data/app/views/admin/pages/_form.html.erb +1 -0
  25. data/app/views/admin/pages/_images.html.erb +18 -0
  26. data/app/views/admin/pages/_simple_editor.html.erb +1 -2
  27. data/app/views/admin/pages/_visual_editor.html.erb +2 -1
  28. data/app/views/admin/pages/index.html.erb +1 -1
  29. data/app/views/admin/settings/feedback.html.erb +2 -1
  30. data/app/views/admin/tags/edit.html.erb +1 -1
  31. data/app/views/articles/_article.html.erb +17 -13
  32. data/app/views/articles/_article_content.html.erb +1 -0
  33. data/app/views/articles/_comment_box.html.erb +1 -1
  34. data/app/views/articles/_password_form.html.erb +10 -0
  35. data/app/views/articles/groupings.html.erb +1 -1
  36. data/app/views/articles/index.html.erb +1 -2
  37. data/app/views/articles/read.html.erb +1 -4
  38. data/app/views/articles/search.html.erb +1 -1
  39. data/app/views/layouts/administration.html.erb +1 -1
  40. data/app/views/shared/_search.html.erb +1 -1
  41. data/config/ckeditor.yml +14 -0
  42. data/config/environment.rb +13 -25
  43. data/config/environments/test.rb +1 -3
  44. data/config/filemanager.yml +16 -0
  45. data/config/initializers/access_rules.rb +5 -0
  46. data/config/routes.rb +5 -1
  47. data/db/migrate/004_add_sidebars.rb +3 -9
  48. data/db/migrate/089_drop_cache_information_table.rb +31 -0
  49. data/db/migrate/090_remove_keywords_from_posts.rb +9 -0
  50. data/db/migrate/091_adds_password_protection_to_posts.rb +9 -0
  51. data/doc/CACHE.SETUP.README +36 -0
  52. data/lang/de_DE.rb +6 -1
  53. data/lang/pl_PL.rb +221 -89
  54. data/lib/filemanager.rb +53 -0
  55. data/lib/filemanager/controller.rb +217 -0
  56. data/lib/i18n_interpolation_deprecation.rb +26 -0
  57. data/lib/rails_patch/active_support.rb +4 -0
  58. data/lib/tasks/release.rake +4 -131
  59. data/lib/typo_version.rb +1 -1
  60. data/public/.htaccess +6 -5
  61. data/public/filemanager/images/avi.gif +0 -0
  62. data/public/filemanager/images/box.gif +0 -0
  63. data/public/filemanager/images/bullet.gif +0 -0
  64. data/public/filemanager/images/close.gif +0 -0
  65. data/public/filemanager/images/closelabel.gif +0 -0
  66. data/public/filemanager/images/doc.gif +0 -0
  67. data/public/filemanager/images/donate-button.gif +0 -0
  68. data/public/filemanager/images/download-icon.gif +0 -0
  69. data/public/filemanager/images/folder.gif +0 -0
  70. data/public/filemanager/images/gif.gif +0 -0
  71. data/public/filemanager/images/htm.gif +0 -0
  72. data/public/filemanager/images/html.gif +0 -0
  73. data/public/filemanager/images/image-1.jpg +0 -0
  74. data/public/filemanager/images/image.gif +0 -0
  75. data/public/filemanager/images/jpg.gif +0 -0
  76. data/public/filemanager/images/loading.gif +0 -0
  77. data/public/filemanager/images/mov.gif +0 -0
  78. data/public/filemanager/images/nextlabel.gif +0 -0
  79. data/public/filemanager/images/pdf.gif +0 -0
  80. data/public/filemanager/images/png.gif +0 -0
  81. data/public/filemanager/images/ppt.gif +0 -0
  82. data/public/filemanager/images/prevlabel.gif +0 -0
  83. data/public/filemanager/images/rar.gif +0 -0
  84. data/public/filemanager/images/rm.gif +0 -0
  85. data/public/filemanager/images/rmvb.gif +0 -0
  86. data/public/filemanager/images/separator.gif +0 -0
  87. data/public/filemanager/images/spacer.gif +0 -0
  88. data/public/filemanager/images/swf.gif +0 -0
  89. data/public/filemanager/images/thumb-1.jpg +0 -0
  90. data/public/filemanager/images/tool_copy.gif +0 -0
  91. data/public/filemanager/images/tool_cut.gif +0 -0
  92. data/public/filemanager/images/tool_del.gif +0 -0
  93. data/public/filemanager/images/tool_folder.gif +0 -0
  94. data/public/filemanager/images/tool_imagemanager.gif +0 -0
  95. data/public/filemanager/images/tool_new.gif +0 -0
  96. data/public/filemanager/images/tool_paste.gif +0 -0
  97. data/public/filemanager/images/tool_props.gif +0 -0
  98. data/public/filemanager/images/tool_refresh.gif +0 -0
  99. data/public/filemanager/images/tool_unzip.gif +0 -0
  100. data/public/filemanager/images/tool_upload.gif +0 -0
  101. data/public/filemanager/images/tool_zip.gif +0 -0
  102. data/public/filemanager/images/txt.gif +0 -0
  103. data/public/filemanager/images/unknown.gif +0 -0
  104. data/public/filemanager/images/wmv.gif +0 -0
  105. data/public/filemanager/images/xls.gif +0 -0
  106. data/public/filemanager/images/zip.gif +0 -0
  107. data/public/filemanager/javascripts/filemanager.js +6 -0
  108. data/public/filemanager/javascripts/lang/en.js +31 -0
  109. data/public/filemanager/javascripts/lang/zh_CN.js +31 -0
  110. data/public/filemanager/javascripts/lightbox.js +497 -0
  111. data/public/filemanager/javascripts/translate.js +42 -0
  112. data/public/filemanager/resources/resources.txt +1 -0
  113. data/public/filemanager/stylesheets/filelist.css +147 -0
  114. data/public/filemanager/stylesheets/general.css +135 -0
  115. data/public/filemanager/stylesheets/lightbox.css +27 -0
  116. data/public/javascripts/prototype_ext.js +117 -0
  117. data/public/stylesheets/administration.css +19 -2
  118. data/themes/dirtylicious/views/articles/_article.html.erb +16 -12
  119. data/themes/dirtylicious/views/articles/_article_content.html.erb +1 -0
  120. data/themes/dirtylicious/views/articles/_password_form.html.erb +10 -0
  121. data/themes/scribbish/views/articles/_article.html.erb +18 -14
  122. data/themes/scribbish/views/articles/_article_content.html.erb +1 -0
  123. data/themes/scribbish/views/articles/_password_form.html.erb +10 -0
  124. data/themes/standard_issue/views/articles/_article.html.erb +16 -12
  125. data/themes/standard_issue/views/articles/_article_content.html.erb +1 -0
  126. data/themes/standard_issue/views/articles/_password_form.html.erb +10 -0
  127. data/themes/true-blue-3/helpers/theme_helper.rb +2 -2
  128. data/themes/true-blue-3/images/submit_form.jpg +0 -0
  129. data/themes/true-blue-3/stylesheets/style.css +27 -3
  130. data/themes/true-blue-3/views/articles/_article.html.erb +13 -8
  131. data/themes/true-blue-3/views/articles/_article_content.html.erb +1 -0
  132. data/themes/true-blue-3/views/articles/_comment_form.html.erb +1 -1
  133. data/themes/true-blue-3/views/articles/_password_form.html.erb +10 -0
  134. data/themes/true-blue-3/views/categories/_article.html.erb +5 -0
  135. data/themes/true-blue-3/views/tags/_article.html.erb +4 -0
  136. data/themes/typographic/views/articles/_article.html.erb +16 -12
  137. data/themes/typographic/views/articles/_article_content.html.erb +1 -0
  138. data/themes/typographic/views/articles/_password_form.html.erb +10 -0
  139. data/vendor/plugins/easy-ckeditor/app/controllers/ckeditor_controller.rb +2 -1
  140. data/vendor/plugins/easy-ckeditor/lib/ckeditor.rb +1 -20
  141. data/vendor/plugins/easy-ckeditor/{tasks → lib/tasks}/ckeditor_tasks.rake +0 -0
  142. data/vendor/plugins/filemanager/app/controllers/fm/filemanager_controller.rb +22 -0
  143. data/vendor/plugins/filemanager/app/views/fm/filemanager/index.html.erb +512 -0
  144. data/vendor/plugins/filemanager/app/views/fm/filemanager/view.html.erb +67 -0
  145. data/vendor/plugins/filemanager/filemanager.yml +16 -0
  146. data/vendor/plugins/static_sidebar/lib/static_sidebar.rb +4 -2
  147. data/vendor/plugins/typo_converter/{tasks → lib/tasks}/typo_converters_tasks.rake +0 -0
  148. data/vendor/plugins/typo_login_system/lib/access_control.rb +24 -1
  149. data/vendor/plugins/typo_textfilter_code/{tasks → lib/tasks}/typo_textfilter_code_tasks.rake +0 -0
  150. data/vendor/plugins/typo_textfilter_code/lib/typo_textfilter_code.rb +4 -3
  151. data/vendor/plugins/typo_textfilter_flickr/{tasks → lib/tasks}/typo_textfilter_flickr_tasks.rake +0 -0
  152. data/vendor/plugins/typo_textfilter_htmlfilter/{tasks → lib/tasks}/typo_textfilter_htmlfilter_tasks.rake +0 -0
  153. data/vendor/plugins/typo_textfilter_lightbox/{tasks → lib/tasks}/typo_textfilter_lightbox_tasks.rake +0 -0
  154. data/vendor/plugins/typo_textfilter_markdown/{tasks → lib/tasks}/typo_textfilter_markdown_tasks.rake +0 -0
  155. data/vendor/plugins/typo_textfilter_none/{tasks → lib/tasks}/typo_textfilter_none_tasks.rake +0 -0
  156. data/vendor/plugins/typo_textfilter_smartypants/{tasks → lib/tasks}/typo_textfilter_smartypants_tasks.rake +0 -0
  157. data/vendor/plugins/typo_textfilter_textile/{tasks → lib/tasks}/typo_textfilter_textile_tasks.rake +0 -0
  158. data/vendor/plugins/typo_textfilter_textile_and_markdown/{tasks → lib/tasks}/typo_textfilter_textile_and_markdown_tasks.rake +0 -0
  159. data/vendor/plugins/xml_sidebar/views/content.rhtml +1 -1
  160. metadata +190 -195
  161. data/app/controllers/admin/cache_controller.rb +0 -9
  162. data/app/models/cache_information.rb +0 -19
  163. data/db/schema.rb +0 -242
  164. data/doc/test_themes.rb +0 -50
  165. data/public/javascripts/ckeditor/config.js +0 -27
  166. data/spec/controllers/accounts_controller_spec.rb +0 -414
  167. data/spec/controllers/admin/cache_controller_spec.rb +0 -18
  168. data/spec/controllers/admin/categories_controller_spec.rb +0 -73
  169. data/spec/controllers/admin/content_controller_spec.rb +0 -443
  170. data/spec/controllers/admin/dashboard_controller_spec.rb +0 -13
  171. data/spec/controllers/admin/feedback_controller_spec.rb +0 -308
  172. data/spec/controllers/admin/pages_controller_spec.rb +0 -80
  173. data/spec/controllers/admin/profiles_controller_spec.rb +0 -22
  174. data/spec/controllers/admin/resources_controller_spec.rb +0 -53
  175. data/spec/controllers/admin/settings_controller_spec.rb +0 -80
  176. data/spec/controllers/admin/tags_controller_spec.rb +0 -64
  177. data/spec/controllers/admin/textfilters_controller_spec.rb +0 -20
  178. data/spec/controllers/admin/themes_controller_spec.rb +0 -30
  179. data/spec/controllers/admin/users_controller_spec.rb +0 -109
  180. data/spec/controllers/application_controller_spec.rb +0 -18
  181. data/spec/controllers/articles_controller_spec.rb +0 -440
  182. data/spec/controllers/authors_controller_spec.rb +0 -42
  183. data/spec/controllers/backend_controller_spec.rb +0 -337
  184. data/spec/controllers/categories_controller_spec.rb +0 -117
  185. data/spec/controllers/comments_controller_spec.rb +0 -137
  186. data/spec/controllers/routes/articles_routing_spec.rb +0 -31
  187. data/spec/controllers/routes/xml_routing_spec.rb +0 -71
  188. data/spec/controllers/setup_controller_spec.rb +0 -24
  189. data/spec/controllers/tags_controller_spec.rb +0 -147
  190. data/spec/controllers/textfilter_controller_spec.rb +0 -192
  191. data/spec/controllers/theme_controller_spec.rb +0 -39
  192. data/spec/controllers/xml_controller_spec.rb +0 -185
  193. data/spec/factories.rb +0 -69
  194. data/spec/helpers/application_helper_spec.rb +0 -25
  195. data/spec/helpers/content_helper_spec.rb +0 -28
  196. data/spec/lib/text_filter_plugin_spec.rb +0 -15
  197. data/spec/models/amazon_sidebar_spec.rb +0 -40
  198. data/spec/models/article_closing_spec.rb +0 -42
  199. data/spec/models/article_spec.rb +0 -515
  200. data/spec/models/blog_spec.rb +0 -116
  201. data/spec/models/cache_information_spec.rb +0 -42
  202. data/spec/models/cache_support_spec.rb +0 -51
  203. data/spec/models/category_spec.rb +0 -44
  204. data/spec/models/comment_spec.rb +0 -240
  205. data/spec/models/configuration_spec.rb +0 -91
  206. data/spec/models/content_state/feedback_states_spec.rb +0 -64
  207. data/spec/models/notification_spec.rb +0 -8
  208. data/spec/models/page_cache_spec.rb +0 -30
  209. data/spec/models/page_spec.rb +0 -91
  210. data/spec/models/ping_pinger_spec.rb +0 -33
  211. data/spec/models/ping_spec.rb +0 -154
  212. data/spec/models/redirect_spec.rb +0 -17
  213. data/spec/models/resource_spec.rb +0 -39
  214. data/spec/models/route_cache_spec.rb +0 -11
  215. data/spec/models/sidebar_spec.rb +0 -7
  216. data/spec/models/static_sidebar_spec.rb +0 -17
  217. data/spec/models/tag_spec.rb +0 -65
  218. data/spec/models/text_filter_spec.rb +0 -34
  219. data/spec/models/theme_spec.rb +0 -45
  220. data/spec/models/trackback_spec.rb +0 -60
  221. data/spec/models/trigger_spec.rb +0 -40
  222. data/spec/models/user_spec.rb +0 -198
  223. data/spec/rcov.opts +0 -2
  224. data/spec/spec.opts +0 -4
  225. data/spec/spec_helper.rb +0 -133
  226. data/spec/views/articles/index_spec.rb +0 -63
  227. data/spec/views/articles/read_spec.rb +0 -67
  228. data/spec/views/comments/html_sanitization_spec.rb +0 -119
  229. data/test/fixtures/blogs.yml +0 -27
  230. data/test/fixtures/categories.yml +0 -29
  231. data/test/fixtures/categorizations.yml +0 -31
  232. data/test/fixtures/contents.yml +0 -231
  233. data/test/fixtures/feedback.yml +0 -180
  234. data/test/fixtures/notification_mailer/article +0 -3
  235. data/test/fixtures/notification_mailer/comment +0 -3
  236. data/test/fixtures/notification_mailer/trackback +0 -3
  237. data/test/fixtures/notifications.yml +0 -0
  238. data/test/fixtures/page_caches.yml +0 -7
  239. data/test/fixtures/profiles.yml +0 -27
  240. data/test/fixtures/redirects.yml +0 -10
  241. data/test/fixtures/resources.yml +0 -21
  242. data/test/fixtures/sidebars.yml +0 -10
  243. data/test/fixtures/tags.yml +0 -10
  244. data/test/fixtures/text_filters.yml +0 -37
  245. data/test/fixtures/triggers.yml +0 -1
  246. data/test/fixtures/users.yml +0 -101
  247. data/test/mocks/test/dns_mock.rb +0 -13
  248. data/test/mocks/test/flickr_mock.rb +0 -30
  249. data/test/mocks/test/http_mock.rb +0 -39
  250. data/test/mocks/test/theme_mock.rb +0 -5
  251. data/test/mocks/test/xmlrpc_mock.rb +0 -28
  252. data/test/mocks/themes/123-numbers-in-path/about.markdown +0 -0
  253. data/test/mocks/themes/CamelCaseDirectory/about.markdown +0 -0
  254. data/test/mocks/themes/i-have-special-chars/about.markdown +0 -0
  255. data/test/mocks/themes/typographic/about.markdown +0 -7
  256. data/test/mocks/themes/typographic/images/Thumbs.db +0 -0
  257. data/test/mocks/themes/typographic/images/accept.png +0 -0
  258. data/test/mocks/themes/typographic/images/accept50.png +0 -0
  259. data/test/mocks/themes/typographic/images/bg_body.jpg +0 -0
  260. data/test/mocks/themes/typographic/images/bg_white.png +0 -0
  261. data/test/mocks/themes/typographic/images/bg_wrapper.jpg +0 -0
  262. data/test/mocks/themes/typographic/images/bullet_bottom.png +0 -0
  263. data/test/mocks/themes/typographic/images/bullet_right.png +0 -0
  264. data/test/mocks/themes/typographic/images/email_open.png +0 -0
  265. data/test/mocks/themes/typographic/images/email_open50.png +0 -0
  266. data/test/mocks/themes/typographic/images/meta.png +0 -0
  267. data/test/mocks/themes/typographic/images/page_edit.png +0 -0
  268. data/test/mocks/themes/typographic/images/page_edit50.png +0 -0
  269. data/test/mocks/themes/typographic/images/tag.png +0 -0
  270. data/test/mocks/themes/typographic/images/user.png +0 -0
  271. data/test/mocks/themes/typographic/images/user50.png +0 -0
  272. data/test/mocks/themes/typographic/images/world_link.png +0 -0
  273. data/test/mocks/themes/typographic/images/world_link50.png +0 -0
  274. data/test/mocks/themes/typographic/layouts/default.html.erb +0 -42
  275. data/test/mocks/themes/typographic/preview.png +0 -0
  276. data/test/mocks/themes/typographic/stylesheets/colors.css +0 -51
  277. data/test/mocks/themes/typographic/stylesheets/layout.css +0 -346
  278. data/test/mocks/themes/typographic/stylesheets/reset.css +0 -5
  279. data/test/mocks/themes/typographic/stylesheets/style.css +0 -36
  280. data/test/mocks/themes/typographic/views/articles/_article.html.erb +0 -41
  281. data/test/mocks/themes/typographic/views/articles/_comment.html.erb +0 -14
  282. data/test/mocks/themes/typographic/views/articles/_comment_form.html.erb +0 -48
  283. data/test/mocks/themes/typographic/views/articles/_comment_list.html.erb +0 -7
  284. data/test/mocks/themes/typographic/views/articles/_trackback.html.erb +0 -9
  285. data/test/mocks/themes/typographic/views/articles/comment_preview.html.erb +0 -10
  286. data/test/mocks/themes/typographic/views/articles/index.html.erb +0 -5
  287. data/test/mocks/themes/typographic/views/articles/read.html.erb +0 -42
  288. data/test/mocks/themes/typographic/views/shared/_search.html.erb +0 -17
  289. data/test/mocks/themes/typographic/views/theme/static_view_test.html.erb +0 -1
  290. data/test/test_helper.rb +0 -13
  291. data/themes/true-blue-3/images/frederic-de-villamil.jpg +0 -0
  292. data/themes/true-blue-3/images/textarea_bg.jpg +0 -0
@@ -0,0 +1,67 @@
1
+ <%
2
+ randome_key = Time.new.to_i
3
+ path = @lock_path + @controller.encode(@path) + '?' + randome_key.to_s
4
+ if @controller.is_image?
5
+ %>
6
+
7
+ <a href="<%= path %>" rel="lightbox"><img onload="if (this.width > 290) {this.width = 290}" src="<%= path %>" border="0" /></a>
8
+ <%
9
+ elsif @controller.is_flash?
10
+ %>
11
+ <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" height="295" width="295">
12
+ <param name="movie" value="<%= path %>" />
13
+ <param name="quality" value="high" />
14
+ <embed src="<%= path %>" quality="high" name="home" align="middle" type="application/x-shockwave-flash" height="295" width="295" pluginspage="http://www.macromedia.com/go/getflashplayer" />
15
+ </object>
16
+ <%
17
+ elsif @controller.is_rm?
18
+ %>
19
+ <embed type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="ImageWindow" HEIGHT="240" WIDTH="295" AUTOSTART="true" MAINTAINSPECT="TRUE"/>
20
+ <embed SRC="<%= path %>" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="default" HEIGHT="50" WIDTH="295" AUTOSTART="true" />
21
+ <!--
22
+ <object width="300" height="240" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA">
23
+ <param name="CONTROLS" value="ImageWindow">
24
+ <param name="CONSOLE" value="Video">
25
+ <param name="CENTER" value="TRUE">
26
+ <param name="MAINTAINSPECT" value="TRUE">
27
+ </object>
28
+ <object width="300" height="30" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA">
29
+ <param name="CONTROLS" value="StatusBar">
30
+ <param name="CONSOLE" value="Video">
31
+ </object>
32
+ <object width="300" height="30" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA">
33
+ <param name="CONTROLS" value="ControlPanel">
34
+ <param name="CONSOLE" value="Video">
35
+ <param name="SRC" value="<%= path %>">
36
+ <param name="AUTOSTART" value="TRUE">
37
+ <param name="PREFETCH" value="0">
38
+ <param name="LOOP" value="0">
39
+ <param name="NUMLOOP" value="0">
40
+ </object>
41
+ -->
42
+ <%
43
+ elsif @controller.is_movie?
44
+ %>
45
+ <embed SRC="<%= path %>" CONSOLE="Clip1" CONTROLS="All" HEIGHT="295" WIDTH="295" AUTOSTART="true" />
46
+ <%
47
+ elsif @controller.is_plain?
48
+ %>
49
+ <iframe width=300 height=300 frameborder=0 scrolling=auto src="<%= path %>"></iframe>
50
+ <%
51
+ elsif @controller.is_office?
52
+ %>
53
+ <iframe width=300 height=300 frameborder=0 scrolling=auto src="<%= path %>"></iframe>
54
+ <%
55
+ elsif @controller.is_none?
56
+ %>
57
+ <%
58
+ else
59
+ %>
60
+ <div style="font-weight:normal;">
61
+ <pre>
62
+ <%= @controller.file_content %>
63
+ </pre>
64
+ </div>
65
+ <%
66
+ end
67
+ %>
@@ -0,0 +1,16 @@
1
+ image.type: jpg gif png
2
+ flash.type: swf
3
+ movie.type: mov avi wmv
4
+ rm.type: rm rmvb
5
+ plain.type: txt ini inf html htm rb jsp php asp
6
+ office.type: doc dot xls xla ppt pps ppz pot hlp chm ods
7
+ word.type: doc dot
8
+ excel.type: xls xla ods
9
+ ppt.type: ppt pps ppz pot
10
+ help.type: hlp chm
11
+ none.type: rar zip
12
+ resources.url: /filemanager/resources
13
+ resources.path: <%= RAILS_ROOT %>/public/filemanager/resources
14
+ encoding.to: UTF-8
15
+ encoding.from:
16
+ temp.dir:
@@ -3,8 +3,10 @@ class StaticSidebar < Sidebar
3
3
  <ul>
4
4
  <li><a href="http://www.typosphere.org" title="Typo">Typosphere</a></li>
5
5
  <li><a href="http://typogarden.org">Typogarden</a></li>
6
- <li><a href="http://www.bofh.org.uk" title="Just a Summary">Just A Summary</a></li>
7
- <li><a href="http://fredericdevillamil.com" title="Frédéric de Villamil">Ergonomie, Rails et Architecture de l'information web</a></li>
6
+ <li><a href="http://t37.net.com" title="Ergonomie Web">Frédéric</a></li>
7
+ <li><a href="http://www.matijs.net/" title="Matijs">Matijs</a></li>
8
+ <li><a href="http://blog.shingara.fr" title="Cyril">Cyril</a></li>
9
+ <li><a href="http://www.bofh.org.uk" title="Just a Summary">Piers</a></li>
8
10
  <li><a href="/admin">Admin</a></li>
9
11
  </ul>
10
12
  }
@@ -76,12 +76,35 @@ module AccessControl
76
76
  return controllers.uniq.compact
77
77
  end
78
78
 
79
+ def search_plugins_directory
80
+ plugins_root = File.join(RAILS_ROOT, 'vendor', 'plugins')
81
+ Dir.glob("#{plugins_root}/typo_plugin_*").select do |file|
82
+ File.readable?(File.join(plugin_admin_controller_path(file), file.split("#{plugins_root}/typo_plugin_").second + "_controller.rb"))
83
+ end.compact
84
+ end
85
+
86
+ def get_plugin_litteral_name(plugin)
87
+ get_plugin_controller_name(plugin).tr('_', ' ').capitalize
88
+ end
89
+
90
+ def get_plugin_controller_name(plugin)
91
+ plugin.split("#{plugin_root}/typo_plugin_").second
92
+ end
93
+
79
94
  private
80
95
  def mappers(role)
81
96
  @mappers.select { |m| m.roles.include?(role.to_s.downcase.to_sym) }
82
97
  end
98
+
99
+ def plugin_root
100
+ File.join(RAILS_ROOT, 'vendor', 'plugins')
101
+ end
102
+
103
+ def plugin_admin_controller_path(plugin)
104
+ File.join("#{plugin}", "lib", "app", "controllers", "admin")
105
+ end
83
106
  end
84
-
107
+
85
108
  class Mapper
86
109
  attr_reader :project_modules, :roles
87
110
 
@@ -30,8 +30,9 @@ You can use `<typo:code>` to include syntax-highlighted code blocks. Example:
30
30
  This uses the Ruby [Syntax](http://coderay.rubychan.de) module. Options:
31
31
 
32
32
  * **lang**. Sets the programming language. Currently supported languages are
33
- `ruby`, `C`, `Delphi`, `HTML`, `RHTML`, `Nitro-XHTML`, `CSS`, `Diff`, `Java`, `Javascript` and `yaml`. Other languages will format correctly but will not
34
- have syntax highlighting.
33
+ *C, C++ (&#42;), CSS, Delphi, diff, Groovy (&#42;), HTML, Java, JavaScript, JSON,
34
+ PHP (&#42;), Python (&#42;), RHTML, Ruby, Scheme, SQL (&#42;), XHTML, XML, YAML.
35
+ &#42; Only available in CodeRay >= 0.9.1
35
36
  * **linenumber**. Turns on line numbering. Use `linenumber="true"` to enable.
36
37
  * **title**. Adds a title block to the top of the code block.
37
38
  }
@@ -50,7 +51,7 @@ have syntax highlighting.
50
51
  text = text.to_s.gsub(/\r/,'').gsub(/\A\n/,'').chomp
51
52
 
52
53
  begin
53
- text = CodeRay.scan(text, lang.to_sym).span(options)
54
+ text = CodeRay.scan(text, lang.downcase.to_sym).span(options)
54
55
  rescue
55
56
  text = HTMLEntities.new("xhtml1").encode(text)
56
57
  end
@@ -4,7 +4,7 @@
4
4
  <li><a href="<%= url_for :controller => 'articles', :action => 'index', :format => @sidebar.format_strip %>" title="Articles feed"><%= _("Articles")%></a></li>
5
5
  <% end %>
6
6
  <% if @sidebar.comments -%>
7
- <li><a href="<%= admin_comments_url(:format=>@sidebar.format_strip) %>" title="Comments feed" test="<%= @sidebar.format_strip%>"><%= _("Comments")%></a></li>
7
+ <li><a href="<%= admin_comments_url(:format=>@sidebar.format_strip) %>" title="Comments feed"><%= _("Comments")%></a></li>
8
8
  <% end %>
9
9
  <% if @sidebar.trackbacks -%>
10
10
  <li><a href="<%= url_for :controller=>'xml', :action=>'feed', :format => @sidebar.format_strip, :type => 'trackbacks' %>" title="Trackbacks feed"><%= _("Trackbacks")%></a></li>
metadata CHANGED
@@ -1,7 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typo
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.4
4
+ prerelease: false
5
+ segments:
6
+ - 5
7
+ - 5
8
+ version: "5.5"
5
9
  platform: ruby
6
10
  authors:
7
11
  - "Fr\xC3\xA9d\xC3\xA9ric de Villamil"
@@ -9,119 +13,156 @@ autorequire:
9
13
  bindir: bin
10
14
  cert_chain: []
11
15
 
12
- date: 2010-04-05 00:00:00 +02:00
16
+ date: 2010-07-22 00:00:00 +02:00
13
17
  default_executable:
14
18
  dependencies:
15
19
  - !ruby/object:Gem::Dependency
16
20
  name: rails
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
21
+ prerelease: false
22
+ requirement: &id001 !ruby/object:Gem::Requirement
20
23
  requirements:
21
24
  - - "="
22
25
  - !ruby/object:Gem::Version
23
- version: 2.3.5
24
- version:
26
+ segments:
27
+ - 2
28
+ - 3
29
+ - 8
30
+ version: 2.3.8
31
+ type: :runtime
32
+ version_requirements: *id001
25
33
  - !ruby/object:Gem::Dependency
26
34
  name: rails-app-installer
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
35
+ prerelease: false
36
+ requirement: &id002 !ruby/object:Gem::Requirement
30
37
  requirements:
31
38
  - - ">="
32
39
  - !ruby/object:Gem::Version
40
+ segments:
41
+ - 0
42
+ - 2
43
+ - 0
33
44
  version: 0.2.0
34
- version:
45
+ type: :runtime
46
+ version_requirements: *id002
35
47
  - !ruby/object:Gem::Dependency
36
48
  name: ruby-debug
37
- type: :runtime
38
- version_requirement:
39
- version_requirements: !ruby/object:Gem::Requirement
49
+ prerelease: false
50
+ requirement: &id003 !ruby/object:Gem::Requirement
40
51
  requirements:
41
52
  - - ">="
42
53
  - !ruby/object:Gem::Version
54
+ segments:
55
+ - 0
56
+ - 10
57
+ - 3
43
58
  version: 0.10.3
44
- version:
59
+ type: :runtime
60
+ version_requirements: *id003
45
61
  - !ruby/object:Gem::Dependency
46
62
  name: flexmock
47
- type: :runtime
48
- version_requirement:
49
- version_requirements: !ruby/object:Gem::Requirement
63
+ prerelease: false
64
+ requirement: &id004 !ruby/object:Gem::Requirement
50
65
  requirements:
51
66
  - - ">="
52
67
  - !ruby/object:Gem::Version
68
+ segments:
69
+ - 0
70
+ - 8
71
+ - 3
53
72
  version: 0.8.3
54
- version:
73
+ type: :runtime
74
+ version_requirements: *id004
55
75
  - !ruby/object:Gem::Dependency
56
76
  name: rspec-rails
57
- type: :runtime
58
- version_requirement:
59
- version_requirements: !ruby/object:Gem::Requirement
77
+ prerelease: false
78
+ requirement: &id005 !ruby/object:Gem::Requirement
60
79
  requirements:
61
80
  - - "="
62
81
  - !ruby/object:Gem::Version
63
- version: 1.2.7.1
64
- version:
82
+ segments:
83
+ - 1
84
+ - 3
85
+ - 2
86
+ version: 1.3.2
87
+ type: :runtime
88
+ version_requirements: *id005
65
89
  - !ruby/object:Gem::Dependency
66
90
  name: bluecloth
67
- type: :runtime
68
- version_requirement:
69
- version_requirements: !ruby/object:Gem::Requirement
91
+ prerelease: false
92
+ requirement: &id006 !ruby/object:Gem::Requirement
70
93
  requirements:
71
94
  - - ~>
72
95
  - !ruby/object:Gem::Version
96
+ segments:
97
+ - 2
98
+ - 0
99
+ - 5
73
100
  version: 2.0.5
74
- version:
101
+ type: :runtime
102
+ version_requirements: *id006
75
103
  - !ruby/object:Gem::Dependency
76
104
  name: htmlentities
77
- type: :runtime
78
- version_requirement:
79
- version_requirements: !ruby/object:Gem::Requirement
105
+ prerelease: false
106
+ requirement: &id007 !ruby/object:Gem::Requirement
80
107
  requirements:
81
108
  - - ">="
82
109
  - !ruby/object:Gem::Version
110
+ segments:
111
+ - 0
83
112
  version: "0"
84
- version:
113
+ type: :runtime
114
+ version_requirements: *id007
85
115
  - !ruby/object:Gem::Dependency
86
116
  name: json
87
- type: :runtime
88
- version_requirement:
89
- version_requirements: !ruby/object:Gem::Requirement
117
+ prerelease: false
118
+ requirement: &id008 !ruby/object:Gem::Requirement
90
119
  requirements:
91
120
  - - ">="
92
121
  - !ruby/object:Gem::Version
122
+ segments:
123
+ - 0
93
124
  version: "0"
94
- version:
125
+ type: :runtime
126
+ version_requirements: *id008
95
127
  - !ruby/object:Gem::Dependency
96
128
  name: calendar_date_select
97
- type: :runtime
98
- version_requirement:
99
- version_requirements: !ruby/object:Gem::Requirement
129
+ prerelease: false
130
+ requirement: &id009 !ruby/object:Gem::Requirement
100
131
  requirements:
101
132
  - - ">="
102
133
  - !ruby/object:Gem::Version
134
+ segments:
135
+ - 0
103
136
  version: "0"
104
- version:
137
+ type: :runtime
138
+ version_requirements: *id009
105
139
  - !ruby/object:Gem::Dependency
106
140
  name: coderay
107
- type: :runtime
108
- version_requirement:
109
- version_requirements: !ruby/object:Gem::Requirement
141
+ prerelease: false
142
+ requirement: &id010 !ruby/object:Gem::Requirement
110
143
  requirements:
111
144
  - - ~>
112
145
  - !ruby/object:Gem::Version
113
- version: "0.8"
114
- version:
146
+ segments:
147
+ - 0
148
+ - 9
149
+ version: "0.9"
150
+ type: :runtime
151
+ version_requirements: *id010
115
152
  - !ruby/object:Gem::Dependency
116
153
  name: RedCloth
117
- type: :runtime
118
- version_requirement:
119
- version_requirements: !ruby/object:Gem::Requirement
154
+ prerelease: false
155
+ requirement: &id011 !ruby/object:Gem::Requirement
120
156
  requirements:
121
157
  - - ~>
122
158
  - !ruby/object:Gem::Version
159
+ segments:
160
+ - 4
161
+ - 2
162
+ - 2
123
163
  version: 4.2.2
124
- version:
164
+ type: :runtime
165
+ version_requirements: *id011
125
166
  description:
126
167
  email: frederic@de-villamil.com
127
168
  executables:
@@ -137,7 +178,6 @@ files:
137
178
  - app/apis/typo_web_service.rb
138
179
  - app/controllers/accounts_controller.rb
139
180
  - app/controllers/admin/base_controller.rb
140
- - app/controllers/admin/cache_controller.rb
141
181
  - app/controllers/admin/categories_controller.rb
142
182
  - app/controllers/admin/content_controller.rb
143
183
  - app/controllers/admin/dashboard_controller.rb
@@ -202,7 +242,6 @@ files:
202
242
  - app/models/article.rb
203
243
  - app/models/blog.rb
204
244
  - app/models/blog_sweeper.rb
205
- - app/models/cache_information.rb
206
245
  - app/models/categorization.rb
207
246
  - app/models/category.rb
208
247
  - app/models/comment.rb
@@ -264,6 +303,7 @@ files:
264
303
  - app/views/admin/feedback/edit.html.erb
265
304
  - app/views/admin/feedback/index.html.erb
266
305
  - app/views/admin/pages/_form.html.erb
306
+ - app/views/admin/pages/_images.html.erb
267
307
  - app/views/admin/pages/_pages.html.erb
268
308
  - app/views/admin/pages/_simple_editor.html.erb
269
309
  - app/views/admin/pages/_visual_editor.html.erb
@@ -310,11 +350,13 @@ files:
310
350
  - app/views/admin/users/index.html.erb
311
351
  - app/views/admin/users/new.html.erb
312
352
  - app/views/articles/_article.html.erb
353
+ - app/views/articles/_article_content.html.erb
313
354
  - app/views/articles/_atom_feed.atom.builder
314
355
  - app/views/articles/_comment.html.erb
315
356
  - app/views/articles/_comment_box.html.erb
316
357
  - app/views/articles/_comment_error.html.erb
317
358
  - app/views/articles/_comment_failed.html.erb
359
+ - app/views/articles/_password_form.html.erb
318
360
  - app/views/articles/_rss20_feed.rss.builder
319
361
  - app/views/articles/_trackback.html.erb
320
362
  - app/views/articles/archives.html.erb
@@ -372,12 +414,14 @@ files:
372
414
  - bin/typo
373
415
  - CHANGELOG
374
416
  - config/boot.rb
417
+ - config/ckeditor.yml
375
418
  - config/database.yml.example
376
419
  - config/environment.rb
377
420
  - config/environments/cucumber.rb
378
421
  - config/environments/development.rb
379
422
  - config/environments/production.rb
380
423
  - config/environments/test.rb
424
+ - config/filemanager.yml
381
425
  - config/initializers/access_rules.rb
382
426
  - config/initializers/inflector.rb
383
427
  - config/initializers/mime_types.rb
@@ -479,10 +523,12 @@ files:
479
523
  - db/migrate/086_add_user_last_connection.rb
480
524
  - db/migrate/087_drop_blacklist_patterns.rb
481
525
  - db/migrate/088_drop_session_table.rb
526
+ - db/migrate/089_drop_cache_information_table.rb
527
+ - db/migrate/090_remove_keywords_from_posts.rb
528
+ - db/migrate/091_adds_password_protection_to_posts.rb
482
529
  - db/schema.mysql-v3.sql
483
530
  - db/schema.mysql.sql
484
531
  - db/schema.postgresql.sql
485
- - db/schema.rb
486
532
  - db/schema.sqlite.sql
487
533
  - db/schema.sqlite3.sql
488
534
  - db/schema.sqlserver.sql
@@ -490,8 +536,8 @@ files:
490
536
  - db/scripts/fix_permalinks.rb
491
537
  - db/updates/update.168.to.200.mysql.sql
492
538
  - db/updates/update.168.to.200.psql.sql
539
+ - doc/CACHE.SETUP.README
493
540
  - doc/Installer.txt
494
- - doc/test_themes.rb
495
541
  - installer/apache13.conf.example.template
496
542
  - installer/apache20.conf.example.template
497
543
  - installer/lighttpd.conf.example.template
@@ -510,6 +556,8 @@ files:
510
556
  - lib/backpack_api.rb
511
557
  - lib/bare_migration.rb
512
558
  - lib/email_notify.rb
559
+ - lib/filemanager/controller.rb
560
+ - lib/filemanager.rb
513
561
  - lib/format.rb
514
562
  - lib/generators/sidebar/sidebar_generator.rb
515
563
  - lib/generators/sidebar/templates/content.html.erb
@@ -517,8 +565,10 @@ files:
517
565
  - lib/generators/sidebar/templates/Rakefile
518
566
  - lib/generators/sidebar/templates/sidebar.rb
519
567
  - lib/generators/sidebar/templates/unit_test.rb
568
+ - lib/i18n_interpolation_deprecation.rb
520
569
  - lib/migrator.rb
521
570
  - lib/rails_patch/active_record.rb
571
+ - lib/rails_patch/active_support.rb
522
572
  - lib/route_cache.rb
523
573
  - lib/sidebars/component_plugin.rb
524
574
  - lib/sidebars/consolidated_plugin.rb
@@ -544,6 +594,61 @@ files:
544
594
  - public/dispatch.fcgi
545
595
  - public/dispatch.rb
546
596
  - public/favicon.ico
597
+ - public/filemanager/images/avi.gif
598
+ - public/filemanager/images/box.gif
599
+ - public/filemanager/images/bullet.gif
600
+ - public/filemanager/images/close.gif
601
+ - public/filemanager/images/closelabel.gif
602
+ - public/filemanager/images/doc.gif
603
+ - public/filemanager/images/donate-button.gif
604
+ - public/filemanager/images/download-icon.gif
605
+ - public/filemanager/images/folder.gif
606
+ - public/filemanager/images/gif.gif
607
+ - public/filemanager/images/htm.gif
608
+ - public/filemanager/images/html.gif
609
+ - public/filemanager/images/image-1.jpg
610
+ - public/filemanager/images/image.gif
611
+ - public/filemanager/images/jpg.gif
612
+ - public/filemanager/images/loading.gif
613
+ - public/filemanager/images/mov.gif
614
+ - public/filemanager/images/nextlabel.gif
615
+ - public/filemanager/images/pdf.gif
616
+ - public/filemanager/images/png.gif
617
+ - public/filemanager/images/ppt.gif
618
+ - public/filemanager/images/prevlabel.gif
619
+ - public/filemanager/images/rar.gif
620
+ - public/filemanager/images/rm.gif
621
+ - public/filemanager/images/rmvb.gif
622
+ - public/filemanager/images/separator.gif
623
+ - public/filemanager/images/spacer.gif
624
+ - public/filemanager/images/swf.gif
625
+ - public/filemanager/images/thumb-1.jpg
626
+ - public/filemanager/images/tool_copy.gif
627
+ - public/filemanager/images/tool_cut.gif
628
+ - public/filemanager/images/tool_del.gif
629
+ - public/filemanager/images/tool_folder.gif
630
+ - public/filemanager/images/tool_imagemanager.gif
631
+ - public/filemanager/images/tool_new.gif
632
+ - public/filemanager/images/tool_paste.gif
633
+ - public/filemanager/images/tool_props.gif
634
+ - public/filemanager/images/tool_refresh.gif
635
+ - public/filemanager/images/tool_unzip.gif
636
+ - public/filemanager/images/tool_upload.gif
637
+ - public/filemanager/images/tool_zip.gif
638
+ - public/filemanager/images/txt.gif
639
+ - public/filemanager/images/unknown.gif
640
+ - public/filemanager/images/wmv.gif
641
+ - public/filemanager/images/xls.gif
642
+ - public/filemanager/images/zip.gif
643
+ - public/filemanager/javascripts/filemanager.js
644
+ - public/filemanager/javascripts/lang/en.js
645
+ - public/filemanager/javascripts/lang/zh_CN.js
646
+ - public/filemanager/javascripts/lightbox.js
647
+ - public/filemanager/javascripts/translate.js
648
+ - public/filemanager/resources/resources.txt
649
+ - public/filemanager/stylesheets/filelist.css
650
+ - public/filemanager/stylesheets/general.css
651
+ - public/filemanager/stylesheets/lightbox.css
547
652
  - public/images/admin/loading.gif
548
653
  - public/images/admin/typologo.gif
549
654
  - public/images/admin/ui-bg_diagonals-thick_90_eeeeee_40x40.png
@@ -587,7 +692,6 @@ files:
587
692
  - public/javascripts/ckeditor/ckeditor_basic_source.js
588
693
  - public/javascripts/ckeditor/ckeditor_source.js
589
694
  - public/javascripts/ckeditor/config.bak
590
- - public/javascripts/ckeditor/config.js
591
695
  - public/javascripts/ckeditor/contents.css
592
696
  - public/javascripts/ckeditor/images/spacer.gif
593
697
  - public/javascripts/ckeditor/INSTALL.html
@@ -850,6 +954,7 @@ files:
850
954
  - public/javascripts/lang/zh_TW.js
851
955
  - public/javascripts/lightbox.js
852
956
  - public/javascripts/prototype.js
957
+ - public/javascripts/prototype_ext.js
853
958
  - public/javascripts/quicktags.js
854
959
  - public/javascripts/scriptaculous.js
855
960
  - public/javascripts/slider.js
@@ -891,131 +996,6 @@ files:
891
996
  - script/server
892
997
  - script/spacecheck
893
998
  - script/spec
894
- - spec/controllers/accounts_controller_spec.rb
895
- - spec/controllers/admin/cache_controller_spec.rb
896
- - spec/controllers/admin/categories_controller_spec.rb
897
- - spec/controllers/admin/content_controller_spec.rb
898
- - spec/controllers/admin/dashboard_controller_spec.rb
899
- - spec/controllers/admin/feedback_controller_spec.rb
900
- - spec/controllers/admin/pages_controller_spec.rb
901
- - spec/controllers/admin/profiles_controller_spec.rb
902
- - spec/controllers/admin/resources_controller_spec.rb
903
- - spec/controllers/admin/settings_controller_spec.rb
904
- - spec/controllers/admin/tags_controller_spec.rb
905
- - spec/controllers/admin/textfilters_controller_spec.rb
906
- - spec/controllers/admin/themes_controller_spec.rb
907
- - spec/controllers/admin/users_controller_spec.rb
908
- - spec/controllers/application_controller_spec.rb
909
- - spec/controllers/articles_controller_spec.rb
910
- - spec/controllers/authors_controller_spec.rb
911
- - spec/controllers/backend_controller_spec.rb
912
- - spec/controllers/categories_controller_spec.rb
913
- - spec/controllers/comments_controller_spec.rb
914
- - spec/controllers/routes/articles_routing_spec.rb
915
- - spec/controllers/routes/xml_routing_spec.rb
916
- - spec/controllers/setup_controller_spec.rb
917
- - spec/controllers/tags_controller_spec.rb
918
- - spec/controllers/textfilter_controller_spec.rb
919
- - spec/controllers/theme_controller_spec.rb
920
- - spec/controllers/xml_controller_spec.rb
921
- - spec/factories.rb
922
- - spec/helpers/application_helper_spec.rb
923
- - spec/helpers/content_helper_spec.rb
924
- - spec/lib/text_filter_plugin_spec.rb
925
- - spec/models/amazon_sidebar_spec.rb
926
- - spec/models/article_closing_spec.rb
927
- - spec/models/article_spec.rb
928
- - spec/models/blog_spec.rb
929
- - spec/models/cache_information_spec.rb
930
- - spec/models/cache_support_spec.rb
931
- - spec/models/category_spec.rb
932
- - spec/models/comment_spec.rb
933
- - spec/models/configuration_spec.rb
934
- - spec/models/content_state/feedback_states_spec.rb
935
- - spec/models/notification_spec.rb
936
- - spec/models/page_cache_spec.rb
937
- - spec/models/page_spec.rb
938
- - spec/models/ping_pinger_spec.rb
939
- - spec/models/ping_spec.rb
940
- - spec/models/redirect_spec.rb
941
- - spec/models/resource_spec.rb
942
- - spec/models/route_cache_spec.rb
943
- - spec/models/sidebar_spec.rb
944
- - spec/models/static_sidebar_spec.rb
945
- - spec/models/tag_spec.rb
946
- - spec/models/text_filter_spec.rb
947
- - spec/models/theme_spec.rb
948
- - spec/models/trackback_spec.rb
949
- - spec/models/trigger_spec.rb
950
- - spec/models/user_spec.rb
951
- - spec/rcov.opts
952
- - spec/spec.opts
953
- - spec/spec_helper.rb
954
- - spec/views/articles/index_spec.rb
955
- - spec/views/articles/read_spec.rb
956
- - spec/views/comments/html_sanitization_spec.rb
957
- - test/fixtures/blogs.yml
958
- - test/fixtures/categories.yml
959
- - test/fixtures/categorizations.yml
960
- - test/fixtures/contents.yml
961
- - test/fixtures/feedback.yml
962
- - test/fixtures/notification_mailer/article
963
- - test/fixtures/notification_mailer/comment
964
- - test/fixtures/notification_mailer/trackback
965
- - test/fixtures/notifications.yml
966
- - test/fixtures/page_caches.yml
967
- - test/fixtures/profiles.yml
968
- - test/fixtures/redirects.yml
969
- - test/fixtures/resources.yml
970
- - test/fixtures/sidebars.yml
971
- - test/fixtures/tags.yml
972
- - test/fixtures/text_filters.yml
973
- - test/fixtures/triggers.yml
974
- - test/fixtures/users.yml
975
- - test/mocks/test/dns_mock.rb
976
- - test/mocks/test/flickr_mock.rb
977
- - test/mocks/test/http_mock.rb
978
- - test/mocks/test/theme_mock.rb
979
- - test/mocks/test/xmlrpc_mock.rb
980
- - test/mocks/themes/123-numbers-in-path/about.markdown
981
- - test/mocks/themes/CamelCaseDirectory/about.markdown
982
- - test/mocks/themes/i-have-special-chars/about.markdown
983
- - test/mocks/themes/typographic/about.markdown
984
- - test/mocks/themes/typographic/images/accept.png
985
- - test/mocks/themes/typographic/images/accept50.png
986
- - test/mocks/themes/typographic/images/bg_body.jpg
987
- - test/mocks/themes/typographic/images/bg_white.png
988
- - test/mocks/themes/typographic/images/bg_wrapper.jpg
989
- - test/mocks/themes/typographic/images/bullet_bottom.png
990
- - test/mocks/themes/typographic/images/bullet_right.png
991
- - test/mocks/themes/typographic/images/email_open.png
992
- - test/mocks/themes/typographic/images/email_open50.png
993
- - test/mocks/themes/typographic/images/meta.png
994
- - test/mocks/themes/typographic/images/page_edit.png
995
- - test/mocks/themes/typographic/images/page_edit50.png
996
- - test/mocks/themes/typographic/images/tag.png
997
- - test/mocks/themes/typographic/images/Thumbs.db
998
- - test/mocks/themes/typographic/images/user.png
999
- - test/mocks/themes/typographic/images/user50.png
1000
- - test/mocks/themes/typographic/images/world_link.png
1001
- - test/mocks/themes/typographic/images/world_link50.png
1002
- - test/mocks/themes/typographic/layouts/default.html.erb
1003
- - test/mocks/themes/typographic/preview.png
1004
- - test/mocks/themes/typographic/stylesheets/colors.css
1005
- - test/mocks/themes/typographic/stylesheets/layout.css
1006
- - test/mocks/themes/typographic/stylesheets/reset.css
1007
- - test/mocks/themes/typographic/stylesheets/style.css
1008
- - test/mocks/themes/typographic/views/articles/_article.html.erb
1009
- - test/mocks/themes/typographic/views/articles/_comment.html.erb
1010
- - test/mocks/themes/typographic/views/articles/_comment_form.html.erb
1011
- - test/mocks/themes/typographic/views/articles/_comment_list.html.erb
1012
- - test/mocks/themes/typographic/views/articles/_trackback.html.erb
1013
- - test/mocks/themes/typographic/views/articles/comment_preview.html.erb
1014
- - test/mocks/themes/typographic/views/articles/index.html.erb
1015
- - test/mocks/themes/typographic/views/articles/read.html.erb
1016
- - test/mocks/themes/typographic/views/shared/_search.html.erb
1017
- - test/mocks/themes/typographic/views/theme/static_view_test.html.erb
1018
- - test/test_helper.rb
1019
999
  - themes/dirtylicious/about.markdown
1020
1000
  - themes/dirtylicious/images/body.jpg
1021
1001
  - themes/dirtylicious/images/container.jpg
@@ -1030,9 +1010,11 @@ files:
1030
1010
  - themes/dirtylicious/preview.png
1031
1011
  - themes/dirtylicious/stylesheets/application.css
1032
1012
  - themes/dirtylicious/views/articles/_article.html.erb
1013
+ - themes/dirtylicious/views/articles/_article_content.html.erb
1033
1014
  - themes/dirtylicious/views/articles/_comment.html.erb
1034
1015
  - themes/dirtylicious/views/articles/_comment_form.html.erb
1035
1016
  - themes/dirtylicious/views/articles/_comment_list.html.erb
1017
+ - themes/dirtylicious/views/articles/_password_form.html.erb
1036
1018
  - themes/dirtylicious/views/articles/_trackback.html.erb
1037
1019
  - themes/dirtylicious/views/articles/comment_preview.html.erb
1038
1020
  - themes/dirtylicious/views/articles/index.html.erb
@@ -1049,9 +1031,11 @@ files:
1049
1031
  - themes/scribbish/stylesheets/content.css
1050
1032
  - themes/scribbish/stylesheets/layout.css
1051
1033
  - themes/scribbish/views/articles/_article.html.erb
1034
+ - themes/scribbish/views/articles/_article_content.html.erb
1052
1035
  - themes/scribbish/views/articles/_comment.html.erb
1053
1036
  - themes/scribbish/views/articles/_comment_form.html.erb
1054
1037
  - themes/scribbish/views/articles/_comment_list.html.erb
1038
+ - themes/scribbish/views/articles/_password_form.html.erb
1055
1039
  - themes/scribbish/views/articles/_trackback.html.erb
1056
1040
  - themes/scribbish/views/articles/comment_preview.html.erb
1057
1041
  - themes/scribbish/views/articles/index.html.erb
@@ -1073,9 +1057,11 @@ files:
1073
1057
  - themes/standard_issue/preview.png
1074
1058
  - themes/standard_issue/stylesheets/application.css
1075
1059
  - themes/standard_issue/views/articles/_article.html.erb
1060
+ - themes/standard_issue/views/articles/_article_content.html.erb
1076
1061
  - themes/standard_issue/views/articles/_comment.html.erb
1077
1062
  - themes/standard_issue/views/articles/_comment_form.html.erb
1078
1063
  - themes/standard_issue/views/articles/_comment_list.html.erb
1064
+ - themes/standard_issue/views/articles/_password_form.html.erb
1079
1065
  - themes/standard_issue/views/articles/_trackback.html.erb
1080
1066
  - themes/standard_issue/views/articles/comment_preview.html.erb
1081
1067
  - themes/standard_issue/views/articles/index.html.erb
@@ -1093,10 +1079,9 @@ files:
1093
1079
  - themes/true-blue-3/images/find.png
1094
1080
  - themes/true-blue-3/images/fleche1.png
1095
1081
  - themes/true-blue-3/images/fleche2.png
1096
- - themes/true-blue-3/images/frederic-de-villamil.jpg
1097
1082
  - themes/true-blue-3/images/rss.png
1098
1083
  - themes/true-blue-3/images/searchform.png
1099
- - themes/true-blue-3/images/textarea_bg.jpg
1084
+ - themes/true-blue-3/images/submit_form.jpg
1100
1085
  - themes/true-blue-3/images/twitter.jpg
1101
1086
  - themes/true-blue-3/images/twitter.png
1102
1087
  - themes/true-blue-3/layouts/default.html.erb
@@ -1106,9 +1091,11 @@ files:
1106
1091
  - themes/true-blue-3/README
1107
1092
  - themes/true-blue-3/stylesheets/style.css
1108
1093
  - themes/true-blue-3/views/articles/_article.html.erb
1094
+ - themes/true-blue-3/views/articles/_article_content.html.erb
1109
1095
  - themes/true-blue-3/views/articles/_comment.html.erb
1110
1096
  - themes/true-blue-3/views/articles/_comment_form.html.erb
1111
1097
  - themes/true-blue-3/views/articles/_comment_list.html.erb
1098
+ - themes/true-blue-3/views/articles/_password_form.html.erb
1112
1099
  - themes/true-blue-3/views/articles/_trackback.html.erb
1113
1100
  - themes/true-blue-3/views/articles/comment_preview.html.erb
1114
1101
  - themes/true-blue-3/views/articles/index.html.erb
@@ -1163,9 +1150,11 @@ files:
1163
1150
  - themes/typographic/stylesheets/reset.css
1164
1151
  - themes/typographic/stylesheets/style.css
1165
1152
  - themes/typographic/views/articles/_article.html.erb
1153
+ - themes/typographic/views/articles/_article_content.html.erb
1166
1154
  - themes/typographic/views/articles/_comment.html.erb
1167
1155
  - themes/typographic/views/articles/_comment_form.html.erb
1168
1156
  - themes/typographic/views/articles/_comment_list.html.erb
1157
+ - themes/typographic/views/articles/_password_form.html.erb
1169
1158
  - themes/typographic/views/articles/_trackback.html.erb
1170
1159
  - themes/typographic/views/articles/comment_preview.html.erb
1171
1160
  - themes/typographic/views/articles/index.html.erb
@@ -1218,6 +1207,7 @@ files:
1218
1207
  - vendor/plugins/easy-ckeditor/lib/ckeditor.rb
1219
1208
  - vendor/plugins/easy-ckeditor/lib/ckeditor_file_utils.rb
1220
1209
  - vendor/plugins/easy-ckeditor/lib/ckeditor_version.rb
1210
+ - vendor/plugins/easy-ckeditor/lib/tasks/ckeditor_tasks.rake
1221
1211
  - vendor/plugins/easy-ckeditor/LICENSE
1222
1212
  - vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js
1223
1213
  - vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/.htaccess
@@ -1477,8 +1467,11 @@ files:
1477
1467
  - vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/themes/default/theme.js
1478
1468
  - vendor/plugins/easy-ckeditor/Rakefile
1479
1469
  - vendor/plugins/easy-ckeditor/README.textile
1480
- - vendor/plugins/easy-ckeditor/tasks/ckeditor_tasks.rake
1481
1470
  - vendor/plugins/easy-ckeditor/uninstall.rb
1471
+ - vendor/plugins/filemanager/app/controllers/fm/filemanager_controller.rb
1472
+ - vendor/plugins/filemanager/app/views/fm/filemanager/index.html.erb
1473
+ - vendor/plugins/filemanager/app/views/fm/filemanager/view.html.erb
1474
+ - vendor/plugins/filemanager/filemanager.yml
1482
1475
  - vendor/plugins/livesearch_sidebar/init.rb
1483
1476
  - vendor/plugins/livesearch_sidebar/lib/livesearch_sidebar.rb
1484
1477
  - vendor/plugins/livesearch_sidebar/views/content.rhtml
@@ -1527,78 +1520,78 @@ files:
1527
1520
  - vendor/plugins/typo_converter/lib/converters/wp25/term_taxonomy.rb
1528
1521
  - vendor/plugins/typo_converter/lib/converters/wp25/user.rb
1529
1522
  - vendor/plugins/typo_converter/lib/converters/wp25.rb
1523
+ - vendor/plugins/typo_converter/lib/tasks/typo_converters_tasks.rake
1530
1524
  - vendor/plugins/typo_converter/Rakefile
1531
1525
  - vendor/plugins/typo_converter/README
1532
1526
  - vendor/plugins/typo_converter/spec/converters/wp25_spec.rb
1533
1527
  - vendor/plugins/typo_converter/spec/factories/wp25_factories.rb
1534
1528
  - vendor/plugins/typo_converter/spec/spec_helper.rb
1535
1529
  - vendor/plugins/typo_converter/spec/typo_converter_spec.rb
1536
- - vendor/plugins/typo_converter/tasks/typo_converters_tasks.rake
1537
1530
  - vendor/plugins/typo_login_system/init.rb
1538
1531
  - vendor/plugins/typo_login_system/lib/access_control.rb
1539
1532
  - vendor/plugins/typo_login_system/lib/login_system.rb
1540
1533
  - vendor/plugins/typo_textfilter_code/init.rb
1541
1534
  - vendor/plugins/typo_textfilter_code/install.rb
1535
+ - vendor/plugins/typo_textfilter_code/lib/tasks/typo_textfilter_code_tasks.rake
1542
1536
  - vendor/plugins/typo_textfilter_code/lib/typo_textfilter_code.rb
1543
1537
  - vendor/plugins/typo_textfilter_code/Rakefile
1544
1538
  - vendor/plugins/typo_textfilter_code/README
1545
- - vendor/plugins/typo_textfilter_code/tasks/typo_textfilter_code_tasks.rake
1546
1539
  - vendor/plugins/typo_textfilter_code/test/typo_textfilter_code_test.rb
1547
1540
  - vendor/plugins/typo_textfilter_flickr/init.rb
1548
1541
  - vendor/plugins/typo_textfilter_flickr/install.rb
1542
+ - vendor/plugins/typo_textfilter_flickr/lib/tasks/typo_textfilter_flickr_tasks.rake
1549
1543
  - vendor/plugins/typo_textfilter_flickr/lib/typo_textfilter_flickr.rb
1550
1544
  - vendor/plugins/typo_textfilter_flickr/Rakefile
1551
1545
  - vendor/plugins/typo_textfilter_flickr/README
1552
- - vendor/plugins/typo_textfilter_flickr/tasks/typo_textfilter_flickr_tasks.rake
1553
1546
  - vendor/plugins/typo_textfilter_flickr/test/typo_textfilter_flickr_test.rb
1554
1547
  - vendor/plugins/typo_textfilter_htmlfilter/init.rb
1555
1548
  - vendor/plugins/typo_textfilter_htmlfilter/install.rb
1549
+ - vendor/plugins/typo_textfilter_htmlfilter/lib/tasks/typo_textfilter_htmlfilter_tasks.rake
1556
1550
  - vendor/plugins/typo_textfilter_htmlfilter/lib/typo_textfilter_htmlfilter.rb
1557
1551
  - vendor/plugins/typo_textfilter_htmlfilter/Rakefile
1558
1552
  - vendor/plugins/typo_textfilter_htmlfilter/README
1559
- - vendor/plugins/typo_textfilter_htmlfilter/tasks/typo_textfilter_htmlfilter_tasks.rake
1560
1553
  - vendor/plugins/typo_textfilter_htmlfilter/test/typo_textfilter_htmlfilter_test.rb
1561
1554
  - vendor/plugins/typo_textfilter_lightbox/init.rb
1562
1555
  - vendor/plugins/typo_textfilter_lightbox/install.rb
1556
+ - vendor/plugins/typo_textfilter_lightbox/lib/tasks/typo_textfilter_lightbox_tasks.rake
1563
1557
  - vendor/plugins/typo_textfilter_lightbox/lib/typo_textfilter_lightbox.rb
1564
1558
  - vendor/plugins/typo_textfilter_lightbox/Rakefile
1565
1559
  - vendor/plugins/typo_textfilter_lightbox/README
1566
- - vendor/plugins/typo_textfilter_lightbox/tasks/typo_textfilter_lightbox_tasks.rake
1567
1560
  - vendor/plugins/typo_textfilter_lightbox/test/typo_textfilter_lightbox_test.rb
1568
1561
  - vendor/plugins/typo_textfilter_markdown/init.rb
1569
1562
  - vendor/plugins/typo_textfilter_markdown/install.rb
1563
+ - vendor/plugins/typo_textfilter_markdown/lib/tasks/typo_textfilter_markdown_tasks.rake
1570
1564
  - vendor/plugins/typo_textfilter_markdown/lib/typo_textfilter_markdown.rb
1571
1565
  - vendor/plugins/typo_textfilter_markdown/Rakefile
1572
1566
  - vendor/plugins/typo_textfilter_markdown/README
1573
- - vendor/plugins/typo_textfilter_markdown/tasks/typo_textfilter_markdown_tasks.rake
1574
1567
  - vendor/plugins/typo_textfilter_markdown/test/typo_textfilter_markdown_test.rb
1575
1568
  - vendor/plugins/typo_textfilter_none/init.rb
1576
1569
  - vendor/plugins/typo_textfilter_none/install.rb
1570
+ - vendor/plugins/typo_textfilter_none/lib/tasks/typo_textfilter_none_tasks.rake
1577
1571
  - vendor/plugins/typo_textfilter_none/lib/typo_textfilter_none.rb
1578
1572
  - vendor/plugins/typo_textfilter_none/Rakefile
1579
1573
  - vendor/plugins/typo_textfilter_none/README
1580
- - vendor/plugins/typo_textfilter_none/tasks/typo_textfilter_none_tasks.rake
1581
1574
  - vendor/plugins/typo_textfilter_none/test/typo_textfilter_none_test.rb
1582
1575
  - vendor/plugins/typo_textfilter_smartypants/init.rb
1583
1576
  - vendor/plugins/typo_textfilter_smartypants/install.rb
1577
+ - vendor/plugins/typo_textfilter_smartypants/lib/tasks/typo_textfilter_smartypants_tasks.rake
1584
1578
  - vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
1585
1579
  - vendor/plugins/typo_textfilter_smartypants/Rakefile
1586
1580
  - vendor/plugins/typo_textfilter_smartypants/README
1587
- - vendor/plugins/typo_textfilter_smartypants/tasks/typo_textfilter_smartypants_tasks.rake
1588
1581
  - vendor/plugins/typo_textfilter_smartypants/test/typo_textfilter_smartypants_test.rb
1589
1582
  - vendor/plugins/typo_textfilter_textile/init.rb
1590
1583
  - vendor/plugins/typo_textfilter_textile/install.rb
1584
+ - vendor/plugins/typo_textfilter_textile/lib/tasks/typo_textfilter_textile_tasks.rake
1591
1585
  - vendor/plugins/typo_textfilter_textile/lib/typo_textfilter_textile.rb
1592
1586
  - vendor/plugins/typo_textfilter_textile/Rakefile
1593
1587
  - vendor/plugins/typo_textfilter_textile/README
1594
- - vendor/plugins/typo_textfilter_textile/tasks/typo_textfilter_textile_tasks.rake
1595
1588
  - vendor/plugins/typo_textfilter_textile/test/typo_textfilter_textile_test.rb
1596
1589
  - vendor/plugins/typo_textfilter_textile_and_markdown/init.rb
1597
1590
  - vendor/plugins/typo_textfilter_textile_and_markdown/install.rb
1591
+ - vendor/plugins/typo_textfilter_textile_and_markdown/lib/tasks/typo_textfilter_textile_and_markdown_tasks.rake
1598
1592
  - vendor/plugins/typo_textfilter_textile_and_markdown/lib/typo_textfilter_textile_and_markdown.rb
1599
1593
  - vendor/plugins/typo_textfilter_textile_and_markdown/Rakefile
1600
1594
  - vendor/plugins/typo_textfilter_textile_and_markdown/README
1601
- - vendor/plugins/typo_textfilter_textile_and_markdown/tasks/typo_textfilter_textile_and_markdown_tasks.rake
1602
1595
  - vendor/plugins/typo_textfilter_textile_and_markdown/test/typo_textfilter_textile_and_markdown_test.rb
1603
1596
  - vendor/plugins/upload_progress/CHANGELOG
1604
1597
  - vendor/plugins/upload_progress/init.rb
@@ -1650,18 +1643,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
1650
1643
  requirements:
1651
1644
  - - ">="
1652
1645
  - !ruby/object:Gem::Version
1646
+ segments:
1647
+ - 0
1653
1648
  version: "0"
1654
- version:
1655
1649
  required_rubygems_version: !ruby/object:Gem::Requirement
1656
1650
  requirements:
1657
1651
  - - ">="
1658
1652
  - !ruby/object:Gem::Version
1653
+ segments:
1654
+ - 0
1659
1655
  version: "0"
1660
- version:
1661
1656
  requirements: []
1662
1657
 
1663
1658
  rubyforge_project: typo
1664
- rubygems_version: 1.3.5
1659
+ rubygems_version: 1.3.6
1665
1660
  signing_key:
1666
1661
  specification_version: 3
1667
1662
  summary: Modern weblog engine.