geron-cn / redmine_process_frameworks

To put Process Framework into practice as a plugin for redmine
http://202.202.11.125/pub_redmine/projects/framework
4 stars 4 forks source link

Revamped for redmine 2.x #8

Closed devaroop closed 10 years ago

geron-cn commented 10 years ago

i'm sorry reply you so late, and i haven't update this project from long time ago, so did check this mailbox.

i have pulled your repo to merge this project, and add you to the collaborators.

thank you !

2014-01-29 14:33 GMT+08:00 Devaroop Bhattacharya notifications@github.com:


You can merge this Pull Request by running

git pull https://github.com/devaroop/redmine_process_frameworks master

Or view, comment on, or merge it at:

https://github.com/geron-cn/redmine_process_frameworks/pull/8 Commit Summary

  • - Enabled AJA Calls
  • - Fixed bad route entry
  • 1) Fixed chinese strings, 2) fixed problem of pagination with added tab params, 3) introduced edit of all types of models (activity, version, action, pftask) at runtime
  • 1) correct indent, 2) remove crlf flags, 3) fix strings which are hard to interpret
  • fix missing i18n for label_export_to and remove wiki toolbar while exporting, not required
  • enhancing UX by currently selected colors, fixing misalignment of view buttons on index page
  • changing string of revocation to deselect to make more sense
  • bump version to 1.1 after the fixes
  • added settings module for defaults
  • bump to 1.2 after adding settings module
  • add datatables, add version names for easy identification
  • fix pagination in admin select index

File Changes

  • M README.mdhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-0(2)
  • M app/controllers/admin_process_models_controller.rbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-1(443)
  • M app/controllers/init_select_controller.rbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-2(26)
  • M app/helpers/admin_process_models_helper.rbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-3(31)
  • M app/helpers/init_select_helper.rbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-4(13)
  • A app/views/admin_process_models/_configure_partial_redmine_framework.html.erbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-5(59)
  • M app/views/admin_process_models/_index.html.erbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-6(151)
  • M app/views/admin_process_models/_index.rhtmlhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-7(2)
  • M app/views/admin_process_models/index.html.erbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-8(2)
  • M app/views/admin_process_models/show_details.html.erbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-9(78)
  • M app/views/admin_process_models/show_subs.html.erbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-10(4)
  • M app/views/init_select/_show_details.html.erbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-11(6)
  • M app/views/init_select/select_activities.html.erbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-12(167)
  • M app/views/init_select/select_models.html.erbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-13(28)
  • M app/views/init_select/view_process_framework.html.erbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-14(180)
  • M assets/javascripts/checktree.jshttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-15(8)
  • A assets/javascripts/jquery.dataTables/cs.jsonhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-16(17)
  • A assets/javascripts/jquery.dataTables/de.jsonhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-17(17)
  • A assets/javascripts/jquery.dataTables/en.jsonhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-18(17)
  • A assets/javascripts/jquery.dataTables/es.jsonhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-19(17)
  • A assets/javascripts/jquery.dataTables/fr.jsonhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-20(17)
  • A assets/javascripts/jquery.dataTables/ja.jsonhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-21(17)
  • A assets/javascripts/jquery.dataTables/jquery.dataTables.min.jshttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-22(150)
  • A assets/javascripts/jquery.dataTables/ru.jsonhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-23(17)
  • M assets/stylesheets/model_attribute.csshttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-24(3)
  • M config/locales/en.ymlhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-25(8)
  • M config/routes.rbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-26(57)
  • M init.rbhttps://github.com/geron-cn/redmine_process_frameworks/pull/8/files#diff-27(3)

Patch Links:

Reply to this email directly or view it on GitHubhttps://github.com/geron-cn/redmine_process_frameworks/pull/8 .

Brds.

Weibo: @k-never-ever http://weibo.com/kfalling Blog: http://geron.heroku.com Geron: c.ever.fallen@gmail.com c.ever.fallen@gmail.com

devaroop commented 10 years ago

Thats kind of you @geron-cn .

Cheers !!