6+ results for 'bitbucket repo:arrayschism/Redmine Advanced Roadmap' (0 ms)

Not the results you expected?

contents.rst (https://github.com/aka-katto/dandere2x.git) ReStructuredText · 212 lines

71 :doc:`Custom domains <custom_domains>`

72

73 * **Connecting with GitHub, BitBucket, or GitLab**:

74 :doc:`Connecting your account <connected-accounts>`

75

103

104

105 Advanced features of Read the Docs

106 ----------------------------------

107

108 Read the Docs offers many advanced features and options.

109 Learn more about these integrations and how you can get the most

110 out of your documentation and Read the Docs.

README.md (https://bitbucket.org/nexj/njsdoc) Markdown · 73 lines

6 Often this means things get specified twice, once in code and once in comments.

7

8 NJSDoc 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

9 each value comes from and which JSDoc comment is most appropriate. NJSDoc uses the prototype chain to classify objects as classes (constructors)

10 and class members so it is compatible with many ad-hoc inheritance schemes.

12 # Roadmap #

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

16 * Plugin system to support AMD and other module systems

68 # See Also #

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)

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

admin.php (https://bitbucket.org/allanfreitas/bugitor) PHP · 88 lines

9 * /____/

10 * A Yii powered issue tracker

11 * http://bitbucket.org/jacmoe/bugitor/

12 *

13 * Copyright (C) 2009 - 2012 Bugitor Team

64 </p>

65

66 <?php echo CHtml::link('Advanced Search','#',array('class'=>'search-button')); ?>

67 <div class="search-form" style="display:none">

68 <?php $this->renderPartial('_search',array(

79 'name',

80 'is_in_chlog',

81 'is_in_roadmap',

82 'position',

83 array(

init.rb (https://bitbucket.org/StrangeWill/redmine-advanced-roadmap) Ruby · 55 lines

16 end

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)

28 require_dependency "advanced_roadmap/view_hooks"

29

30 RAILS_DEFAULT_LOGGER.info "Advanced roadmap & milestones plugin for RedMine"

31

32 Redmine::Plugin.register :advanced_roadmap do

33 name "Advanced Roadmap"

34 url "https://bitbucket.org/StrangeWill/redmine-advanced-roadmap/"

35 author "Emilio GonzĂĄlez MontaĂąa, William Roush"

36 author_url "https://bitbucket.org/StrangeWill/redmine-advanced-roadmap/"

admin.php (https://bitbucket.org/zeroows/bugitor) PHP · 88 lines

9 * /____/

10 * A Yii powered issue tracker

11 * http://bitbucket.org/jacmoe/bugitor/

12 *

13 * Copyright (C) 2009 - 2013 Bugitor Team

64 </p>

65

66 <?php echo CHtml::link('Advanced Search','#',array('class'=>'search-button')); ?>

67 <div class="search-form" style="display:none">

68 <?php $this->renderPartial('_search',array(

79 'name',

80 'is_in_chlog',

81 'is_in_roadmap',

82 'position',

83 array(

README.md (https://github.com/Uncommon/Xit.git) Markdown · 42 lines

17 * **Sidebar** showing branches, remotes, tags, submodules, and stashes.

18 * If you sign in with your TeamCity account, you can see build status for branches you have pushed.

19 * If you sign in with your Bitbucket Server account, you can see and act on pull requests.

20 * Support for more services, such as GitHub, is in the works.

21 * **History list** with a graph of commits and branches.

27 * Blame view has color coding to show lines that changed at the same time, and links back to the commit they came from.

28

29 # Roadmap

30

31 The plan is to have a concrete 1.0 milestone to provide a good foundation and firm direction moving forward. Version 1.0 will simply be a starting point covering basic usage, plus some fun extras like the beginnigs of online service integration.