Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New renderMulti function #618

Closed
wants to merge 55 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
5ec9887
(v3.1) AccountType renamed to UserRole
panique Feb 15, 2015
89c8428
removed unused avatar image code block
panique Feb 15, 2015
a88c617
(v3.1) avatar model refactoring to improve code quality
panique Feb 15, 2015
4b4c63f
(v3.1) avatar model refactoring to improve code quality
panique Feb 15, 2015
25db12f
(v3.1) reduced LOC
panique Feb 15, 2015
afeb995
(v3.1) first experimental PHPUnit tests / config
panique Feb 15, 2015
6189b04
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
ba98335
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
2524ed4
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
aa37b25
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
09f83ab
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
efebf4a
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
4655bf1
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
89cfdc5
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
6a74864
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
0781dca
(v3.1) travis config file for first experimental automated build process
panique Feb 15, 2015
f005448
(v3.1) tests for Request class
panique Feb 15, 2015
dcd54f6
(v3.1) removed unused bootstrap.php for testing
panique Feb 15, 2015
81af15f
(v3.1) tests for Environment class
panique Feb 15, 2015
43a3ff7
(v3.1) build badge, branch for badge changed
panique Feb 15, 2015
19c32e0
(v3.1) build badge, branch for badge changed
panique Feb 15, 2015
ded52f5
(v3.1) build badge, branch for badge changed
panique Feb 15, 2015
c69bd6a
(v3.1) Config class rewrite to allow better testing
panique Feb 15, 2015
31f7aed
(v3.1) Config class unit tests
panique Feb 15, 2015
c7fd3f6
(v3.1) Config class unit tests (removed var_dump)
panique Feb 15, 2015
ca8e989
(v3.1) travis config build is now inline, does not need external file…
panique Feb 15, 2015
56ae186
(v3.1) phpunit update from 3.7 to 4.5
panique Feb 15, 2015
83a63b4
(v3.1) back to old travis config
panique Feb 15, 2015
bf7e37b
(v3.1) code quality in LoginModel improved
panique Feb 18, 2015
66d7226
(v3.1) code quality in Mail improved
panique Feb 18, 2015
3a45958
(v3.1) code quality in RegistrationModel improved
panique Feb 18, 2015
fde7dd0
avatar model delete avatar
Dominic28 Feb 20, 2015
4cfd1a7
Little fix for scrutinizer
Dominic28 Feb 20, 2015
1811575
Linked avatar delete function.
Dominic28 Feb 21, 2015
b124335
(v3.1) reduced lines of code in LoginModel::loginWithCookie
panique Feb 21, 2015
0cba98f
(v3.1) reduced lines of code in LoginModel::loginWithCookie
panique Feb 21, 2015
45c09c3
Merge pull request #615 from Dominic28/editAvatar
panique Feb 21, 2015
95e3179
(v3.1) Additions to changelog
panique Feb 21, 2015
0945819
(v3.1) explanaitions in README for all the root files
panique Feb 21, 2015
19f4410
(v3.1) accountTypeChange simplified :)
panique Feb 21, 2015
501a4f3
(v3.1) accountTypeChange simplified :)
panique Feb 21, 2015
43e5b8a
(v3.1) accountTypeChange simplified :)
panique Feb 21, 2015
6dd3b8c
(v3.1) login process refactoring (incomplete)
panique Feb 21, 2015
0204950
(v3.1) removed PNG from avatar creation (as only JPG works currently)
panique Feb 21, 2015
2515c1e
(v3.1) password reset code refactored
panique Feb 21, 2015
9ab94e0
(v3.1) simplified controller / action getter
panique Feb 21, 2015
7e7593e
(v3.1) changelog update
panique Feb 21, 2015
948f20d
(v3.1) reverted controller / action name syntax (it was making things…
panique Feb 21, 2015
bfee7f2
(v3.1) controller / action name creation is now in own method
panique Feb 21, 2015
b678eee
(v3.1) added code quality ranking to different version logs
panique Feb 21, 2015
5e8b88f
(v3.1) refactored RegistrationModel::registrationInputValidation()
panique Feb 22, 2015
7e084ff
(v3.1) refactored RegistrationModel validations methods, removed unne…
panique Feb 22, 2015
711df74
(v3.1) RegistrationModel comments
panique Feb 22, 2015
50f0a71
(v3.1) UserModel: unnecessary code removed
panique Feb 24, 2015
661bd0d
(v3.1) UserModel: unnecessary code removed
panique Feb 28, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
(v3.1) build badge, branch for badge changed
  • Loading branch information
panique committed Feb 15, 2015
commit 43a3ff74e4d13536cafd15fa7cf9fe73c75c841a
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ static classes, extremely simple constructs, not-totally-DRY code etc. while kee

Buzzwords: [KISS](http:https://en.wikipedia.org/wiki/KISS_principle), [YASNI](http:https://en.wikipedia.org/wiki/You_aren%27t_gonna_need_it).

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/panique/huge/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/panique/huge/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/panique/huge/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/panique/huge/?branch=master)
[![Code Climate](https://codeclimate.com/github/panique/huge/badges/gpa.svg)](https://codeclimate.com/github/panique/huge)
[![Travis CI](https://travis-ci.org/panique/huge.svg?branch=develop)](https://travis-ci.org/panique/huge)
[![Dependency Status](https://www.versioneye.com/user/projects/54ca11fbde7924f81a000010/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54ca11fbde7924f81a000010)

#### Quick-Index
Expand Down