Marc Alexander
Marc Alexander
This should improve the user experience a bit when it comes to exceptions being thrown while using phpBB. In addition to certainly having a nicer touch to them visually, they...
This will move the create_thumbnail() into its own class(es). Current goals: - [x] Refactor create_thumbnail() into class - [x] Create class for resize - [x] Make resize class also usable...
Checklist: - [x] Correct branch: master for new features; 3.3.x for fixes - [x] Tests pass - [x] Code follows coding guidelines: [master](https://area51.phpbb.com/docs/master/coding-guidelines.html) and [3.3.x](https://area51.phpbb.com/docs/dev/3.3.x/development/coding_guidelines.html) - [x] Commit follows commit...
Show a random idea in the form of something like a card on top of the ideas list. This would result in any random idea being shown on top of...
Checklist: - [x] Correct branch: master for new features; 3.3.x for fixes - [x] Tests pass - [x] Code follows coding guidelines: [master](https://area51.phpbb.com/docs/master/coding-guidelines.html) and [3.3.x](https://area51.phpbb.com/docs/dev/3.3.x/development/coding_guidelines.html) - [x] Commit follows commit...
PHPBB3-15325 Checklist: - [ ] Correct branch: master for new features; 3.3.x for fixes - [ ] Tests pass - [ ] Code follows coding guidelines: [master](https://area51.phpbb.com/docs/master/coding-guidelines.html) and [3.3.x](https://area51.phpbb.com/docs/dev/3.3.x/development/coding_guidelines.html) -...
Checklist: - [x] Correct branch: master for new features; 3.3.x for fixes - [x] Tests pass - [x] Code follows coding guidelines: [master](https://area51.phpbb.com/docs/master/coding-guidelines.html) and [3.3.x](https://area51.phpbb.com/docs/dev/3.3.x/development/coding_guidelines.html) - [x] Commit follows commit...
Replaces #6427 Checklist: - [x] Correct branch: master for new features; 3.3.x for fixes - [ ] Tests pass - [ ] Code follows coding guidelines: [master](https://area51.phpbb.com/docs/master/coding-guidelines.html) and [3.3.x](https://area51.phpbb.com/docs/dev/3.3.x/development/coding_guidelines.html) -...
This changes some paths to be root relative which helps with testing area51 locally. In addition to that, I've also updated some outdated github clone URLs.