Last 30 days
-
issue 12
(DBForge - Error when working with Kohana 2.3.4) reported by llysik
-
Earlier this year
-
-
r179
(Switch from using 'new Cache' to 'Cache::instance()') committed by woody.gilk
- Switch from using 'new Cache' to 'Cache::instance()'
Switch from using 'new Cache' to 'Cache::instance()'
-
r178
(Fixing some logic and syntax errors with r117) committed by woody.gilk
- Fixing some logic and syntax errors with r117
Fixing some logic and syntax errors with r117
-
r177
(Fixed the GeoIP problems with more efficient engine) committed by defreyssinet
- Fixed the GeoIP problems with more efficient engine
Fixed the GeoIP problems with more efficient engine
-
r176
(added default to openid_identifier) committed by james.tindall
- added default to openid_identifier
added default to openid_identifier
-
-
-
-
-
Openid
(A complete Openid Relying Party library written specifically...) Wiki page edited by james.tindall
-
r172
(Update demo to match new Form_Submit API.
) committed by bharatman
- Update demo to match new Form_Submit API.
Update demo to match new Form_Submit API.
-
r171
(Supplement to r170. Use Form_Input::validate() also; this w...) committed by bharatman
- Supplement to r170. Use Form_Input::validate() also; this will cause
the value for submit buttons in forms to get blanked out if this
button was not submitted.
Supplement to r170. Use Form_Input::validate() also; this will cause
the value for submit buttons in forms to get blanked out if this
button was not submitted.
-
r170
(Remove the constructor. This causes the argument to the con...) committed by bharatman
- Remove the constructor. This causes the argument to the constructor
to be treated as the name of the form element (like every other form
element) requiring you to specify the value directly.
OLD:
$form->submit("Foo") ===> <input type="submit" value="Foo">
NEW:
$form->submit("foo")->value("Foo") ===> <input type="submit" name="foo" value="Foo">
You can detect which submit button was clicked if there are multiple
submit buttons on the form by looking to see which one of them has a
value:
if ($form->foo->value) {
.. 'foo' button was clicked
}
Remove the constructor. This causes the argument to the constructor
to be treated as the name of the form element (like every other form
element) requiring you to specify the value directly.
OLD:
$form->submit("Foo") ===> <input type="submit" value="Foo">
NEW:
$form->submit("foo")->value("Foo") ===> <input type="submit" name="foo" value="Foo">
You can detect which submit button was clicked if there are multiple
submit buttons on the form by looking to see which one of them has a
value:
if ($form->foo->value) {
.. 'foo' button was clicked
}
-
-
r169
(Switch Form_Submit to use form::submit. Unclear why it was ...) committed by bharatman
- Switch Form_Submit to use form::submit. Unclear why it was using
form::button in the first place.
Switch Form_Submit to use form::submit. Unclear why it was using
form::button in the first place.
Older
-
issue 7
(Form_Group label property is ignored) changed by bharatman
-
Status:
Fixed
Owner:
bharatman
Status:
Fixed
Owner:
bharatman
-
-
issue 6
(Forge does not use open_multipart when the Form_Upload is in...) changed by bharatman
-
Status:
Fixed
Owner:
bharatman
Status:
Fixed
Owner:
bharatman
-
-
issue 8
(svn commit access request) changed by woody.gilk
-
Status:
Done
Labels:
Type-Task Priority-High
−Type-Defect −Priority-Medium
Status:
Done
Labels:
Type-Task Priority-High
−Type-Defect −Priority-Medium
-
-
-
-
-
r166
(Fixed syntax errors in Service module.
) committed by orbit.wacsg
- Fixed syntax errors in Service module.
Fixed syntax errors in Service module.
-
-
-
-
r165
(Updated the Geoip driver to use more robust validation of va...) committed by defreyssinet
- Updated the Geoip driver to use more robust validation of values
* Replaced ereg() with preg_match_all()
* Checks the address values are > 0 and < 255
Updated the Geoip driver to use more robust validation of values
* Replaced ereg() with preg_match_all()
* Checks the address values are > 0 and < 255
-
r164
(added basecamp todo reorder view) committed by alex.aperez
- added basecamp todo reorder view
added basecamp todo reorder view
-
r163
(basecamp driver update) committed by alex.aperez
- basecamp driver update
-
r162
(basecamp driver update) committed by alex.aperez
- basecamp driver update
-
r161
(spme more changes to basecamp driver) committed by alex.aperez
- spme more changes to basecamp driver
spme more changes to basecamp driver
-
r160
(basecamo driver update) committed by alex.aperez
- basecamo driver update
-
r159
(basecamp driver update) committed by alex.aperez
- basecamp driver update
-
r158
(internal refactoring, api_call now is divided on small funct...) committed by alex.aperez
- internal refactoring, api_call now is divided on small functions
internal refactoring, api_call now is divided on small functions
-
r157
(basecamp driver update) committed by alex.aperez
- basecamp driver update
-
issue 6
(Forge does not use open_multipart when the Form_Upload is in...) reported by bharatman
-
-
r156
(basecamp driver, initial draft) committed by alex.aperez
- basecamp driver, initial draft
basecamp driver, initial draft
-
r155
(fixed another little bug in url normalize method) committed by james.tindall
- fixed another little bug in url normalize method
fixed another little bug in url normalize method
-
r154
(fixed bugs in normalize function) committed by james.tindall
- fixed bugs in normalize function
fixed bugs in normalize function
-
-
Openid
(A complete Openid Relying Party library written specifically...) Wiki page edited by james.tindall
-
-
-
-
-
-
|