From noreply at github.com Sat Sep 11 07:53:10 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 11 Sep 2010 04:53:10 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 5e0ab1: Upgrade to Rails 3 Message-ID: <20100911115310.883DD4231A@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 5e0ab16861fd8784f8aa2903c90a68d3cfb447ff http://github.com/ngocdaothanh/openkh/commit/5e0ab16861fd8784f8aa2903c90a68d3cfb447ff Author: Linh Date: 2010-09-11 (Sat, 11 Sep 2010) Changed paths: A Gemfile M Rakefile M app/controllers/application_controller.rb M app/views/layouts/_head.html.haml A config.ru A config/application.rb M config/boot.rb M config/database.yml.sample_postgresql M config/environment.rb M config/environments/development.rb M config/environments/production.rb M config/environments/test.rb M config/initializers/backtrace_silencers.rb M config/initializers/inflections.rb A config/initializers/secret_token.rb M config/initializers/session_store.rb M config/locales/en.yml M config/routes.rb A script/rails Log Message: ----------- Upgrade to Rails 3 Commit: 91780b2fa60845c961207eb4e89ca094a1050d64 http://github.com/ngocdaothanh/openkh/commit/91780b2fa60845c961207eb4e89ca094a1050d64 Author: Linh Date: 2010-09-11 (Sat, 11 Sep 2010) Changed paths: R config/mongrel_cluster.yml.sample R public/flashes/expressInstall.swf R public/javascripts/swfobject.js R public/javascripts/swfupload.js R script/about R script/autospec R script/console R script/dbconsole R script/destroy R script/generate R script/performance/benchmarker R script/performance/profiler R script/performance/request R script/plugin R script/runner R script/server R script/spec R script/spec_server R spec/rcov.opts R spec/spec.opts R spec/spec_helper.rb Log Message: ----------- Update to Rails 3 From noreply at github.com Sat Sep 18 04:59:10 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 01:59:10 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] b14fb5: Update to Rails 3 Message-ID: <20100918085910.C6E0842375@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: b14fb5f1cf624d9aac45bef823e411b1211cdcce http://github.com/ngocdaothanh/openkh/commit/b14fb5f1cf624d9aac45bef823e411b1211cdcce Author: Ngoc Dao Date: 2010-09-17 (Fri, 17 Sep 2010) Changed paths: M .gitignore R .gitmodules M Gemfile M README.textile M config/application.rb M config/initializers/assets.rb R config/initializers/fix_paginating_find.rb R config/initializers/persistent_login.rb M config/routes.rb R converters/bbcodeizer.rb R converters/phpbb_to_v0.5.rb R converters/phpnuke_to_v0.5.rb R lib/tasks/developer_rspec.rake M modules/core/theme/init.rb M modules/core/upload/app/controllers/uploads_controller.rb M modules/core/upload/app/helpers_hooks/helper.rb M modules/core/upload/app/models/upload.rb M modules/standard/chat/script/chat.rb M modules/standard/content_article/app/models/article.rb M modules/standard/dict/db/migrate/2341662233308884658709405703644001_dict_ja_en_schema.rb M modules/standard/login_openid/app/controllers/login_openid_controller.rb R vendor/plugins/haml R vendor/plugins/paginating_find/CHANGELOG R vendor/plugins/paginating_find/README R vendor/plugins/paginating_find/init.rb R vendor/plugins/paginating_find/lib/paginating_find.rb R vendor/plugins/paginating_find/lib/paging_enumerator.rb R vendor/plugins/paginating_find/lib/paging_helper.rb R vendor/plugins/paginating_find/test_app/Rakefile R vendor/plugins/paginating_find/test_app/app/controllers/application.rb R vendor/plugins/paginating_find/test_app/config/boot.rb R vendor/plugins/paginating_find/test_app/config/database.yml R vendor/plugins/paginating_find/test_app/config/environment.rb R vendor/plugins/paginating_find/test_app/config/environments/test.rb R vendor/plugins/paginating_find/test_app/config/routes.rb R vendor/plugins/paginating_find/test_app/db/schema.rb R vendor/plugins/paginating_find/test_app/script/breakpointer R vendor/plugins/paginating_find/test_app/script/console R vendor/plugins/paginating_find/test_app/test/fixtures/articles.yml R vendor/plugins/paginating_find/test_app/test/fixtures/authors.yml R vendor/plugins/paginating_find/test_app/test/fixtures/edits.yml R vendor/plugins/paginating_find/test_app/test/fixtures/models.rb R vendor/plugins/paginating_find/test_app/test/test_helper.rb R vendor/plugins/paginating_find/test_app/test/unit/abstract_test.rb R vendor/plugins/paginating_find/test_app/test/unit/group_test.rb R vendor/plugins/paginating_find/test_app/test/unit/paginating_find_test.rb R vendor/plugins/paginating_find/test_app/test/unit/paging_enumerator_test.rb R vendor/plugins/thinking-sphinx R vendor/rails Log Message: ----------- Update to Rails 3 Commit: 9c8b8f17a41f77910321148bf52fa7ad6bd1dec7 http://github.com/ngocdaothanh/openkh/commit/9c8b8f17a41f77910321148bf52fa7ad6bd1dec7 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: M .gitignore M config/application.rb R config/initializers/assets.rb R config/initializers/new_rails_defaults.rb M modules/core/admin/config/routes.rb M modules/core/captcha/config/routes.rb M modules/core/captcha/init.rb M modules/core/category/config/routes.rb M modules/core/comment/config/routes.rb M modules/core/content_common/config/routes.rb M modules/core/content_common/init.rb M modules/core/content_group/config/routes.rb M modules/core/static/config/routes.rb M modules/core/tag/config/routes.rb M modules/core/theme/config/routes.rb M modules/core/upload/config/routes.rb M modules/core/user/config/routes.rb M modules/standard/content_article/config/routes.rb M modules/standard/content_event/config/routes.rb M modules/standard/content_poll/config/routes.rb M modules/standard/content_qa/config/routes.rb M modules/standard/dict/config/routes.rb M modules/standard/google_map/config/routes.rb M modules/standard/google_search/config/routes.rb M modules/standard/login_openid/config/routes.rb M modules/standard/login_unp/config/routes.rb M modules/standard/login_www/config/routes.rb Log Message: ----------- Fix routes From noreply at github.com Sat Sep 18 05:40:26 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 02:40:26 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 706740: Fix helpers_hooks loading Message-ID: <20100918094026.3F7AD42339@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 706740b53fb4ab17a6c70b8359d4b93709f88dc0 http://github.com/ngocdaothanh/openkh/commit/706740b53fb4ab17a6c70b8359d4b93709f88dc0 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: M app/controllers/application_controller.rb M app/helpers_hooks/application_helper.rb M config/application.rb A config/initializers/z_load_helpers_hooks.rb M modules/core/content_common/config/routes.rb M modules/core/static/config/routes.rb Log Message: ----------- Fix helpers_hooks loading From noreply at github.com Sat Sep 18 13:54:33 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 10:54:33 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] cc621b: Fix migration Message-ID: <20100918175433.65FA742177@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: cc621b88d46653f3ca1bc3f4bf0894128d33d222 http://github.com/ngocdaothanh/openkh/commit/cc621b88d46653f3ca1bc3f4bf0894128d33d222 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: M Gemfile M app/views/layouts/_head.html.haml M lib/tasks/developer_db.rake M lib/tasks/developer_release.rake M lib/tasks/user_theme.rake M modules/standard/dict/db/migrate/2341662233308884658709405703644001_dict_ja_en_schema.rb Log Message: ----------- Fix migration From noreply at github.com Sat Sep 18 21:56:51 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 18:56:51 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 364635: Fix pagination Message-ID: <20100919015651.47184422F0@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 364635b3d8833c0082a41b2d3ded335655b71420 http://github.com/ngocdaothanh/openkh/commit/364635b3d8833c0082a41b2d3ded335655b71420 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: M app/controllers/application_controller.rb M app/helpers_hooks/acts_as_tree_helper.rb M app/helpers_hooks/application_helper.rb M app/views/layouts/_block.html.haml M app/views/site/error_404.html.haml M config/locales/en.yml M modules/core/category/app/helpers_hooks/categories_helper.rb M modules/core/category/config/locales/en.yml M modules/core/comment/app/views/comments/_all.html.haml M modules/core/comment/app/views/comments/_last.html.haml M modules/core/comment/app/views/comments/index.html.haml M modules/core/content_common/app/controllers/contents_controller.rb M modules/core/content_common/app/helpers_hooks/content_helper.rb M modules/core/content_common/app/helpers_hooks/recent_contents_helper.rb M modules/core/content_common/app/views/contents/_html_header.html.haml M modules/core/content_common/app/views/contents/_index_previews.html.haml M modules/core/content_common/app/views/contents/_index_titles.html.haml M modules/core/static/app/helpers_hooks/pages_block_helper.rb M modules/core/theme/app/helpers_hooks/helper.rb M modules/core/theme/config/locales/en.yml M modules/core/upload/config/locales/en.yml M modules/core/user/app/helpers_hooks/user_helper.rb M modules/core/user/config/locales/en.yml M modules/standard/chat/config/locales/en.yml M modules/standard/login_openid/config/locales/en.yml A modules/standard/vietnamese/init.rb M themes/black-splat/init.rb M themes/dum-dum/init.rb M themes/qwilm/init.rb Log Message: ----------- Fix pagination From noreply at github.com Sat Sep 18 22:06:05 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 19:06:05 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 49a15e: Fix assets of themes Message-ID: <20100919020605.776F34232C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 49a15e5e632c5c46fc9ce7f9e213999a08dcf4a8 http://github.com/ngocdaothanh/openkh/commit/49a15e5e632c5c46fc9ce7f9e213999a08dcf4a8 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: M config/application.rb M modules/core/theme/init.rb R themes/black-splat/public/images/bgfooter.png R themes/black-splat/public/images/bgheader.jpg R themes/black-splat/public/images/bgnav.jpg R themes/black-splat/public/images/bgsearch.jpg R themes/black-splat/public/images/blackgrey.png R themes/black-splat/public/images/bottomcurve.png R themes/black-splat/public/images/bottomsplatright.png R themes/black-splat/public/images/bquotes.gif R themes/black-splat/public/images/bullet.gif R themes/black-splat/public/images/comment.jpg R themes/black-splat/public/images/commentbutton.jpg R themes/black-splat/public/images/contents.png R themes/black-splat/public/images/edit.png R themes/black-splat/public/images/favicon.ico R themes/black-splat/public/images/gravatar.gif R themes/black-splat/public/images/loading.gif R themes/black-splat/public/images/topcurve.png R themes/black-splat/public/images/topsplatleft.png R themes/black-splat/public/images/views.png A themes/black-splat/public/themes/black-splat/images/bgfooter.png A themes/black-splat/public/themes/black-splat/images/bgheader.jpg A themes/black-splat/public/themes/black-splat/images/bgnav.jpg A themes/black-splat/public/themes/black-splat/images/bgsearch.jpg A themes/black-splat/public/themes/black-splat/images/blackgrey.png A themes/black-splat/public/themes/black-splat/images/bottomcurve.png A themes/black-splat/public/themes/black-splat/images/bottomsplatright.png A themes/black-splat/public/themes/black-splat/images/bquotes.gif A themes/black-splat/public/themes/black-splat/images/bullet.gif A themes/black-splat/public/themes/black-splat/images/comment.jpg A themes/black-splat/public/themes/black-splat/images/commentbutton.jpg A themes/black-splat/public/themes/black-splat/images/contents.png A themes/black-splat/public/themes/black-splat/images/edit.png A themes/black-splat/public/themes/black-splat/images/favicon.ico A themes/black-splat/public/themes/black-splat/images/gravatar.gif A themes/black-splat/public/themes/black-splat/images/loading.gif A themes/black-splat/public/themes/black-splat/images/topcurve.png A themes/black-splat/public/themes/black-splat/images/topsplatleft.png A themes/black-splat/public/themes/black-splat/images/views.png R themes/dum-dum/public/images/Thumbs.db R themes/dum-dum/public/images/contents.png R themes/dum-dum/public/images/designed-by.jpg R themes/dum-dum/public/images/edit.png R themes/dum-dum/public/images/footer-left.jpg R themes/dum-dum/public/images/footer-right.jpg R themes/dum-dum/public/images/img_03.jpg R themes/dum-dum/public/images/img_04.jpg R themes/dum-dum/public/images/img_08.jpg R themes/dum-dum/public/images/img_09.jpg R themes/dum-dum/public/images/img_10.jpg R themes/dum-dum/public/images/img_13.jpg R themes/dum-dum/public/images/img_16.jpg R themes/dum-dum/public/images/img_19.jpg R themes/dum-dum/public/images/img_21.jpg R themes/dum-dum/public/images/img_27.jpg R themes/dum-dum/public/images/img_28.jpg R themes/dum-dum/public/images/img_29.jpg R themes/dum-dum/public/images/img_30.jpg R themes/dum-dum/public/images/img_31.jpg R themes/dum-dum/public/images/img_33.jpg R themes/dum-dum/public/images/img_36.jpg R themes/dum-dum/public/images/img_39.jpg R themes/dum-dum/public/images/img_42.jpg R themes/dum-dum/public/images/img_50.jpg R themes/dum-dum/public/images/img_52.jpg R themes/dum-dum/public/images/img_54.jpg R themes/dum-dum/public/images/loading.gif R themes/dum-dum/public/images/nav-bg-hover.jpg R themes/dum-dum/public/images/nav-bg.jpg R themes/dum-dum/public/images/search-bg.jpg R themes/dum-dum/public/images/search-button.jpg R themes/dum-dum/public/images/time.png R themes/dum-dum/public/images/views.png R themes/dum-dum/public/stylesheets/ie6.css R themes/dum-dum/public/stylesheets/ie7.css A themes/dum-dum/public/themes/dum-dum/images/Thumbs.db A themes/dum-dum/public/themes/dum-dum/images/contents.png A themes/dum-dum/public/themes/dum-dum/images/designed-by.jpg A themes/dum-dum/public/themes/dum-dum/images/edit.png A themes/dum-dum/public/themes/dum-dum/images/footer-left.jpg A themes/dum-dum/public/themes/dum-dum/images/footer-right.jpg A themes/dum-dum/public/themes/dum-dum/images/img_03.jpg A themes/dum-dum/public/themes/dum-dum/images/img_04.jpg A themes/dum-dum/public/themes/dum-dum/images/img_08.jpg A themes/dum-dum/public/themes/dum-dum/images/img_09.jpg A themes/dum-dum/public/themes/dum-dum/images/img_10.jpg A themes/dum-dum/public/themes/dum-dum/images/img_13.jpg A themes/dum-dum/public/themes/dum-dum/images/img_16.jpg A themes/dum-dum/public/themes/dum-dum/images/img_19.jpg A themes/dum-dum/public/themes/dum-dum/images/img_21.jpg A themes/dum-dum/public/themes/dum-dum/images/img_27.jpg A themes/dum-dum/public/themes/dum-dum/images/img_28.jpg A themes/dum-dum/public/themes/dum-dum/images/img_29.jpg A themes/dum-dum/public/themes/dum-dum/images/img_30.jpg A themes/dum-dum/public/themes/dum-dum/images/img_31.jpg A themes/dum-dum/public/themes/dum-dum/images/img_33.jpg A themes/dum-dum/public/themes/dum-dum/images/img_36.jpg A themes/dum-dum/public/themes/dum-dum/images/img_39.jpg A themes/dum-dum/public/themes/dum-dum/images/img_42.jpg A themes/dum-dum/public/themes/dum-dum/images/img_50.jpg A themes/dum-dum/public/themes/dum-dum/images/img_52.jpg A themes/dum-dum/public/themes/dum-dum/images/img_54.jpg A themes/dum-dum/public/themes/dum-dum/images/loading.gif A themes/dum-dum/public/themes/dum-dum/images/nav-bg-hover.jpg A themes/dum-dum/public/themes/dum-dum/images/nav-bg.jpg A themes/dum-dum/public/themes/dum-dum/images/search-bg.jpg A themes/dum-dum/public/themes/dum-dum/images/search-button.jpg A themes/dum-dum/public/themes/dum-dum/images/time.png A themes/dum-dum/public/themes/dum-dum/images/views.png A themes/dum-dum/public/themes/dum-dum/stylesheets/ie6.css A themes/dum-dum/public/themes/dum-dum/stylesheets/ie7.css R themes/qwilm/public/images/category.png R themes/qwilm/public/images/commentslink.gif R themes/qwilm/public/images/contents.png R themes/qwilm/public/images/delete.png R themes/qwilm/public/images/edit.png R themes/qwilm/public/images/favicon.ico R themes/qwilm/public/images/feed.gif R themes/qwilm/public/images/loading.gif R themes/qwilm/public/images/new.png R themes/qwilm/public/images/permalink.gif R themes/qwilm/public/images/root.gif R themes/qwilm/public/images/sticky.png R themes/qwilm/public/images/tag.png R themes/qwilm/public/images/use_this.png R themes/qwilm/public/images/views.png A themes/qwilm/public/themes/qwilm/images/category.png A themes/qwilm/public/themes/qwilm/images/commentslink.gif A themes/qwilm/public/themes/qwilm/images/contents.png A themes/qwilm/public/themes/qwilm/images/delete.png A themes/qwilm/public/themes/qwilm/images/edit.png A themes/qwilm/public/themes/qwilm/images/favicon.ico A themes/qwilm/public/themes/qwilm/images/feed.gif A themes/qwilm/public/themes/qwilm/images/loading.gif A themes/qwilm/public/themes/qwilm/images/new.png A themes/qwilm/public/themes/qwilm/images/permalink.gif A themes/qwilm/public/themes/qwilm/images/root.gif A themes/qwilm/public/themes/qwilm/images/sticky.png A themes/qwilm/public/themes/qwilm/images/tag.png A themes/qwilm/public/themes/qwilm/images/use_this.png A themes/qwilm/public/themes/qwilm/images/views.png Log Message: ----------- Fix assets of themes From noreply at github.com Sat Sep 18 22:37:40 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 19:37:40 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 8ef3b0: Move developers to wiki Message-ID: <20100919023740.4160242345@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 8ef3b0f4415dcd94027afef2de9ec715f2a52548 http://github.com/ngocdaothanh/openkh/commit/8ef3b0f4415dcd94027afef2de9ec715f2a52548 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: M README.textile Log Message: ----------- Move developers to wiki From noreply at github.com Sat Sep 18 22:38:30 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 19:38:30 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] d615f0: Remove the obvious license notice Message-ID: <20100919023830.5BD724234E@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: d615f09139c9a78a47c9acf74c2c200ca1e13088 http://github.com/ngocdaothanh/openkh/commit/d615f09139c9a78a47c9acf74c2c200ca1e13088 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: M README.textile Log Message: ----------- Remove the obvious license notice From noreply at github.com Sat Sep 18 22:43:40 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 19:43:40 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 7b5344: Fix git submodules Message-ID: <20100919024340.7F59042329@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 7b5344660860b703b69709bc3d32fc4c5118cc47 http://github.com/ngocdaothanh/openkh/commit/7b5344660860b703b69709bc3d32fc4c5118cc47 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: R vendor/plugins/acts_as_configurable A vendor/plugins/acts_as_configurable/MIT-LICENSE A vendor/plugins/acts_as_configurable/README A vendor/plugins/acts_as_configurable/Rakefile A vendor/plugins/acts_as_configurable/init.rb A vendor/plugins/acts_as_configurable/lib/acts_as_configurable.rb A vendor/plugins/acts_as_configurable/test/test_acts_as_configurable.rb R vendor/plugins/acts_as_taggable_on_steroids R vendor/plugins/acts_as_tree R vendor/plugins/acts_as_versioned Log Message: ----------- Fix git submodules From noreply at github.com Sat Sep 18 23:19:07 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 20:19:07 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 652d3d: Fix REST routes Message-ID: <20100919031907.A86914232F@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 652d3da3ea7d7b7cf6a0eec423739a0ce2bd3a74 http://github.com/ngocdaothanh/openkh/commit/652d3da3ea7d7b7cf6a0eec423739a0ce2bd3a74 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: M config/routes.rb M modules/core/admin/config/routes.rb M modules/core/category/config/routes.rb M modules/core/content_group/config/routes.rb M modules/core/static/config/routes.rb M modules/core/theme/app/controllers/javascripts_controller.rb M modules/core/theme/config/routes.rb M modules/core/user/config/routes.rb M modules/standard/content_article/config/routes.rb M modules/standard/content_event/config/routes.rb M modules/standard/content_poll/config/routes.rb M modules/standard/content_qa/config/routes.rb M modules/standard/login_openid/config/routes.rb M modules/standard/login_unp/config/routes.rb M modules/standard/login_www/config/routes.rb Log Message: ----------- Fix REST routes From noreply at github.com Sun Sep 19 00:08:40 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 18 Sep 2010 21:08:40 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 88c967: Fix pagination Message-ID: <20100919040840.84D5942329@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 88c9675dbbae06cd5d099b72b52c554884070f69 http://github.com/ngocdaothanh/openkh/commit/88c9675dbbae06cd5d099b72b52c554884070f69 Author: Ngoc Dao Date: 2010-09-18 (Sat, 18 Sep 2010) Changed paths: M app/views/layouts/_head.html.haml M config/application.rb M config/routes.rb M modules/core/breadcrumb/app/helpers_hooks/breadcrumb_helper.rb M modules/core/category/config/routes.rb M modules/core/comment/app/controllers/comments_controller.rb M modules/core/comment/app/helpers_hooks/helper.rb M modules/core/comment/app/views/comments/_comment.html.haml M modules/core/content_common/app/controllers/contents_controller.rb M modules/core/content_common/app/helpers_hooks/content_helper.rb M modules/core/content_common/app/views/contents/_bookmarks.html.haml M modules/core/content_common/app/views/contents/_index_previews.html.haml M modules/core/content_common/app/views/contents/_index_titles.html.haml M modules/core/content_common/config/routes.rb A modules/core/content_common/public/content_common/images/del.icio.us.gif A modules/core/content_common/public/content_common/images/digg.gif A modules/core/content_common/public/content_common/images/furl.gif A modules/core/content_common/public/content_common/images/google.gif A modules/core/content_common/public/content_common/images/live.gif A modules/core/content_common/public/content_common/images/reddit.gif A modules/core/content_common/public/content_common/images/stumbleupon.gif A modules/core/content_common/public/content_common/images/technorati.gif A modules/core/content_common/public/content_common/images/yahoo.gif R modules/core/content_common/public/images/del.icio.us.gif R modules/core/content_common/public/images/digg.gif R modules/core/content_common/public/images/furl.gif R modules/core/content_common/public/images/google.gif R modules/core/content_common/public/images/live.gif R modules/core/content_common/public/images/reddit.gif R modules/core/content_common/public/images/stumbleupon.gif R modules/core/content_common/public/images/technorati.gif R modules/core/content_common/public/images/yahoo.gif M modules/standard/google_map/app/views/google_map_block/show.html.haml Log Message: ----------- Fix pagination From noreply at github.com Sun Sep 19 05:31:33 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 19 Sep 2010 02:31:33 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 0c3bae: Add tmp directory Message-ID: <20100919093133.3A19E4232C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 0c3bae53005c96caf76c3c1fbaf52cf6af77d369 http://github.com/ngocdaothanh/openkh/commit/0c3bae53005c96caf76c3c1fbaf52cf6af77d369 Author: Linh Date: 2010-09-19 (Sun, 19 Sep 2010) Changed paths: A tmp/.gitignore Log Message: ----------- Add tmp directory From noreply at github.com Sun Sep 19 05:52:28 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 19 Sep 2010 02:52:28 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 82b1de: Readd script to generate application.css Message-ID: <20100919095228.7CDCE422F1@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 82b1de2049cd0bdd346e39ab3a6e1a9b9db258c6 http://github.com/ngocdaothanh/openkh/commit/82b1de2049cd0bdd346e39ab3a6e1a9b9db258c6 Author: Linh Date: 2010-09-19 (Sun, 19 Sep 2010) Changed paths: M app/views/layouts/_captcha.html.haml A config/initializers/css.rb M lib/tasks/developer_prepare.rake Log Message: ----------- Readd script to generate application.css From noreply at github.com Sun Sep 19 06:38:49 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 19 Sep 2010 03:38:49 -0700 Subject: [OpenKH-devel] [ngocdaothanh/openkh] 9e760b: Add AjaxLinkRenderer Message-ID: <20100919103849.0655B42320@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/ngocdaothanh/openkh Commit: 9e760b7780cf0e46155f1a26c08066c391bb9689 http://github.com/ngocdaothanh/openkh/commit/9e760b7780cf0e46155f1a26c08066c391bb9689 Author: Ngoc Dao Date: 2010-09-19 (Sun, 19 Sep 2010) Changed paths: A app/helpers_hooks/ajax_link_renderer.rb M config/application.rb M modules/core/comment/app/views/comments/_all.html.haml M modules/core/comment/app/views/comments/index.html.haml M modules/core/content_common/app/views/contents/_index_previews.html.haml M modules/core/content_common/app/views/contents/_index_titles.html.haml Log Message: ----------- Add AjaxLinkRenderer From thienkhiem88 at gmail.com Wed Sep 29 05:41:36 2010 From: thienkhiem88 at gmail.com (=?UTF-8?Q?Tr=E1=BA=A7n_Thi=E1=BB=87n_Khi=C3=AAm?=) Date: Wed, 29 Sep 2010 02:41:36 -0700 (PDT) Subject: [OpenKH-devel] =?utf-8?b?VHLhuqduIFRoaeG7h24gS2hpw6ptIHdhbnRzIHRv?= =?utf-8?q?_stay_in_touch_on_LinkedIn?= Message-ID: <733446586.974181.1285753296313.JavaMail.app@ech3-cdn13.prod> LinkedIn ------------ I'd like to add you to my professional network on LinkedIn. - Tr?n Thi?n Khi?m Tr?n Thi?n Khi?m Developer Trainer at Gameloft Vietnam Confirm that you know Tr?n Thi?n Khi?m https://www.linkedin.com/e/-fh9hxj-geo0bctz-36/isd/1724218794/jCCA29JQ/ -- (c) 2010, LinkedIn Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: