Seções

New Feature Request List


Votes Description
025 ORM: Many to Many behaviour - save related #2871
020 Queue: Add redis queue adapter to replace beanstalkd #13385
020 DI: add autowire to DI container #13378
020 Volt: Support for embedding blocks into other blocks #329
019 ODM: MongoDB Driver support #11156
019 Storage: Support Redis Cluster #10686
018 HTTP: Rework the Phalcon HTTP stack #12485
018 Url: UPDATE query with JOIN in PHQL #11637
017 HTTP: Ability to handle the request via Psr ServerRequest #14390
017 Router: generate URL for route with hostName #9913
016 Volt: Volt with “Literal” tag #1253
015 Application: Phalcon Authentication #13790
015 Tag: HTML OPTION attributes by Phalcon\Tag::select() #899
014 Forms: Embedded Forms #705
013 Security: Implement Argon2 for password hashing #13596
013 Application: Use the same way to register modules Mvc/Cli/Micro
012 Db - add multi array insertion #14620
012 Router: Router enhancements and changes #12827
012 Validation: Add an option to cancel other validators only for the same field when the validator fails #1540
011 ORM: Prevent unnecessary database requests for relationships where key is NULL #14471
011 Security: Don’t change the CSRF token on every request #14413
010 Db - Support MySQL 8 - #14719
010 Queue: Queue Service #13851
009 Url: Url get() function enhancement request #11422
008 Http - Firewall https://github.com/phalcon/cphalcon/issues/11389
008 Db: Postgres Arrays and array operators support #14579
008 Security: Security Improvement #14456
008 ORM: Data Mapper Implementation #14126
008 Validation: Forms should transform “” to NULL unless explicitly told not to #13550
008 Form Elements: Add proper support to \Phalcon\Form for Radio button #13461
008 Application: Add module name to module class name format in Application::registerModules #12252
007 Db - add support for Microsoft SQL Server #1184
007 Validation: PresenceOf and Regex validators #13541
006 Security: different UUID versions #14955
006 Forms: beforeBind and afterBind for Form #14598
006 Storage: Phalcon JSON Flat-File CRUDS Support #13783
005 Pagination: SQL Instrumental key pagination #14754 (using LIMIT instead of OFFSET)
005 Config: Review logic of “Load services from config” #14564
005 ORM: Many-To-Many relation with composite PKs #13890
005 Volt: volt strings do not know about escape sequences #12888
005 Volt: Volt output filters #2349
004 ROUTER: Initialize Router from Array https://github.com/phalcon/cphalcon/issues/15050
004 PHQL: Registering custom expressions in PHQL Dialects like PostgreSQL @@ Expression #14954
004 ORM: Global option for reusable in relationships #14788
004 DB: Add POINT column. Issue https://github.com/phalcon/cphalcon/issues/14769
004 ORM: New chunk() method for Phalcon ORM #14005
004 Forms: Forms: Multiple csrf #13922
004 Router: Nested route group #13904
004 ORM: ORM: add the ability to return a custom Phalcon\Mvc\Model\Row class instance #13587
004 Models: ReusableInterface #13474
004 Dispatcher: Can’t get module name from cli dispatcher #13229
003 Volt: Volt: Block functions #14436
003 ORM: When the model uses columns(), it should bind the original model instead of Phalcon\Mvc\Model\Row #14181
003 Volt: Volt PHP 7 strict type support #13978
003 Application: Make Micro Collection create handler instance with DI #13967
002 Assets Reintroduce Cssmin/Jsmin #14903
002 Application Micro: removeExtraSlashes should be false by default #14920
002 VIEW: Add has method to View https://github.com/phalcon/cphalcon/issues/14815
002 Translate: Gettext query domain #14527
002 General: Classes should not have application defaults #14412
002 Helper: BCMath wrapper #14008
002 CLI: Lock for cli component #14006
002 Events: When no Event “data” is supplied, do not pass the parameter #13965
002 Volt: Volt cache system #13926
002 Image: Add Gmagic adapter for Phalcon\Image #13884
002 ORM: Cascade update in ORM #13804
002 Db: MySQL point field support missing #13670
002 DI: \Phalcon\Di add alias? #13042
002 Translate: SetLocale() not support multiple parameters #12202
002 Translate: Support ‘context’ in Gettext (msgctxt) #12201
001 Dispatcher: can we add controller filter like cakephp4 #14902
001 Volt: Volt extends from virable or from absolute path #14411
001 Model: set properties in Phalcon\Mvc::refresh() #14338
001 Validator: add aspect ratios validation for Validator/Files #14327
001 HTTP Response: add setStreamToSend for response class #14309
001 Validator: validation :field should use translation pattern %field% #14308
001 Validator: regex for Validator/Files allowedTypes #14273
001 ORM: Query Builder duplicating JOIN clause #14214
001 ORM: suggest adding the alias method to the model #14185
001 Pagination: Dynamic Loop Counters When Using Pagination #14046
001 ORM: Map record to target model (Inheritance mapping) #14007
001 Volt: Remove Single Quotes From Volt Names #13942
001 Volt: Shorter Volt Filter Names or Optional Shorter Alias Names #13940
001 Translate: Proposal on adding a LocaleAwareInterface for Translate adapters (and interpolators) #13905
001 Dispatcher: setDefaultNamespace() Alias setNamespace() #13814
001 Db: Different types of messages in virtual foreign keys #13801
001 View: View active render path not return to prev path after partial render #13554
001 DI: Make shared instances removable. #13285
000 Model: Add method to Mvc/Model/CriteriaInterface #14818
000 Model: Add the merge mode for the Model::skipAttributes() #14934
000 URL: Add a global suffix to URL #14806
000 Link to docs in changelog - https://github.com/phalcon/cphalcon/issues/14642
000 Session: Need the lock for redis session #13738
000 Validation: Why not to use ioc/factory style for validators like filters? #13567
000 Volt Compiler: Allow \Phalcon\Mvc\View\Engine\Volt to accept Phalcon\Mvc\View\Engine\Volt\Compiler in the constructor #2700
Votes Description
030 ORM: Many to Many behaviour - save related phalcon/phalcon#138
026 Queue: Add redis queue adapter to replace beanstalkd phalcon/phalcon#153
026 Storage: Support Redis Cluster phalcon/phalcon#142
023 DI: add autowire to DI container phalcon/phalcon#49
023 ODM: MongoDB Driver support phalcon/cphalcon#11156
023 Volt: Support for embedding blocks into other blocks phalcon/phalcon#133
020 HTTP: Rework the Phalcon HTTP stack phalcon/cphalcon#12485
020 Url: UPDATE query with JOIN in PHQL phalcon/phalcon#146
020 Router: generate URL for route with hostName phalcon/phalcon#141
019 HTTP: Ability to handle the request via Psr ServerRequest phalcon/cphalcon#14390
018 Application: Phalcon Authentication phalcon/phalcon#162
018 Tag: HTML OPTION attributes by Phalcon\Tag::select() phalcon/phalcon#135
018 Forms: Embedded Forms phalcon/phalcon#134
017 Volt: Volt with “Literal” tag phalcon/phalcon#136
016 Application: Use the same way to register modules Mvc/Cli/Micro
014 Db - add multi array insertion phalcon/cphalcon#14620
014 Router: Router enhancements and changes phalcon/phalcon#148
013 ORM: Prevent unnecessary database requests for relationships where key is NULL phalcon/cphalcon#14471
013 Validation: Add an option to cancel other validators only for the same field when the validator fails phalcon/cphalcon#1540
012 Security: Don’t change the CSRF token on every request phalcon/cphalcon#14413
011 Queue: Queue Service phalcon/phalcon#163
010 Security: different UUID versions phalcon/cphalcon#14955
010 Db - Support MySQL 8 - phalcon/cphalcon#14719
010 Http - Firewall https://github.com/phalcon/cphalcon/issues/11389
010 Db: Postgres Arrays and array operators support phalcon/cphalcon#14579
010 Security: Security Improvement phalcon/cphalcon#14456
010 ORM: Data Mapper Implementation phalcon/phalcon#166
010 Url: Url get() function enhancement request phalcon/phalcon#145
008 Validation: Forms should transform “” to NULL unless explicitly told not to phalcon/phalcon#158
008 Form Elements: Add proper support to \Phalcon\Form for Radio button phalcon/phalcon#154
008 Application: Add module name to module class name format in Application::registerModules phalcon/cphalcon#12252
007 Db - add support for Microsoft SQL Server phalcon/cphalcon#1184
007 Router: Nested route group phalcon/cphalcon#13904
007 Storage: Phalcon JSON Flat-File CRUDS Support phalcon/cphalcon#13783
007 Validation: PresenceOf and Regex validators phalcon/phalcon#157
007 Volt: Volt output filters phalcon/phalcon#137
006 ROUTER: Initialize Router from Array https://github.com/phalcon/cphalcon/issues/15050
006 Assets Reintroduce Cssmin/Jsmin phalcon/cphalcon#14903
006 ORM: Global option for reusable in relationships phalcon/cphalcon#14788
006 Forms: beforeBind and afterBind for Form phalcon/cphalcon#14598
006 Config: Review logic of “Load services from config” phalcon/phalcon#176
006 ORM: Many-To-Many relation with composite PKs phalcon/cphalcon#13890
005 Application Micro: removeExtraSlashes should be false by default phalcon/cphalcon#14920
005 DB: Add POINT column. Issue https://github.com/phalcon/cphalcon/issues/14769
005 Pagination: SQL Instrumental key pagination phalcon/cphalcon#14754 (using LIMIT instead of OFFSET)
005 Forms: Forms: Multiple csrf phalcon/cphalcon#13922
005 Volt: volt strings do not know about escape sequences phalcon/phalcon#150
004 PHQL: Registering custom expressions in PHQL Dialects like PostgreSQL @@ Expression phalcon/cphalcon#14954
004 Volt: Volt: Block functions phalcon/cphalcon#14436
004 ORM: New chunk() method for Phalcon ORM phalcon/cphalcon#14005
004 ORM: ORM: add the ability to return a custom Phalcon\Mvc\Model\Row class instance phalcon/phalcon#159
004 Models: ReusableInterface phalcon/phalcon#155
004 Dispatcher: Can’t get module name from cli dispatcher phalcon/phalcon#152
003 VIEW: Add has method to View https://github.com/phalcon/cphalcon/issues/14815
003 ORM: When the model uses columns(), it should bind the original model instead of Phalcon\Mvc\Model\Row phalcon/phalcon#167
003 Helper: BCMath wrapper phalcon/cphalcon#14008
003 CLI: Lock for cli component phalcon/cphalcon#14006
003 Volt: Volt PHP 7 strict type support phalcon/cphalcon#13978
003 Application: Make Micro Collection create handler instance with DI phalcon/cphalcon#13967
002 Config: Introduce HJSON format phalcon/cphalcon#15696
002 URL: Add a global suffix to URL phalcon/cphalcon#14806
002 Link to docs in changelog - https://github.com/phalcon/cphalcon/issues/14642
002 Translate: Gettext query domain phalcon/cphalcon#14527
002 General: Classes should not have application defaults phalcon/cphalcon#14412
002 Pagination: Dynamic Loop Counters When Using Pagination phalcon/cphalcon#14046
002 Events: When no Event “data” is supplied, do not pass the parameter phalcon/cphalcon#13965
002 Volt: Shorter Volt Filter Names or Optional Shorter Alias Names phalcon/cphalcon#13940
002 Volt: Volt cache system phalcon/cphalcon#13926
002 Image: Add Gmagic adapter for Phalcon\Image phalcon/cphalcon#13884
002 Dispatcher: setDefaultNamespace() Alias setNamespace() phalcon/cphalcon#13814
002 ORM: Cascade update in ORM phalcon/cphalcon#13804
002 Db: MySQL point field support missing phalcon/cphalcon#13670
002 DI: \Phalcon\Di add alias? phalcon/cphalcon#13042
002 Translate: SetLocale() not support multiple parameters phalcon/cphalcon#12202
002 Translate: Support ‘context’ in Gettext (msgctxt) phalcon/cphalcon#12201
001 Dispatcher: can we add controller filter like cakephp4 phalcon/cphalcon#14902
001 Volt: Volt extends from virable or from absolute path phalcon/phalcon#175
001 Model: set properties in Phalcon\Mvc::refresh() phalcon/phalcon#174
001 Validator: add aspect ratios validation for Validator/Files phalcon/phalcon#173
001 HTTP Response: add setStreamToSend for response class phalcon/phalcon#268
001 Validator: validation :field should use translation pattern %field% phalcon/cphalcon#14308
001 Validator: regex for Validator/Files allowedTypes phalcon/phalcon#170
001 ORM: Query Builder duplicating JOIN clause phalcon/cphalcon#14214
001 ORM: suggest adding the alias method to the model phalcon/cphalcon#14185
001 ORM: Map record to target model (Inheritance mapping) phalcon/cphalcon#14007
001 Volt: Remove Single Quotes From Volt Names phalcon/cphalcon#13942
001 Translate: Proposal on adding a LocaleAwareInterface for Translate adapters (and interpolators) phalcon/cphalcon#13905
001 Db: Different types of messages in virtual foreign keys phalcon/cphalcon#13801
001 View: View active render path not return to prev path after partial render phalcon/cphalcon#13554
001 DI: Make shared instances removable. phalcon/cphalcon#13285
000 Model: Add method to Mvc/Model/CriteriaInterface phalcon/cphalcon#14818
000 Model: Add the merge mode for the Model::skipAttributes() phalcon/cphalcon#14934
000 Session: Need the lock for redis session phalcon/phalcon#161
000 Validation: Why not to use ioc/factory style for validators like filters? phalcon/cphalcon#13567
000 Volt Compiler: Allow \Phalcon\Mvc\View\Engine\Volt to accept Phalcon\Mvc\View\Engine\Volt\Compiler in the constructor phalcon/phalcon#274