Commit Graph

90 Commits

Author SHA1 Message Date
Wedge ad65691471 Implement suggestions 2016-05-28 22:59:35 +03:00
Alexander Khryukin 1ec141495b reduce logo-mini.png size 2016-04-11 14:58:20 +03:00
Alexander Khryukin 4bc08b5ed0 optimize images 2016-03-02 22:39:31 +03:00
Vokhmin Alexey V 86c6fa60dd Add google-site-verification for abf.io 2015-02-18 00:33:17 +03:00
Alexander Machehin 1677ac1281 [#369] 404, 500, 503 pages 2015-02-03 15:29:32 +05:00
Alexander Machehin 881c38bbf8 [#369] 404 page 2015-02-03 14:27:09 +05:00
Alexander Machehin ad57ea6918 [#369] update 404.html 2015-02-03 07:41:30 +05:00
Alexander Machehin 348e787111 [#369] 404.html 2015-02-03 02:34:28 +05:00
Vokhmin Alexey V 310eb0ec38 #432: added CreateEmptyMetadataJob 2014-10-01 00:05:53 +04:00
Alexander Machehin 5c8077db23 move emoji to the public folder 2014-09-11 17:12:31 +06:00
Vokhmin Alexey V e367a5e0dd #370: generate sitemap 2014-03-29 02:14:37 +04:00
Alexander Machehin d2ae28a80b [#19] again try fix emoji precompile 2013-04-08 21:09:56 +06:00
Alexander Machehin 7677d43010 [#19] copy emoji to public folder 2013-04-08 18:38:38 +06:00
Vladmir Sharhsov(warpc) 13c349b65e Add logo for Google Oauth 2013-03-25 16:32:44 +04:00
Vladmir Sharhsov(warpc) 654ad10c6d New favicon 2013-03-25 16:30:05 +04:00
Vokhmin Alexey V ffbd4d4f63 #873: update year in copyright message 2013-02-04 20:33:47 +04:00
Vladimir Sharshov 4f21f0cb88 Add new school adress; change email send method to sendmail; add google check page 2012-10-12 00:16:51 +04:00
George Vinogradov 8758fa87af [issue #565] Added support link to static pages 2012-07-20 20:57:04 +04:00
konstantin.grabar d73547d3bc [refs #521] Remove unnecessary elements. Add some more links 2012-06-21 13:07:24 +04:00
Alexander Machehin aad7a3a547 [refs #443] invite localization 2012-05-18 22:54:57 +06:00
Pavel Chipiga 2539ef4795 Great controllers and routes refactor - separate them to namespaces. Add user/group routes in github style, refactor. Implement templates inheritance. Refactor and cleanup views. Fix specs. Other minor fixes. Refs #263 2012-05-02 12:18:07 +03:00
Pavel Chipiga d6e6959f46 Write basic robots.txt. Apply configurable anonymous access, hide some functionality from guests. Apply basic design for main page. Autoconfirm manually created users. Code refactor and cleanup. Remove unused code, routes, containers, rpms, personal_repositories. Redo product_build_lists monitoring and filtering. Fix add_project to repo bug. Add links to bottom menu. Switch off deploy assets sppedup. Refs #349, #263 2012-03-31 02:37:54 +03:00
Pavel Chipiga 46f6b519cd Fix path to asset. Refs #325 2012-03-24 01:02:38 +02:00
Vladimir Sharshov ef5c4a1b7b Merge branch '325-new_error_pages_design' of github.com:warpc/rosa-build into 325-new_error_pages_design
Conflicts:
	public/404.html
	public/500.html
2012-03-23 18:07:55 +04:00
Vladimir Sharshov 8a3592e211 [Refs #325] Fix alt text for pages 2012-03-23 18:05:44 +04:00
konstantin.grabar 672cdffcf5 [refs #325] Fix image routes. Add serach bar. 2012-03-23 13:16:30 +04:00
konstantin.grabar 8f9824f176 [refs #325] Fix error pages titles 2012-03-22 17:18:40 +04:00
konstantin.grabar 9cee7d97db [refs #325] Remove unnessecary scripts including form error pages 2012-03-22 16:17:46 +04:00
konstantin.grabar 21c33b384b [refs #325] Add new design to error pages 2012-03-22 11:16:56 +04:00
Pavel Chipiga 2f39b050ae Merge branch 'master' into 3.2-master
Conflicts:
	config/deploy.rb
2012-02-28 17:44:11 +02:00
Vladimir Sharshov fd5f9d13d7 Fix bug in invite page (separator beyond the boundary ) 2012-02-28 15:08:17 +04:00
Pavel Chipiga 7d74b0af13 Merge branch 'master' into 96-upgrade_rails
Conflicts:
	Gemfile
	Gemfile.lock
	app/models/group.rb
	app/views/layouts/application.html.haml
	db/schema.rb
	public/stylesheets/git/style.css
2012-02-14 02:14:03 +02:00
Vladimir Sharshov 141a078cce Merge pull request #175 from warpc/133-editing_from_web
[Refs #133] Edit files in git-repo with web editor
2012-02-13 13:07:55 -08:00
George Vinogradov 99c314fb11 [issue #133] Merge branch 'master' into 133-editing_from_web
Conflicts:
	db/schema.rb
2012-02-13 21:48:40 +04:00
Pavel Chipiga c6f9995b98 Add GA code to layouts and invite pages. Do not track admins. Refs #183 2012-02-13 18:42:11 +02:00
Vladimir Sharshov 47399a957f Update doc link 2012-02-11 00:36:45 +04:00
Pavel Chipiga 704c544cbc Add more register_requests fields, change design. Apply invitation mail sending. Refactor. Refs #174 2012-02-10 18:33:16 +02:00
George Vinogradov d0fe7f55d5 [issue #174] added static pages and some changes 2012-02-10 02:57:43 +04:00
George Vinogradov a4baf8b670 [issue #133] Editor JS moved to separate file 2012-02-09 04:35:07 +04:00
Pavel Chipiga 7223b7deb9 Upgrade rails, devise, delayed_jobs and other gems. Fix dependencies. Apply assets pipeline, add to deploy. Refactor and cleanup Gemfile. Fix after upgrade bugs. Redo commentable_id from string to decimal. Refactor and code cleanup. Apply basic new design. Refactor main template. Automate menus. Improve translations. Refs #96 2012-02-09 01:46:25 +02:00
George Vinogradov 009b1374a2 [issue #133] Fixed commits display 2012-02-08 21:52:13 +04:00
George Vinogradov 4cd20934c4 [issue #64] Removed unused MathJax 2012-02-02 03:17:16 +04:00
George Vinogradov 7974893e01 [issue #64] Fixed bug with links in markdown. 2012-01-28 05:41:28 +04:00
Alexander Machehin 7cc354f4d7 Merge branch '64-project_wiki' of github.com:warpc/rosa-build into 64-project_wiki 2012-01-27 21:24:56 +06:00
Alexander Machehin 5caabac555 [refs #64] fix hide gollum-dialog 2012-01-27 21:19:57 +06:00
George Vinogradov 549f0a55e8 [issue #64] Merge branch 'master' into 64-project_wiki
Conflicts:
	Gemfile.lock
	app/models/project.rb
	app/models/user.rb
	app/views/projects/_form.html.haml
	config/locales/ru.yml
	db/schema.rb
2012-01-27 18:27:23 +04:00
George Vinogradov 011efb0c4b [issue #64] Added git access to Wiki. 2012-01-20 19:01:59 +04:00
George Vinogradov 364f2e40c0 [issue #64] Added Wiki history, compare, revert. 2012-01-20 03:25:15 +04:00
George Vinogradov 0c527af291 [issue #64] Added revisions comparsion. 2012-01-19 17:49:32 +04:00
George Vinogradov 2af0135fb5 [issue #64] Added All Pages representation. 2012-01-18 19:09:25 +04:00