Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
FragMaster B - branch/3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scripts to generate ids
|
|
not even listed. Only T*RatingList has been left out
|
|
TValueTriggeredCallback, TTimeTriggeredCallback
|
|
TCallbackClientScript
|
|
TActiveDropDownList, TActiveListBox, TActiveRadioButtonList classes
|
|
class
|
|
Added new docs to the quickstart.pdf
misc doc fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
property
|
|
|
|
|
|
be removed in 6.0
|
|
|
|
introduced "CgiFix" property.
Since i'm not able to reproduce the problem and for example in my tests 'ORIG_SCRIPT_NAME' contains '/php/php-cgi.exe'
<module id="request" class="System.Web.THttpRequest" CgiFix="1" UrlManager="friendlyurl-manager" UrlFormat="Get"/>
Use 'ORIG_PATH_INFO'
CgiFix="1"
Return 'ORIG_SCRIPT_NAME' in getApplicationUrl()
CgiFix="2"
Or to enable both:
CgiFix="3"
|