summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Markdown Syntax Highlighting (#860)HEADorigin/masterorigin/HEADmasterPaul Dragoonis2017-01-041-6/+8
* Revert "Fixing broken link for PSR-16"MichaelC2017-01-041-1/+1
* Fixing broken link for PSR-16Hyunwoo Nam2017-01-041-1/+1
* Update PSR-16 in indexHyunwoo Nam2017-01-041-3/+3
* Merge pull request #857 from Seldaek/simple-cache-acceptanceMichael Cullum2017-01-022-2/+3
|\
| * Add vote link and update meta title to match PSR-2/4/..Jordi Boggiano2017-01-022-2/+3
|/
* Merge pull request #854 from moufmouf/remove_delegate_lookupMatthew Weier O'Phinney2016-12-315-252/+8
|\
| * Fixing PSR11 merge conflictsDavid Négrier2016-12-293-37/+73
| |\
| * | Removing the delegate lookup feature from PSR-11David Négrier2016-12-195-254/+10
* | | Merge pull request #832 from php-fig/mnapoli-psr11-has-stringMatthew Weier O'Phinney2016-12-311-4/+4
|\ \ \ | |_|/ |/| |
| * | Improve the wordingMatthieu Napoli2016-11-111-4/+4
| * | [PSR-11] Improve sentenceMatthieu Napoli2016-11-071-1/+1
| * | Specify that ContainerInterface::has() takes a stringMatthieu Napoli2016-11-051-1/+1
* | | Add a formal definition of entry identifier (#837)Larry Garfield2016-12-241-0/+7
* | | Merge pull request #831 from moufmouf/get_optional_parametersKorvin Szanto2016-12-242-19/+27
|\ \ \
| * \ \ Fixing merge conflictsDavid Négrier2016-11-217-56/+68
| |\ \ \
| * | | | Better wordingDavid Négrier2016-11-081-1/+1
| * | | | Pushing some links to end of the documentDavid Négrier2016-11-081-10/+9
| * | | | Adding clarifications on get optional parametersDavid Négrier2016-11-042-3/+12
* | | | | [PSR-11] Move exceptions into the main namespaceMatthieu Napoli2016-12-241-9/+6
* | | | | Merge pull request #853 from php-fig/psr-16-tweaksJordi Boggiano2016-12-181-10/+34
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update PSR-16Jordi Boggiano2016-12-181-10/+34
|/ / / /
* | | | Don't require all tags to be done by secretaries.Michael Cullum2016-12-091-1/+1
* | | | Merge pull request #846 from nicolas-grekas/symfony-feedbackJordi Boggiano2016-12-061-34/+57
|\ \ \ \
| * | | | Proposal coming from Symfony trial implementationNicolas Grekas2016-12-061-34/+57
|/ / / /
* | | | Merge pull request #851 from Crell/cache-pool-ishJordi Boggiano2016-11-301-1/+7
|\ \ \ \
| * | | | Clarify that a cache instance is equivalent to a pool in PSR-6.Larry Garfield2016-11-301-0/+4
| * | | | Clarify relationship with PSR-6.Larry Garfield2016-11-301-1/+3
|/ / / /
* | | | Merge pull request #850 from mindplay-dk/psr16-docsPaul Dragoonis2016-11-281-3/+3
|\ \ \ \
| * | | | documentation tweaksRasmus Schultz2016-11-281-3/+3
|/ / / /
* | | | Merge pull request #848 from dragoonis/masterJordi Boggiano2016-11-271-0/+30
|\ \ \ \
| * | | | [PSR-16] Adding in SimpleCache CacheException and InvalidArgumentExceptionPaul Dragoonis2016-11-271-0/+30
* | | | | Merge pull request #847 from dragoonis/masterJordi Boggiano2016-11-272-46/+0
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | [PSR-16] Removing CounterInterface from the spec. I will move this to a separ...Paul Dragoonis2016-11-272-46/+0
|/ / /
* | | Merge pull request #842 from SpacePossum/patch-4Paul Dragoonis2016-11-181-5/+7
|\ \ \
| * | | Update simplecache.mdSpacePossum2016-11-161-5/+7
|/ / /
* | | Update current status of PSR-11 to Review (#841)Matthew Weier O'Phinney2016-11-161-1/+1
* | | Merge pull request #840 from php-fig/psr16metaJordi Boggiano2016-11-161-3/+8
|\ \ \
| * | | Update simple cache metaJordi Boggiano2016-11-161-3/+8
|/ / /
* | | Update numerical index as wellMichaelC2016-11-151-1/+1
* | | Update PSR-13 in indexMichaelC2016-11-151-2/+2
* | | Move PSR-13 to acceptedMichaelC2016-11-152-0/+0
* | | Merge pull request #839 from php-fig/simple-cache-ttlPaul Dragoonis2016-11-151-2/+2
|\ \ \
| * | | Clarify negative/zero TTL furtherJordi Boggiano2016-11-151-2/+2
|/ / /
* | | Merge pull request #838 from Seldaek/simplecacheJordi Boggiano2016-11-141-25/+31
|\ \ \
| * | | Clarify negative/zero TTL usageJordi Boggiano2016-11-141-2/+4
| * | | Rename exists to has for consistency with PSR-6Jordi Boggiano2016-11-141-3/+4
| * | | Clarify wording of incr/decr and update docblock formattingJordi Boggiano2016-11-131-15/+21
| * | | Remove TTL_* constantsJordi Boggiano2016-11-131-4/+0
| * | | Wording tweaksJordi Boggiano2016-11-131-2/+2
| * | | Merge remote-tracking branch 'digitalnature/master' into simplecacheJordi Boggiano2016-11-131-1/+2
| |\ \ \ |/ / / /
| * | | Add default value parameter to get()digitalnature2016-11-011-1/+2
| |/ /
* | | Merge pull request #836 from moufmouf/links_rewriteMatthieu Napoli2016-11-111-18/+17
|\ \ \ | |_|/ |/| |
| * | Rewriting linksDavid Négrier2016-11-101-18/+17
| |/
* | Formatting fixes to PSR-11 (#828)Carsten Brandt2016-11-041-3/+3
|/
* Merge pull request #827 from weierophinney/hotfix/psr-11-coordinatorSamantha Quiñones2016-10-261-2/+2
|\
| * New coordinator and sponsor for PSR-11Matthew Weier O'Phinney2016-10-261-2/+2
|/
* Merge pull request #826 from judgej/patch-2Michael Cullum2016-10-221-1/+1
|\
| * Use phrase "depth of more than two"Jason Judge2016-10-201-1/+1
| * Compound namespaces with a depth of *three* or more MUST not be used.Jason Judge2016-10-181-1/+1
|/
* Merge pull request #822 from Crell/link-providerCrell2016-10-172-19/+19
|\
| * Fix typo.Larry Garfield2016-10-151-1/+1
| * Rename collection to provider.Larry Garfield2016-10-132-19/+19
|/
* Merge pull request #814 from php-fig/psr-8-sponsor-updateMichael Cullum2016-10-012-5/+5
|\
| * Also update PSR-8 meta doc with vacanciesMichael Cullum2016-09-091-3/+3
| * Remove PMJ as PSR-8 sponsorMichael Cullum2016-09-091-2/+2
* | Merge branch 'master' of github.com:php-fig/fig-standardsMichaelC2016-10-016-14/+75
|\ \
| * \ Merge pull request #818 from php-fig/psr-11-sponsorSamantha Quiñones2016-09-301-1/+1
| |\ \
| | * | Update PSR-11 sponsorMichael Cullum2016-09-301-1/+1
| |/ /
| * | Merge pull request #816 from JeffMatson/masterMichael Cullum2016-09-261-6/+6
| |\ \
| | * | Corrected ToC anchor linksJeff Matson2016-09-211-6/+6
| |/ /
| * | Merge pull request #810 from moufmouf/optional_containerexceptionDavid Négrier2016-09-162-4/+65
| |\ \ | | |/ | |/|
| | * Rolling back the getIdentifier method and adding more explanation regarding c...David Négrier2016-09-012-11/+36
| | * Making container exception optional (SHOULD) and adding new method to NotFoun...David Négrier2016-08-292-1/+37
| * | Merge pull request #812 from ztsu/bugfix-link-to-psr17Woody Gilk2016-09-061-1/+1
| |\ \
| | * | Fix link to PSR-17 in PSR-15Alexey Golovnya2016-09-021-1/+1
| * | | Merge pull request #809 from moufmouf/compulsory_notfoundexceptionMatthieu Napoli2016-09-041-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Throwing a NotFoundException becomes compulsory (MUST)David Négrier2016-08-241-1/+1
| | |/
| * | Merge pull request #806 from elliottb/elliottb-method-name-consistencyPaul M. Jones2016-09-011-1/+1
| |\ \ | | |/ | |/|
| | * Method versus function naming consistency changeelliottb2016-08-151-1/+1
* | | Merge branch 'fig3.0'MichaelC2016-10-0111-691/+326
|\ \ \ | |/ / |/| |
| * | Consistent FIG namingMichaelC2016-09-106-17/+17
| * | Merge pull request #4 from michaelcullum/discussion-periodMichael Cullum2016-09-091-0/+2
| |\ \
| | * | Add a recommended discussion period for votes.Larry Garfield2016-09-081-0/+2
| |/ /
| * | Merge pull request #3 from michaelcullum/tweak-missionMichael Cullum2016-09-091-1/+1
| |\ \
| | * | Restore a few key concepts in the mission.Larry Garfield2016-09-081-1/+1
| |/ /
| * | Merge pull request #2 from GeeH/hotfix/update-mission-statementMichael Cullum2016-09-091-1/+1
| |\ \
| | * | Made the mission statement less wordyGary Hockin2016-08-311-1/+1
| |/ /
| * | Add non-binding Project Referenda.Larry Garfield2016-08-141-0/+4
| * | Fix grammatical errorMichaelC2016-08-051-1/+1
| * | Remove ability for simultaneous electionsMichaelC2016-08-051-2/+0
| * | Change a couple of bits involving elections and Secretary votesMichaelC2016-08-052-5/+5
| * | Remove hard time limitsMichaelC2016-08-051-1/+1
| * | Some typographical and grammatical improvementsMichaelC2016-08-053-5/+5
| * | Series of FIG 3.0 changes after feedback and further thoughtMichaelC2016-08-056-65/+74
| * | Update other bylaws we are keepingMichaelC2016-04-222-8/+5
| * | Move around bylaws and introduce FIG 3.0MichaelC2016-04-229-675/+305
* | | Merge pull request #808 from php-fig/mnapoli-delegateinterfaceWoody Gilk2016-08-212-8/+8
|\ \ \
| * | | Rename FrameInterface to DelegateInterface in the meta-documentMatthieu Napoli2016-08-211-1/+1
| * | | Rename FrameInterface to DelegateInterfaceMatthieu Napoli2016-08-211-7/+7
|/ / /