mdk.git
2014-07-23  Frederic MassartBumping to version 1.3 v1.3
2014-07-23  Frederic MassartUpdating the changelog
2014-07-23  Frederic MassartIncluding .rst files rather than .md
2014-07-23  Frederic MassartRemoving bash completion info from readme
2014-07-23  Frederic MassartRemoving extra files from package
2014-07-23  Frederic MassartAdding the long description
2014-07-23  Frederic MassartUpdating readme file with new install method
2014-07-23  Frederic MassartFinalising the python package
2014-07-22  Frederic MassartRemoving need for root with init command
2014-07-22  Frederic MassartRemoving the weak checks for required libs in doctor
2014-07-22  Frederic MassartReformating from markdown to reStructuredText
2014-07-22  Frederic MassartUpdating the requirements to the latest versions
2014-07-22  Frederic MassartPrefer using external packages rather than shipping...
2014-07-22  Frederic MassartPrefer using external packages rather than shipping...
2014-07-22  Frederic MassartResolve scripts using the package resource API
2014-07-22  Frederic MassartRemoving test file
2014-07-22  Frederic MassartWrapping main logic into a main function
2014-07-21  Frederic MassartAllowing the package to be executed from different...
2014-07-21  Frederic MassartFixing all the imports \o/
2014-07-21  Frederic MassartFix path to config files
2014-07-21  Frederic MassartReorganising files to make a package
2014-07-21  Andrew NicolsPass through the phpunit --filter option. Fixes 84
2014-07-21  Frederic MassartEnsure that database name does not exceed 28 chars...
2014-07-21  Frederic MassartMerge branch 'prefixdbname' of git://github.com/mudrd8m...
2014-07-21  Frederic MassartReorganised undev lang caching code. Fixed #88
2014-07-21  Frederic MassartMerge branch 'dev-langstringcache' of git://github...
2014-07-21  Frederic MassartMerge branch 'master' of github.com:FMCorz/mdk
2014-07-21  Frederic MassartAdding support for MariaDB. Fixes #90
2014-07-21  Frederic MassartBump to version 1.3-dev
2014-07-04  David MudrákRe-enable langstringcache via undev script
2014-07-04  David MudrákAdd support for optional db.namePrefix setting
2014-07-04  David MudrákDo not cache strings in dev mode
2014-06-30  Frédéric MassartMerge pull request #85 from mudrd8mz/fix-sessioncookiepath
2014-06-27  David MudrákRespect the 'path' config when setting $CFG->sessioncoo...
2014-06-04  Frederic MassartDo not try to enrol deleted users
2014-06-04  Frederic MassartSuffix was never parsed from branch name
2014-05-12  Frederic MassartBump to version 1.2.1 v1.2.1
2014-05-12  Frederic MassartAdding 2.7 tracker fields
2014-05-12  Frederic MassartBump to version 1.2 v1.2
2014-05-12  Frederic MassartUpdating changelog
2014-05-12  Frederic MassartUpdated masterBranch to 28
2014-05-12  Frederic MassartBash completion for JS command
2014-05-12  Frederic MassartUpdating readme file for JS command
2014-05-12  Frederic MassartAdd watchdog to JS shift command
2014-05-12  Frederic MassartResolve plugin path before subsystem
2014-05-09  Frederic MassartNew JS command
2014-05-09  Frederic MassartPluginManager can find out a subsystem or plugin from...
2014-05-09  Frederic MassartSub plugin types paths start with a / like plugin types
2014-05-09  Frederic MassartAdding support for subsystems in PluginManager
2014-05-09  Frederic MassartNot every subplugins were found by the plugin manager
2014-05-07  Frederic MassartGit fetch returns false when failed
2014-04-17  Frederic MassartAdded new plugin type availability, and tool subtype
2014-04-16  Frederic MassartMissing import of datetime in pull command
2014-04-15  Frederic MassartBump to version 1.2-dev
2014-04-15  Frederic MassartBump to version 1.1 v1.1
2014-04-15  Frederic MassartUpdating changelog
2014-04-15  Frederic MassartGuessing the editor from the environment
2014-04-15  Frederic MassartTiny code styling issue
2014-04-14  Frederic MassartGit processes can be killed using CTRL + C
2014-04-14  Frédéric MassartMerge pull request #80 from andrewnicols/mdktheme
2014-04-10  Andrew NicolsAdd an alias for mdk theme to set the instance theme
2014-04-09  Frederic MassartSimplify calls to tools.parseBranch
2014-04-09  Frederic MassartConfig command has an option to edit the config file
2014-04-09  Frederic MassartAdded the requirement for git v1.7.7. Fixes #9
2014-04-09  Frederic MassartLazy loading of workplace to prevent dependency issues...
2014-04-09  Frederic MassartAdded information about arguments in aliases
2014-04-09  Frederic MassartFinished Behat threads are not killed
2014-04-07  Frederic MassartKill the PHP Server or Selenium when killing Behat
2014-04-07  Frederic MassartSubprocesses are killed when CTRL + C
2014-04-07  Frederic MassartDo not start PHP Server for Behat on 2.7
2014-04-03  Frederic MassartMerge branch 'master' of github.com:FMCorz/mdk
2014-04-02  Frederic MassartBump version to 1.1-dev
2014-04-02  Frederic MassartBump version to 1.0 v1.0
2014-04-02  Frederic MassartFixed a typo in changelog
2014-04-02  Frederic MassartUpdating changelog
2014-04-02  Frederic MassartUpdated the readme file for various things
2014-04-02  Frederic MassartNew Exception type for issues not found on tracker
2014-04-02  Frederic MassartBackport could not push and upgrade tracker any more
2014-04-02  Frederic MassartAdded dependencies check to doctor
2014-04-02  Frederic MassartDeprecating the script 'less'
2014-04-02  Frederic MassartRenaming check to doctor
2014-04-02  Frederic MassartRemoving import of unused packages
2014-04-02  Frederic MassartMerge branch 'master' of github.com:FMCorz/mdk
2014-04-01  Frederic MassartPatch can be pulled from the tracker on demand
2014-04-01  Frederic MassartNew API method to get pull information from the tracker
2014-04-01  Frederic MassartNew API method to get issue attrachments from the tracker
2014-03-21  Frederic MassartAdding missing --identifier in bash completion
2014-03-12  Frederic MassartMissing arguments when getting issue details from tracker
2014-03-12  Frederic MassartError when plugin name contained more than 1 underscore
2014-03-10  Frederic MassartJira class uses module requests
2014-03-10  Frederic MassartAdded missing bash completion rules
2014-03-10  Frederic MassartBackport command can upload patches to tracker
2014-03-10  Frederic MassartJira is now a singleton
2014-03-10  Frederic MassartPush command can upload patches to the tracker
2014-03-10  Frederic MassartExit with error code 1 when an exception is thrown
2014-03-10  Frederic MassartBackport can handle conflicts in bootstrapbase css...
2014-03-10  Frederic MassartArguments can be passed to scripts. Fixes #69
2014-03-10  Frédéric MassartMerge pull request #75 from andrewnicols/css-lessc
2014-03-10  Andrew NicolsAdd sourcemap support using lessc to css command
2014-02-19  Frederic MassartAdding calendartype to the plugin types list
next