Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Nevraxe/Cervo issues and pull requests

#96 - Write usage examples

Issue - State: open - Opened by maaudet-ca almost 7 years ago
Labels: Priority: Low, Documentation Improvement

#95 - Add a logging system

Issue - State: open - Opened by maaudet-ca almost 7 years ago
Labels: Enhancement, Priority: Normal

#94 - Support CORS OPTIONS preflight with the router

Issue - State: open - Opened by maaudet-ca about 7 years ago
Labels: Enhancement, Priority: High

#93 - Rehaul the dependency injection system

Issue - State: open - Opened by maaudet-ca over 7 years ago
Labels: Enhancement, Priority: Normal

#92 - Move Core from a static to an object structure

Issue - State: open - Opened by maaudet-ca over 7 years ago
Labels: Enhancement, Priority: High

#91 - Implement cache

Issue - State: open - Opened by maaudet-ca over 7 years ago
Labels: Enhancement, Priority: Low

#90 - Add a cli tool

Issue - State: open - Opened by maaudet-ca over 7 years ago
Labels: Enhancement, Priority: Normal

#89 - Implement route groups from fastroute

Issue - State: closed - Opened by maaudet-ca almost 8 years ago
Labels: Enhancement, Priority: Normal

#88 - Switch to an open-source templating solution

Issue - State: open - Opened by maaudet-ca about 8 years ago
Labels: Enhancement, Priority: Normal

#87 - Update the README.md file to reflect the changes in 4.0

Issue - State: closed - Opened by maaudet-ca about 8 years ago
Labels: Priority: High, Documentation Improvement

#86 - Rephrase Controllers to Handlers

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Priority: Normal, Won't fix

#85 - Add an exception base for all the exceptions that represents http error codes

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Normal

#84 - Update nikic/FastRoute to 1.0.1

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Normal

#83 - Put the Exceptions in their own folder

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Low

#82 - Make it so middlewares can add parameters

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Won't fix

#81 - Make the router know which Controller addRoute is being called from

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Won't fix

#80 - Remove the "Method" suffix for controllers

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Low

#79 - Add a way to initialize Cervo without routing

Issue - State: closed - Opened by maaudet-ca over 8 years ago - 1 comment
Labels: Won't fix

#78 - Use php_sapi_name() to determine if we are calling a CLI route in the router

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Normal

#77 - Add support for FastRoute\Dispatcher::METHOD_NOT_ALLOWED (Different Exception)

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Low

#76 - Add a default value for the "Cervo/Application/Directory" config

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Normal, Won't fix

#75 - Review the templates system

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Normal

#74 - Update the PHPDoc for every classes and the copyright in every files

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Priority: Low, Documentation Improvement

#73 - Update the "The Router.php file" part of the README file to better reflect the reality

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Priority: Low, Documentation Improvement

#72 - Update FastRoute to 1.0.0

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: High

#71 - Make sure that all parameters use the same naming convention ($my_parameter)

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Low

#70 - $httpMethod in Router::addRoute() supports an array of HTTP Methods and/or CLI + should change the case of httpMethod

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Priority: Normal, Documentation Improvement

#69 - Make it so we can put middlewares in groups of routes

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Enhancement, Priority: Normal

#68 - Remove support for callables for method_path in Route

Issue - State: closed - Opened by maaudet-ca over 8 years ago
Labels: Bug, Priority: High

#67 - Review the license used for the code

Issue - State: closed - Opened by maaudet-ca almost 9 years ago
Labels: Priority: Normal

#66 - Remove support for Query String requests in the Router

Issue - State: closed - Opened by maaudet-ca almost 9 years ago
Labels: Enhancement, Priority: Normal

#65 - Rewrite the Events library

Issue - State: closed - Opened by maaudet-ca almost 9 years ago
Labels: Enhancement, Priority: High

#64 - Review the Template and Views libraries

Issue - State: closed - Opened by maaudet-ca almost 9 years ago
Labels: Enhancement, Priority: Normal

#63 - Fixed the PHPStorm Metadata

Pull Request - State: closed - Opened by maaudet-ca almost 9 years ago
Labels: Bug

#62 - Add a CLI util for tools

Issue - State: closed - Opened by maaudet-ca almost 9 years ago
Labels: Enhancement, Priority: Low

#61 - Handle the case when you cannot create the router cache file due to access errors

Issue - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement, Priority: Normal

#60 - Remove exceptions from getLibrary in PHPStorm Metadata

Issue - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement, Priority: Low

#59 - Remove the Response library

Issue - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement, Priority: Low

#58 - Make tools available through CLI

Issue - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement, Priority: Normal, Won't fix

#57 - Wrong PHPStorm Metadata generated

Issue - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Bug, Priority: High

#56 - Add a tool to force regenerate the router cache to ease deployments

Issue - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement, Priority: Normal, Won't fix

#55 - Add a point about "Production" configuration in the README

Issue - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Priority: High, Documentation Improvement

#54 - Make it so we can chain multiple middlewares per routes

Issue - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement, Priority: Normal

#53 - Moved the autoloader to initConfig, version 3.0.2

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement, Priority: Normal

#52 - Fixing a bug with routes without middlewares

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Bug, Priority: High

#51 - Updating Master to 3.0.0

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago

#50 - Changed the new requirement in the README

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago

#48 - Added some comments in Router

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#47 - Some code cleanup / Simplification

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#46 - Modified the router's middlewares in order to be cacheable

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Bug

#45 - Router cache

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#44 - Rewrote the README.md file with the new features

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#43 - Added Scrutinizer back to the Readme

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#42 - Some code cleanup

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#41 - 3.0

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#40 - Fast routes

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#39 - Fast routes

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#38 - Coding style events

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#37 - Cleaning up multiple classes

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#36 - Core cleanup

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#35 - Better phpstorm metadata

Pull Request - State: closed - Opened by maaudet-ca about 9 years ago
Labels: Enhancement

#33 - Split the autoloader system's autoload() into it's own function in Cervo::autoload()

Issue - State: closed - Opened by maaudet-ca over 9 years ago
Labels: Enhancement, Priority: Normal

#32 - Split the phpStormMetadata into multiple methods

Issue - State: closed - Opened by maaudet-ca over 9 years ago
Labels: Enhancement, Priority: Low

#31 - We need a response object with HTTP helpers

Issue - State: closed - Opened by maaudet-ca over 9 years ago
Labels: Enhancement, Priority: Normal

#30 - Review the Router class

Issue - State: closed - Opened by maaudet-ca over 9 years ago - 1 comment
Labels: Enhancement, Priority: High

#29 - Should probably encapsulate the $_SERVER variables in an object (Request object)

Issue - State: closed - Opened by maaudet-ca over 9 years ago
Labels: Enhancement, Priority: Low

#28 - Scrutinizer Auto-Fixes

Pull Request - State: closed - Opened by scrutinizer-auto-fixer over 9 years ago

#27 - Scrutinizer Auto-Fixes

Pull Request - State: closed - Opened by scrutinizer-auto-fixer over 9 years ago

#26 - Fix the LICENSE, README and composer.json files

Issue - State: closed - Opened by maaudet-ca over 9 years ago
Labels: Enhancement, Priority: Low

#25 - Fix inspections issues

Issue - State: closed - Opened by maaudet-ca over 9 years ago - 1 comment
Labels: Enhancement, Priority: Normal

#24 - Find a better solution for the circular dependency fix

Issue - State: closed - Opened by maaudet-ca over 9 years ago - 1 comment
Labels: Enhancement, Priority: Normal

#23 - Port features to PHP 5.6.*

Issue - State: closed - Opened by maaudet-ca over 9 years ago
Labels: Enhancement, Priority: Normal

#22 - Fix the router issues when mixing ? and * identifiers

Issue - State: closed - Opened by maaudet-ca over 9 years ago
Labels: Bug, Priority: High

#21 - Router matches too much

Issue - State: closed - Opened by maaudet-ca over 11 years ago - 1 comment
Labels: Bug, Priority: High

#20 - Make the Module optional in Router->addRoute()

Issue - State: closed - Opened by maaudet-ca over 11 years ago - 1 comment

#19 - Add a way to have multiple configuration options in the Config library

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement, Priority: High

#18 - Circular dependency in the autoload

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Bug, Priority: High

#17 - Add cache support

Issue - State: closed - Opened by maaudet-ca over 11 years ago

#16 - Add PHPDocs for the code

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement, Priority: Low

#15 - Replace strncmp for strpos

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement, Priority: Low

#14 - Create a metadata generator for PHPStorm

Issue - State: closed - Opened by maaudet-ca over 11 years ago - 1 comment
Labels: Enhancement, Priority: Normal

#13 - Write a more complete README file

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement, Priority: Normal

#12 - Make the Config class able to read a YAML or a JSON file to override defaults.

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement, Priority: Normal

#11 - Make the Config class a library in it-self and make it usable for more then just the Core class

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement, Priority: Normal

#10 - Evaluate if the Router still needs the arraypath parameter

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement, Priority: Low

#9 - Create a test suite

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement, Priority: Normal

#8 - Add a way to prevent init() from executing

Issue - State: closed - Opened by maaudet-ca over 11 years ago - 2 comments
Labels: Enhancement, Priority: Low, Waiting

#7 - Added composer support

Pull Request - State: closed - Opened by maaudet-ca over 11 years ago

#6 - Add a way to support modules through Composer

Issue - State: closed - Opened by maaudet-ca over 11 years ago - 8 comments
Labels: Enhancement, Priority: High

#5 - Updating master for version 1.1.0

Pull Request - State: closed - Opened by maaudet-ca over 11 years ago

#4 - Reworked on the router

Pull Request - State: closed - Opened by maaudet-ca over 11 years ago

#3 - Add support for Composer and publish at packagist

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement

#2 - Remove the current known limitations for routes

Issue - State: closed - Opened by maaudet-ca over 11 years ago
Labels: Enhancement

#1 - Add a development and a production mode

Issue - State: closed - Opened by maaudet-ca over 11 years ago - 2 comments
Labels: Enhancement, Priority: Low