Code Monkey home page Code Monkey logo

redmine-theme's People

Contributors

danez avatar frasten avatar jaugustin avatar selfsimilar avatar yuters avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redmine-theme's Issues

what does

    var loadTitle = $(document.createElement('h3')).html('Pixel Cookers Theme');
    var loadBtn = $(document.createElement('button')).attr('type', 'button').attr('id', 'load-options').attr('class', 'btn greydient').html('Load User Preferences');
    var loadResult = $(document.createElement('p')).attr('id', 'load-result');
    var mySidebar = $('.controller-my.action-account #sidebar');

it's in my/account page, but when I click it, doesn't make the stopwatch auto play.

Compatibility with redmine 2.3

Clicking on activity with a Reporter user it shows the activities with the default theme. With Administrator everything's work fine

List overlaps H2

The list overlaps the header h2.
See: http://i.imgur.com/HlVfW.png

I fixed it with the following patch.

--- application.css     2012-07-30 11:40:49.000000000 +0200
+++ application.css     2012-07-30 11:40:04.000000000 +0200
@@ -472,7 +472,7 @@
   border-top: 1px solid #e3ecfc;
   color: #000000;
   font-size: 16px;
-  margin: 6px -10px 10px;
+  margin: -6px -10px 10px;
   padding: 10px 20px;
 }
 h3,

bullet_white.png/square_black.png not found

Patch:

--- factory.application.css 2012-02-22 18:11:35.000000000 +0400
+++ application.css 2012-02-22 18:24:15.000000000 +0400
@@ -406,10 +406,10 @@
padding:4px 0 4px 20px;
}
ul li li{

  •   background-image: url(../images/icons/bullet_white.png);
    
  •   background-image: url(../images/bullet_white.png);
    
    }
    ul li li li{
  •   background-image: url(../images/icons/bullet_white.png);
    
  •   background-image: url(../images/square_black.png);
    
    }
    ul.projects.root li.root{
    background: none;

Formatting of the "code" tag is broken

Multiline content within the <code> tag like

<code>
line 1
line 2
</code>

is displayed as single line

line 1 line 2

because of

code {
....
      white-space: nowrap;
    }

in the CSS.

New sub-task indenting does not work.

After converting to the pixel-cookers them, in the issues list, new sub-tasks do not display properly indented underneath the parent task with the arrow denoting it's a subtask.

Paste Problem

Hi, your theme is great, having a little testing i find that you can't paste in any activity comment form, you can try for yourself, copy some text and CTRL+V and doesn't work.

I try changing my theme to the original theme and its working fine, so this is not a redmine problem.

Thanks

Event() has no method observe

On every page i have this error.

Uncaught TypeError: Object function Event() { [native code] } has no method 'observe'  on line 7 in theme.js

Bad positioning of the toc in Wiki pages

If i include a {{<toc}} on a wiki page it has a strange positioning inside the wiki page. You can improve it by putting it under an .h1 but it still is not so nice placed.

Would be great if the positioning could be improved :)

Bad position of Tooltip in Hudson plugin.

Here is some screenshot of your theme and the highrise theme to show the difference between the themes. You'll see the problem of position about the tooltip of the archive icon.
hudson highrise_left
hudson pixel_cookers

Top menu outline too low

The outline of the top menu (#top-menu) is somewhere in the middle of my screen. This shows a horizontal line about 5 centimeters too low (Firefox 21)

Redmine 1.3.0 compatibility

I really like this theme, I think it's great. Since upgrading to Redmine 1.3.0 however I've noticed a few formatting oddities. I've linked to screenshots.

Repository formatting

Wiki formatting

The Wiki formatting problem seems to happen when a section ends with a ordered list.

Thanks heaps.

a small glitch

many thanks for your hard work!

loving this theme..

however could you plz fix this:

http://i.imgur.com/5iEMd.jpg

happens when I hit an update button in the issue inside (checked classic theme it's not happening there), also icon's replacing text seems to be weird instead of replacing text they are showing up on the text.. (right panel should be on otherwise it's almost unnoticeable).

also I'd like to know how can I resize left panel? Let's say I want to make it little bit smaller and also spacing between main content and left panel would be nice to get it bit smaller.

Thanks again

Problem redmine 3.3

Good afternoon does n
badmenu
ot appear on the left side of the menu

Redmine version 3.3.1.stable
Ruby version 2.3.3-p222 (2016-11-21) [x86_64-linux-gnu]
Rails version 4.2.7.1

Error editing issues

When editing an issues and by clicking accept an error is generated (in the picture) using firefox 22

error

Seeking found the charge:

$('.controller-issues.action-show #issue-form input[type="submit"], .controller-timelog .edit_time_entry input[type="submit"], .controller-timelog .new_time_entry input[type="submit"]').on('click', function(){
window.onbeforeunload = function (e) {
var e = e || window.event;
if (e) {
e.returnValue = null;
}
return null;
};
});

Suggestion: Auto-hide left sidebar

It would be great to allow option for hiding of the left sidebar to have more screen available and make it more mobile friendly since on mobile browsers, left sidebar covers entire browser window.

[Feature Request] Complete use of chosen dropdown list for all fields as "project list"

Hi,

Your plugin is very usefull, I use it also for the searchable dropdown list of projects (chosen).
Please, could you also add this chosen on :

  1. in settings of each project on the field "Subproject of"
  2. when edit an existing issue, on field "project"
  3. when add a favourite project (my account) in place of the big list of projects, show a chosen with "add to favourites" button (I don't know if it's in the plugin "redmine_favourite_projects")

Greetings, Jean-Louis.

progress bar roadmap

The progress bar on the roadmap should have different color status:

  • done
  • closed

Problem Redmine 3.3.0-dev

Good Morning.

I inform you that Pixel Cookers is not compatible with the new version 3.3 of Redmine.
When selecting a project in the project list opcioens bar on the left is not loaded in vertical, horizontal loads and opcions not seen.
I attach a caputra screen.

redmine

A greeting.

Mobile

Hello - Love theme but not very mobile friendly? Any plans to make mobile responsive?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.