Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pquery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
pquery
Graph
master
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Jul
4
Jan
26
Dec
25
10
9
8
7
6
5
16
Nov
14
13
12
9
8
7
6
5
27
Oct
Updated PHPDocumentor configuration to version 2.
master
master
Updated TODO list.
Moved phpunit config to tests folder only.
Added SITE_ROOT definition to test config because pQuery requires it now.
Made static function actually static.
Removed deprecated call-by-reference operator.
Added set_config function to CSS plugin.
Added support for double use of CSS rules within a single block.
Added SITE_ROOT constant for relative includes.
Fixed wrong modificationd date bug.
Fixed typo.
Added config file for PhpDocumentor
Fixed unit test paths.
Fixed typo.
Updated documentation.
Forgot to add tests file in previous commit...
Added full unit test suite for URL plugin.
Made SQL unit test complete (100% coverage).
Fixed affected_rows function in SQL plugin.
Fixed some errors caused by folder/class renaming.
Fixed some errors caused by folder/class renaming.
Removed unused pQuery extension interface.
Added new coverage location to ignore file.
Renamed unit tests folder.
Merge branch 'master' of github.com:taddeus/pquery
Added fix for code coverage bug.
Added test skeleton for pQuery base class tests.
Added unit tests for Block class.
Added some utilities to unit tests.
Added use of 'assertStringEqualsFile' to unit test.
Added usage of 'assertInstanceOf' in unit tests.
Removed utils folder from unit tests,
Removed useless comment.
Updated README.
Fixed some typo's.
Added extension to README file.
Added additional PHPUnit config file to root folder.
Removed usless error function from SQL plugin.
Reversed assertion arguments to match PHPUnit documentation.
Added unit test for escape_value in SQL plugin.
Loading