PageRenderTime 72ms queryTime 44ms sortTime 0ms getByIdsTime 2ms findMatchingLines 2ms

4+ results for 'bitbucket repo:arrayschism/Redmine Advanced Roadmap' (72 ms)

Not the results you expected?
README.md https://bitbucket.org/oostman/uitracker.git | Markdown | 107 lines
                    
14
                    
15git clone https://bitbucket.org/oostman/uitracker.git
                    
16mvn clean install
                    
46
                    
47The most common way of debugging and making changes to the client-side code is dev-mode. To create debug configuration for it, open uitracker-demo project properties and click "Create Development Mode Launch" button on the Vaadin tab. Right-click newly added "GWT development mode for uitracker-demo.launch" and choose Debug As > Debug Configurations... Open up Classpath tab for the development mode configuration and choose User Entries. Click Advanced... and select Add Folders. Choose Java and Resources under uitracker/src/main and click ok. Now you are ready to start debugging the client-side code by clicking debug. Click Launch Default Browser button in the GWT Development Mode in the launched application. Now you can modify and breakpoints to client-side classes and see changes by reloading the web page. 
                    
48
                    
57
                    
58## Roadmap
                    
59
                    
59
                    
60This component is developed as a hobby with no public roadmap or any guarantees of upcoming releases. That said, the following features are planned for upcoming releases:
                    
61- Saving pixel for each click and DOM tree as identifier
                    
66
                    
67The issues for this add-on are tracked on its bitbucket.com page. All bug reports and feature requests are appreciated. 
                    
68
                    
                
README.md https://bitbucket.org/nexj/njsdoc | Markdown | 73 lines
                    
7
                    
8NJSDoc on the other hand evaluates the code using [modified Rhino](https://bitbucket.org/nexj/rhino-njsdoc) and stores the source code location of every assignment so it can calculate where
                    
9each value comes from and which JSDoc comment is most appropriate. NJSDoc uses the prototype chain to classify objects as classes (constructors) 
                    
11
                    
12# Roadmap #
                    
13
                    
13
                    
14* IDE integration to generate content assist for libraries - see: [https://bitbucket.org/nexj/webtools.jsdt.core](https://bitbucket.org/nexj/webtools.jsdt.core)
                    
15* Prettier output that looks more like traditional JSDoc
                    
69
                    
70* Modified Rhino required by NJSDoc: [https://bitbucket.org/nexj/rhino-njsdoc](https://bitbucket.org/nexj/rhino-njsdoc)
                    
71* Eclipse plugin exposing NJSDoc API: [https://bitbucket.org/nexj/njsdoc-build](https://bitbucket.org/nexj/njsdoc-build)
                    
71* Eclipse plugin exposing NJSDoc API: [https://bitbucket.org/nexj/njsdoc-build](https://bitbucket.org/nexj/njsdoc-build)
                    
72* Fork of the Eclipse Javascript editor JSDT using NJSDoc: [https://bitbucket.org/nexj/webtools.jsdt.core/src/njsdoc](https://bitbucket.org/nexj/webtools.jsdt.core/src/njsdoc)
                    
73
                    
                
init.rb https://bitbucket.org/StrangeWill/redmine-advanced-roadmap | Ruby | 55 lines
                    
17
                    
18  ApplicationHelper.send(:include, AdvancedRoadmap::ApplicationHelperPatch)
                    
19  Issue.send(:include, AdvancedRoadmap::IssuePatch)
                    
21  Project.send(:include, AdvancedRoadmap::ProjectPatch)
                    
22  ProjectsHelper.send(:include, AdvancedRoadmap::ProjectsHelperPatch)
                    
23  Redmine::I18n.send(:include, AdvancedRoadmap::RedmineI18nPatch)
                    
29
                    
30RAILS_DEFAULT_LOGGER.info "Advanced roadmap & milestones plugin for RedMine"
                    
31
                    
33  name "Advanced Roadmap"
                    
34  url "https://bitbucket.org/StrangeWill/redmine-advanced-roadmap/"
                    
35  author "Emilio GonzĂĄlez MontaĂąa, William Roush"
                    
35  author "Emilio GonzĂĄlez MontaĂąa, William Roush"
                    
36  author_url "https://bitbucket.org/StrangeWill/redmine-advanced-roadmap/"
                    
37  description "Additional performance metrics analysis for Redmine's Roadmap feature and support for project milestones."
                    
                
admin.php https://bitbucket.org/zeroows/bugitor | PHP | 88 lines
                    
10 * A Yii powered issue tracker
                    
11 * http://bitbucket.org/jacmoe/bugitor/
                    
12 *
                    
65
                    
66<?php echo CHtml::link('Advanced Search','#',array('class'=>'search-button')); ?>
                    
67<div class="search-form" style="display:none">
                    
80		'is_in_chlog',
                    
81		'is_in_roadmap',
                    
82		'position',
                    
                
 

Source

Language