Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-10Use page title for header title tooDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-26Add Gitlab::ColorSchemes moduleRobert Speicher
Very similar to Gitlab::Theme, this contains all of the definitions for our syntax highlighting schemes.
2015-07-13Allow user to specify content he wants to see on project pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-14Remove redundant help text from custom dashboard selectionRobert Speicher
2015-06-14Fix alignment of Behavior form; add documentation linkRobert Speicher
2015-06-14Add feature specs for default dashboard preferenceRobert Speicher
2015-06-14Add a form field to customize the dashboard preferenceRobert Speicher
2015-06-14Update markup/styling for syntax highlight theme preferenceRobert Speicher
2015-06-14Simplify the javascript behavior for Preference updatingRobert Speicher
2015-06-14Add PreferencesHelper moduleRobert Speicher
Consolidates the helpers related to user preferences. Renames `app_theme` to `user_application_theme` to better explain what it is.
2015-06-14Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher
Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere.
2015-06-14Move the "Design" templates and logic to PreferencesRobert Speicher
2015-06-14Add Profiles::PreferencesControllerRobert Speicher