Summary | even more Ulaform refactoring for H4 |
Queue | Ulaform |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 07/09/2011 (5113 days ago) |
Due | |
Updated | 07/12/2011 (5110 days ago) |
Assigned | |
Resolved | 07/12/2011 (5110 days ago) |
Milestone | |
Patch | Yes |
don't need second parameter? Or do I still need
Horde::url('foo.php', true)->redirect() ?
that doesn't support relative path redirections, but it's not official
HTTP standard.
names. How about adding a migration instead to ucfirst the actions
in the forms table once and for all?
be done only in one or two places and that it will be easier. But now
I'm convinced that migration script probably would have been a better
idea. Will prepare a patch later.
don't need second parameter? Or do I still need Horde::url('foo.php',
true)->redirect() ?
Assigned to Jan Schneider
State ⇒ Resolved
names. How about adding a migration instead to ucfirst the actions in
the forms table once and for all?
- You can simplify redirection by using Horde::url('foo.php')->redirect()
No need to re-throw (
Request #10326).1 files changed, 1 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/4212a9bb30c6031df21b9ff4d855713648ebbe18
private -> protected (
Request #10326).1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/9765febfa01bbb960639ea80032e75009de2b9e2
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ even more Ulaform refactoring for H4
Queue ⇒ Ulaform
Milestone ⇒
Patch ⇒ Yes
New Attachment: ulaformregactoring.tar.gz
State ⇒ New
* Fixed Mailto action driver to use Horde_Mime_Mail().
* PEAR_Error -> Exceptions.
* Horde_Util::addParameter -> Horde::url.
* Autoloading.
* OOP fixes.
I still have Horde_Template -> Horde_View patch to work on, but
hopefully after that Ulaform can be released as beta.