Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Graph
7463c522f9c7993a7d84eafe6217d96898098dc9
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Nov
17
16
15
14
13
12
11
10
9
10
9
8
7
6
4
3
2
3
2
3
2
1
31
Oct
30
29
27
26
25
24
23
22
21
20
19
18
16
15
13
12
11
10
9
8
9
8
7
6
5
6
5
4
2
30
Sep
29
28
27
26
25
24
23
22
21
20
19
17
16
15
14
13
12
11
10
9
8
6
4
3
2
1
31
Aug
30
29
28
26
25
24
23
22
21
19
18
17
16
15
14
13
12
11
10
9
8
Fixed Cache\Drivers\Driver::remember
Refactored redis destruction
refactoring the auth login method. allow the developer to just pass an integer.
cast the error messages to an array.
make database connection protected.
added comment to url class.
throw an exception in the request forged method if no session driver has been specified.
added callStatic method to Memcached class.
Added BadMethodCallException to view's __callStatic method.
Fix bug and shorten exception message.
Shorted a long exception message.
Shorten a long exception message.
Shorten long exception message.
Shorten exception message.
Refactor the ignored error logging.
Merge pull request #157 from sparksp/develop/exception
Refactor error handling to log ignored errors
fixing some bugs.
turn off error logging.
tweaking a comment.
changing a comment.
fixing bugs in validator and file classes.
refactoring.
Update laravel/uri.php
Merge pull request #156 from sparksp/develop/exception
Merge branch 'develop' of http://github.com/laravel/laravel into develop/exception
Throw better Exceptions
Merge pull request #155 from sparksp/develop/fix-uri
Fixed the new URI class
incremented version.
added uri class. refactored.
some small refactoring and bug fixing.
remove elapsed time from front controller.
fix error detail view.
fixed router ioc bug.
fixed messages namespace in view.
minor refactorings.
refactoring the blade class.
slight clean-up to uri method.
add note about ssl option.