-
The password is compared to the stored password, before the it's hashed:
https://github.com/zombor/Auto-Modeler/blob/master/classes/auth/automodeler/orm.php#L89
Shouldn't it be like this?:
https://gi…
-
I will introduce my proposal with quote
> my opinion there is no place for other standards, because PSR exists and if any framework will invent and follow own code style - PSR has no meaning in that …
-
These two classes:
- https://github.com/OpenBuildings/jam/blob/cda804e6c92afbc512b084d087401abaa1b3b990/classes/Kohana/Image/Aspect.php
- https://github.com/OpenBuildings/jam/blob/cda804e6c92afbc512b0…
-
eg 'controller/action/id' redirects to 'controller/action/id/'
Bad for SEO. Urgent when you're getting indexed :P
I hacked a solution based on this plugin.
http://www.fastagent.de/res/download/smart…
mclin updated
14 years ago
-
@enov, @rjd22, @acoulton, @biakaveron, @BRMatt, @cbandy, @dm, @isaiahdw, @jheathco , @kemo, @lenton, @nodren, @randomecho, @Zeelot, @zombor, @JackEllis, @melvinmt, @sergeyklay, @sarciszewski, ...
h…
-
We should start thinking about implementing namespaces in Kohana and it's modules but also decide on a vendor / prefix.
Like `\Kohana\\`
Also enable users to namespace their own application. And poi…
rjd22 updated
7 years ago
-
Hi,
having the situation of selecting users having 'admin' role and any of some predefined roles set one can use, for example, next sequence
```
$admins = ORM::factory('Role')->where('name', '=', 'a…
-
Something to discus:
For example:
https://koseven.ga/documentation/kohana/security/validation
The title is: Kohana | koseven.ga
Would something like:
Validation | Security | Documentation | k…
-
##### Release and branching plan (thanks to @enov)
- [x] Release 3.3.5
- [ ] Review and restructure outstanding Github issues and PRs
- Restructure milestones, rename 3.4 milestone to 4.0
- Review…
-
- [ ] Extract helpers or use Ohanzee
- [x] Move to PSR-7 / PSR-15
- [x] Extract HTTP_Exception class and it's childs
- [x] Use Monolog
- [ ] Config helpers
- [ ] Symphony Console (or something si…