Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/cfwheels/cfwheels
An open source ColdFusion framework inspired by Ruby on Rails.
https://github.com/cfwheels/cfwheels
whoops! removed my gettickcount()
3140579a53d27df2574fcda3a7eb96a7899d0498 authored about 15 years ago by James Gibson <[email protected]>
3140579a53d27df2574fcda3a7eb96a7899d0498 authored about 15 years ago by James Gibson <[email protected]>
updates to the code to fix issue #294. Removed the duplicate() from wheels/functions.cfm since duplicate was not working for all variables needed in the framework. Added a new appliction.wheels scope variables named cgi that holds an array of cgi variable names that the framework uses and wants to copy over on every request. updated onapplicationstart() and onrequeststart() to loop over the list and copy the variables from the cgi scope to request.cgi. This has the intended consequence of making sure that all cgi variables needed in the framework are available. This also provides clarity as to what information needs to be setup for the framework is run.
376e666767d04173deecde1ed5434cd98c0705d9 authored about 15 years ago by James Gibson <[email protected]>
376e666767d04173deecde1ed5434cd98c0705d9 authored about 15 years ago by James Gibson <[email protected]>
Commented out a test that was for code that has since been reverted (r3220 reverted in r3234).
ab878e5a48c9f1f33c55e72b364817a2ee686dd7 authored about 15 years ago by Per Djurner <[email protected]>
ab878e5a48c9f1f33c55e72b364817a2ee686dd7 authored about 15 years ago by Per Djurner <[email protected]>
Removed unnecessary singularization for hasOne associations. Reported here: http://groups.google.com/group/cfwheels/browse_thread/thread/65fb1d70f03c12ff/0ff67ea33081654d?lnk=gst&q=Pluralization+and+ExpandedAssociations#0ff67ea33081654d
9148f663eb8c02397318550e3047cd5a1545e561 authored about 15 years ago by Per Djurner <[email protected]>
9148f663eb8c02397318550e3047cd5a1545e561 authored about 15 years ago by Per Djurner <[email protected]>
Reverted r3220.
cf0be52b3d3309b2b259874177ff190734f6d3fa authored about 15 years ago by Per Djurner <[email protected]>
cf0be52b3d3309b2b259874177ff190734f6d3fa authored about 15 years ago by Per Djurner <[email protected]>
Documented findAll in a way that makes it possible to parse the content and include in website docs.
60d9e9d5ef58133155a69ac6387314fb23b6544a authored about 15 years ago by Per Djurner <[email protected]>
60d9e9d5ef58133155a69ac6387314fb23b6544a authored about 15 years ago by Per Djurner <[email protected]>
starting an official changelog
ce28e628f8f5c3f0fb87c270a5563260be53b4c4 authored about 15 years ago by Tony Petruzzi <[email protected]>
ce28e628f8f5c3f0fb87c270a5563260be53b4c4 authored about 15 years ago by Tony Petruzzi <[email protected]>
update model error function to take and perform actions with properties and name errors
026ddfa5c13de5e54096f38cb19a3603f7f308fa authored about 15 years ago by Tony Petruzzi <[email protected]>
026ddfa5c13de5e54096f38cb19a3603f7f308fa authored about 15 years ago by Tony Petruzzi <[email protected]>
add model error tests
de5eb7336a6f7dd6decd273e9140d0469eef2166 authored about 15 years ago by Tony Petruzzi <[email protected]>
de5eb7336a6f7dd6decd273e9140d0469eef2166 authored about 15 years ago by Tony Petruzzi <[email protected]>
added exists model tests
e18583930c41a8bc36dd59e0c8c74155114a36eb authored about 15 years ago by Tony Petruzzi <[email protected]>
e18583930c41a8bc36dd59e0c8c74155114a36eb authored about 15 years ago by Tony Petruzzi <[email protected]>
Corrected IIS 7 rewrite rules.
49624b9ca343c50c0acbf638804f6ea3927e3d5b authored about 15 years ago by Per Djurner <[email protected]>
49624b9ca343c50c0acbf638804f6ea3927e3d5b authored about 15 years ago by Per Djurner <[email protected]>
Added the Railo specific cfquery attribute called "psq". By setting it to false we avoid Railo setting an extra quote around values that already has quotes. Adobe CF will simply ignore this value.
0f5f23c6fc22b29ca103dc9c8a70d4db46ecce35 authored about 15 years ago by Per Djurner <[email protected]>
0f5f23c6fc22b29ca103dc9c8a70d4db46ecce35 authored about 15 years ago by Per Djurner <[email protected]>
Removed a preserveSingleQuotes call that made no sense in the context it was in (it was doing it on a column name).
5d53b84b835a5dc276e96e8626f331e25c4b9496 authored about 15 years ago by Per Djurner <[email protected]>
5d53b84b835a5dc276e96e8626f331e25c4b9496 authored about 15 years ago by Per Djurner <[email protected]>
when a condition is put on a validation. the validation should only trigger when the condition is met.
d6d9e0555409fe76e701183c18a198985b65b362 authored about 15 years ago by Tony Petruzzi <[email protected]>
d6d9e0555409fe76e701183c18a198985b65b362 authored about 15 years ago by Tony Petruzzi <[email protected]>
flash() regression.
a struct was being returned when a key was provided but didn't exist in the flash.
4eb2b39524e5c9bc98788737a6342e3755f8d062 authored about 15 years ago by Tony Petruzzi <[email protected]>
Fixed comments in web.config, also moved the XML declaration to the top.
488cdc68407113fa35fbff1a51c97dfc9d082dc1 authored about 15 years ago by Per Djurner <[email protected]>
488cdc68407113fa35fbff1a51c97dfc9d082dc1 authored about 15 years ago by Per Djurner <[email protected]>
timeAgoInWords and timeUntilInWords tests
aa6b9ce7b5ea98ca9e5491acb3d72d777ece6812 authored about 15 years ago by Tony Petruzzi <[email protected]>
aa6b9ce7b5ea98ca9e5491acb3d72d777ece6812 authored about 15 years ago by Tony Petruzzi <[email protected]>
timeAgoInWords and timeUntilInWords
allow hard valued arguments to be passed for testing
5fb0830479af51b1f6a05681e6e35a42b89ebda9 authored about 15 years ago by Tony Petruzzi <[email protected]>
include duplicating global scope to loc scope in test time.
d102aedfeb507432a3871a0765ae39d0eed178c5 authored about 15 years ago by Tony Petruzzi <[email protected]>
d102aedfeb507432a3871a0765ae39d0eed178c5 authored about 15 years ago by Tony Petruzzi <[email protected]>
duplicating cgi scope into a request scope variable. fixes issue 277
1b3972896bab23440a4394e85cf49fd4060e8118 authored about 15 years ago by Tony Petruzzi <[email protected]>
1b3972896bab23440a4394e85cf49fd4060e8118 authored about 15 years ago by Tony Petruzzi <[email protected]>
tests for 3136
a48b2f22edf13bfc7ad9608a470c0a1691910b4d authored about 15 years ago by Tony Petruzzi <[email protected]>
a48b2f22edf13bfc7ad9608a470c0a1691910b4d authored about 15 years ago by Tony Petruzzi <[email protected]>
add new models to testhelper
ddf706232a8d7156d5a288e804b8f51f7bc038d4 authored about 15 years ago by Tony Petruzzi <[email protected]>
ddf706232a8d7156d5a288e804b8f51f7bc038d4 authored about 15 years ago by Tony Petruzzi <[email protected]>
created model stubs
22cc9fcd0776df30daf2c644891b9c7c1398b6bd authored about 15 years ago by Tony Petruzzi <[email protected]>
22cc9fcd0776df30daf2c644891b9c7c1398b6bd authored about 15 years ago by Tony Petruzzi <[email protected]>
test db changes
d4bb25cc40c5d39ca90a9324e418a8488e764c13 authored about 15 years ago by Tony Petruzzi <[email protected]>
d4bb25cc40c5d39ca90a9324e418a8488e764c13 authored about 15 years ago by Tony Petruzzi <[email protected]>
removed comments out debugging
bc84ab6250785ee305037526e9884dea5e920353 authored about 15 years ago by Tony Petruzzi <[email protected]>
bc84ab6250785ee305037526e9884dea5e920353 authored about 15 years ago by Tony Petruzzi <[email protected]>
quick fix for fat fingers!
5abd5ff3d97da59c4de0e8a3d22ed093ece682f7 authored about 15 years ago by James Gibson <[email protected]>
5abd5ff3d97da59c4de0e8a3d22ed093ece682f7 authored about 15 years ago by James Gibson <[email protected]>
new feature to allow developers to inject plugins into the application.cfc scope and before the routes are created. This allows developers to create plugins that can interact with routes.
28517e94b97deb418aa0c9805a251d9493268830 authored about 15 years ago by James Gibson <[email protected]>
28517e94b97deb418aa0c9805a251d9493268830 authored about 15 years ago by James Gibson <[email protected]>
Fixed plugin injection code. It wasn't working because the user parent controller/model had been renamed to Wheels.
a5d645de0f81ce18e2faf22ef062ad9040c977c7 authored about 15 years ago by Per Djurner <[email protected]>
a5d645de0f81ce18e2faf22ef062ad9040c977c7 authored about 15 years ago by Per Djurner <[email protected]>
Commented out tests for passing in incorrect type to returnAs.
aa604a82f0c6e3a41950e397090f5ac0cc7fd25d authored about 15 years ago by Per Djurner <[email protected]>
aa604a82f0c6e3a41950e397090f5ac0cc7fd25d authored about 15 years ago by Per Djurner <[email protected]>
Version number change :)
3b338eeffb82f8dbf4bba8174ba2a628fd49b87f authored about 15 years ago by Per Djurner <[email protected]>
3b338eeffb82f8dbf4bba8174ba2a628fd49b87f authored about 15 years ago by Per Djurner <[email protected]>
Closes issue 287.
b3524514e54463ec828a48ecbf764dd0e2d9b719 authored about 15 years ago by Per Djurner <[email protected]>
b3524514e54463ec828a48ecbf764dd0e2d9b719 authored about 15 years ago by Per Djurner <[email protected]>
just use wheelsMapping directly for env paths
241741b962a4f0fe8601702f304b89fcb62ec56d authored about 15 years ago by Tony Petruzzi <[email protected]>
241741b962a4f0fe8601702f304b89fcb62ec56d authored about 15 years ago by Tony Petruzzi <[email protected]>
Removed the throw for passing incorrect "returnAs" value to finders. I'm just not confident enough in this code to add it in before 1.0. Maybe it's time to start a 1.1 branch and do all changes that are not bug fixes there?
7966bdb06017470a8fdf3970dd28a69e186b537b authored about 15 years ago by Per Djurner <[email protected]>
7966bdb06017470a8fdf3970dd28a69e186b537b authored about 15 years ago by Per Djurner <[email protected]>
Made $flatten handle queries.
fa681daec9cba52619b1c5ca1fcaa3f42d0f7bce authored about 15 years ago by Per Djurner <[email protected]>
fa681daec9cba52619b1c5ca1fcaa3f42d0f7bce authored about 15 years ago by Per Djurner <[email protected]>
Makes sure that the key used for caching when calling partials is always a string.
030256457db66cc286f383ce18e4729471448573 authored about 15 years ago by Per Djurner <[email protected]>
030256457db66cc286f383ce18e4729471448573 authored about 15 years ago by Per Djurner <[email protected]>
Added a text based Wheels logo to the Wheels layout (congratulations, plugins page etc).
fbed7199ae7b902fc02177fe94602bbd476e87bd authored about 15 years ago by Per Djurner <[email protected]>
fbed7199ae7b902fc02177fe94602bbd476e87bd authored about 15 years ago by Per Djurner <[email protected]>
non-existent application variables in testing environment.
243b9b1ad0bc8f21ace643fbaccc9e3d013ad549 authored about 15 years ago by Tony Petruzzi <[email protected]>
243b9b1ad0bc8f21ace643fbaccc9e3d013ad549 authored about 15 years ago by Tony Petruzzi <[email protected]>
clean up of tests directory.
created _assets subdirectory for storage of test assets and helpers.
5b1d6bf538fb38c224ccb253767899ad1087b345 authored about 15 years ago by Tony Petruzzi <[email protected]>
updates to rendering to fix ticket #285. Updates include moving around when the $name is figured out for rendering a partial to allow caching to use the name. Also update $flatten to accept any data type and to check the length of the returnValue before trying to cut it down.
432d9552b9e6d5a1a43d83b0450d164793e3e634 authored about 15 years ago by James Gibson <[email protected]>
432d9552b9e6d5a1a43d83b0450d164793e3e634 authored about 15 years ago by James Gibson <[email protected]>
disabling incomplete tests
47fc8ad983dae6008e52ec7f3b42a2385824b2e4 authored about 15 years ago by Tony Petruzzi <[email protected]>
47fc8ad983dae6008e52ec7f3b42a2385824b2e4 authored about 15 years ago by Tony Petruzzi <[email protected]>
ignore tests and packages that begin with an underscore when running tests
c4434ac28b43cf4c1877c4e3f99403cc4b5eb160 authored about 15 years ago by Tony Petruzzi <[email protected]>
c4434ac28b43cf4c1877c4e3f99403cc4b5eb160 authored about 15 years ago by Tony Petruzzi <[email protected]>
Made it so a plugin developer can specify a list of supported Wheels version instead of just one version. Also added the version number of the plugin itself to the application scope (application.wheels.plugins).
2aa26d1753171835f3fe726ebe19281446073104 authored about 15 years ago by Per Djurner <[email protected]>
2aa26d1753171835f3fe726ebe19281446073104 authored about 15 years ago by Per Djurner <[email protected]>
finders tests to conver 3139
47d476359875412b71ed496a2c9b3d7a31b884c4 authored about 15 years ago by Tony Petruzzi <[email protected]>
47d476359875412b71ed496a2c9b3d7a31b884c4 authored about 15 years ago by Tony Petruzzi <[email protected]>
throw errors for findOne returnAs object and findAll returnAs objects
25c6b232c2171c48e5ccf40c074890ec27765040 authored about 15 years ago by Tony Petruzzi <[email protected]>
25c6b232c2171c48e5ccf40c074890ec27765040 authored about 15 years ago by Tony Petruzzi <[email protected]>
remove unused test components
70efafa276e0eaf21a3f7d331fc45e71877cca9b authored about 15 years ago by Tony Petruzzi <[email protected]>
70efafa276e0eaf21a3f7d331fc45e71877cca9b authored about 15 years ago by Tony Petruzzi <[email protected]>
applying james' original fix to flash. Gets flash tests passing once again.
8a7bfceacf96cf554a537539d568cb0563ddf18b authored about 15 years ago by Tony Petruzzi <[email protected]>
8a7bfceacf96cf554a537539d568cb0563ddf18b authored about 15 years ago by Tony Petruzzi <[email protected]>
Fixed test for "findOne norecords returns correct type". It now tests when you pass in returnAs="query". Removed test for passing in returnAs="objects" (only singular "object" is proper use for findOne).
a8974b833b588d293b5da5235d6c14619550b91f authored about 15 years ago by Per Djurner <[email protected]>
a8974b833b588d293b5da5235d6c14619550b91f authored about 15 years ago by Per Djurner <[email protected]>
prelim finders tests and tests for 3139
96fc8713856e6975a49c47345f9d6b9f812a37ff authored about 15 years ago by Tony Petruzzi <[email protected]>
96fc8713856e6975a49c47345f9d6b9f812a37ff authored about 15 years ago by Tony Petruzzi <[email protected]>
added single_model test helper
27e1453bc6ff47c533d81efc6f0d5c8a45658cfe authored about 15 years ago by Tony Petruzzi <[email protected]>
27e1453bc6ff47c533d81efc6f0d5c8a45658cfe authored about 15 years ago by Tony Petruzzi <[email protected]>
reverts r3171.
81c6a5be2f18c555c47a5e9338ce9ae4e1bda47f authored about 15 years ago by Per Djurner <[email protected]>
81c6a5be2f18c555c47a5e9338ce9ae4e1bda47f authored about 15 years ago by Per Djurner <[email protected]>
added james' flash fix from eefbc4e95daca8e5df2c7e27164f47c4fd8bb61e and refactored it
b58a466b8f8baacd85d7661e3e63b7ba583df768 authored about 15 years ago by Tony Petruzzi <[email protected]>
b58a466b8f8baacd85d7661e3e63b7ba583df768 authored about 15 years ago by Tony Petruzzi <[email protected]>
updated tests with new mapping
4a719aa04f124fee91afb0be3a773eb215824c7f authored about 15 years ago by Tony Petruzzi <[email protected]>
4a719aa04f124fee91afb0be3a773eb215824c7f authored about 15 years ago by Tony Petruzzi <[email protected]>
use fail method instead of assert to invoke failure
183f7c2996e867e45505eca2cfc356bb72fa8179 authored about 15 years ago by Tony Petruzzi <[email protected]>
183f7c2996e867e45505eca2cfc356bb72fa8179 authored about 15 years ago by Tony Petruzzi <[email protected]>
make message not required on fail method
45aff3d6155e46d5ce02e5e554170f419d7505e6 authored about 15 years ago by Tony Petruzzi <[email protected]>
45aff3d6155e46d5ce02e5e554170f419d7505e6 authored about 15 years ago by Tony Petruzzi <[email protected]>
adding in the final public methods (i think). that need to be tested for 1.0 release.
cce8742f457506b0837f65242f69ea24b95ce66f authored about 15 years ago by Tony Petruzzi <[email protected]>
cce8742f457506b0837f65242f69ea24b95ce66f authored about 15 years ago by Tony Petruzzi <[email protected]>
finished up adding 1 test per public method that has yet to be tested and set them to fail. This was we can know how many method there are left to test. Changed so things around to follow the convention that Tony set forth. All public method are included except for dynamic association methods for hasmany, hasone and belongsto.
44cf9dceedc0a73b2522250d2b2a84bfb1cf7c85 authored about 15 years ago by Tony Petruzzi <[email protected]>
44cf9dceedc0a73b2522250d2b2a84bfb1cf7c85 authored about 15 years ago by Tony Petruzzi <[email protected]>
setup of skeleton validations so that we can see how many methods are left to be tested. There will be more tests than this, but at least we know how far we have to go :)
af3e8de8167ac31fa9deee9cb1f8296ea9e5df71 authored about 15 years ago by Tony Petruzzi <[email protected]>
af3e8de8167ac31fa9deee9cb1f8296ea9e5df71 authored about 15 years ago by Tony Petruzzi <[email protected]>
adding in the rest of the skeleton tests for controller public api. We will need to discuss how to test a couple of these areas since the end points are not exactly testable.
1e8e94ba6cce26e6b1c44d1f5cc954d2cbee78fd authored about 15 years ago by Tony Petruzzi <[email protected]>
1e8e94ba6cce26e6b1c44d1f5cc954d2cbee78fd authored about 15 years ago by Tony Petruzzi <[email protected]>
added wheels/tests/controller/flash.cfc to test flash funtionality.
72d01cecd4f38cb5d796808679c3ea3fbe8bfac1 authored about 15 years ago by Tony Petruzzi <[email protected]>
72d01cecd4f38cb5d796808679c3ea3fbe8bfac1 authored about 15 years ago by Tony Petruzzi <[email protected]>
Fixed so that dynamic methods can be called through callbacks (typically association methods that go via onMissingMethod).
569763a326a18f21501361345f94630964fb4344 authored about 15 years ago by Per Djurner <[email protected]>
569763a326a18f21501361345f94630964fb4344 authored about 15 years ago by Per Djurner <[email protected]>
Added code to keep web bots from accessing congrats and plugins pages.
f66fcdd6e371b0c1db287d77ce9aa8c26cca1724 authored about 15 years ago by Per Djurner <[email protected]>
f66fcdd6e371b0c1db287d77ce9aa8c26cca1724 authored about 15 years ago by Per Djurner <[email protected]>
See previous.
9db0a4026bc3c5b28cc7f03d2cfb7c32eadc6b6f authored about 15 years ago by Per Djurner <[email protected]>
9db0a4026bc3c5b28cc7f03d2cfb7c32eadc6b6f authored about 15 years ago by Per Djurner <[email protected]>
See previous.
825dd4defd9de1e889ab0d0c4ba7e8ae19ef223a authored about 15 years ago by Per Djurner <[email protected]>
825dd4defd9de1e889ab0d0c4ba7e8ae19ef223a authored about 15 years ago by Per Djurner <[email protected]>
See previous.
aebafbfd6342a86307f7e280c1a0deb2a2bfd240 authored about 15 years ago by Per Djurner <[email protected]>
aebafbfd6342a86307f7e280c1a0deb2a2bfd240 authored about 15 years ago by Per Djurner <[email protected]>
See previous.
74e4bf4847c09bd8cc033283d78d4104d79fa04c authored about 15 years ago by Per Djurner <[email protected]>
74e4bf4847c09bd8cc033283d78d4104d79fa04c authored about 15 years ago by Per Djurner <[email protected]>
See previous.
c242cdc5c335332ebceff369f5cd0282492e40c6 authored about 15 years ago by Per Djurner <[email protected]>
c242cdc5c335332ebceff369f5cd0282492e40c6 authored about 15 years ago by Per Djurner <[email protected]>
See previous.
9996dfb58d80729bd88e1721fc6428514bb0d736 authored about 15 years ago by Per Djurner <[email protected]>
9996dfb58d80729bd88e1721fc6428514bb0d736 authored about 15 years ago by Per Djurner <[email protected]>
See previous.
cb09e83a9d40e281a72a7748ab2d10858711dee0 authored about 15 years ago by Per Djurner <[email protected]>
cb09e83a9d40e281a72a7748ab2d10858711dee0 authored about 15 years ago by Per Djurner <[email protected]>
More cohesive and descriptive rewrite rules.
5cfe6269f7d942e9b7bb81fe3eaf425c59275e8a authored about 15 years ago by Per Djurner <[email protected]>
5cfe6269f7d942e9b7bb81fe3eaf425c59275e8a authored about 15 years ago by Per Djurner <[email protected]>
Return type was incorrect when no records were found on findOne with objects.
3cf6c26f98f6386f4de8281b64ce41e83b852df1 authored about 15 years ago by Per Djurner <[email protected]>
3cf6c26f98f6386f4de8281b64ce41e83b852df1 authored about 15 years ago by Per Djurner <[email protected]>
Trimming some white space, ugly. Anyone know of a better way to do it?
2005786d30bb04136f500387b7f4b9539c9cef29 authored about 15 years ago by Per Djurner <[email protected]>
2005786d30bb04136f500387b7f4b9539c9cef29 authored about 15 years ago by Per Djurner <[email protected]>
See previous.
324b7c5da6dcf531015cbd276f8993b44229ed29 authored about 15 years ago by Per Djurner <[email protected]>
324b7c5da6dcf531015cbd276f8993b44229ed29 authored about 15 years ago by Per Djurner <[email protected]>
Fix for passing along the original where clause when paginating with a criteria on the joined table. See http://groups.google.com/group/cfwheels/browse_thread/thread/93e29897bf1ddcf8 for more info.
0deb2199f06284167e12cdb9c231bce5e85693ca authored about 15 years ago by Per Djurner <[email protected]>
0deb2199f06284167e12cdb9c231bce5e85693ca authored about 15 years ago by Per Djurner <[email protected]>
Removed "rewrite.cfm" from the error email's link to the error page.
61623bde9ab06264e78eb921d1a3c11f1715442a authored about 15 years ago by Per Djurner <[email protected]>
61623bde9ab06264e78eb921d1a3c11f1715442a authored about 15 years ago by Per Djurner <[email protected]>
Set the Dispatch object to be created from root instead (same as how all the other objects are created).
d32c6e5b711d0b6ba05447f09f7c3ba1200899a0 authored over 15 years ago by Per Djurner <[email protected]>
d32c6e5b711d0b6ba05447f09f7c3ba1200899a0 authored over 15 years ago by Per Djurner <[email protected]>
Fixed the link to plugins in the debug area.
a355073fd1bfe120e14c76c7c86d68f4cfe15fa9 authored over 15 years ago by Per Djurner <[email protected]>
a355073fd1bfe120e14c76c7c86d68f4cfe15fa9 authored over 15 years ago by Per Djurner <[email protected]>
Added "Options +FollowSymLinks" to Apache rewrite rules as mentioned in the comments here: http://cfwheels.org/docs/chapter/url-rewriting
f7b1b12d62712fe90cfda8703156a7f5093de13c authored over 15 years ago by Per Djurner <[email protected]>
f7b1b12d62712fe90cfda8703156a7f5093de13c authored over 15 years ago by Per Djurner <[email protected]>
Changed tests to run on a specific mapping instead of just "wheels".
824e08adb27c338606056f4750ef285f8b7c320a authored over 15 years ago by Per Djurner <[email protected]>
824e08adb27c338606056f4750ef285f8b7c320a authored over 15 years ago by Per Djurner <[email protected]>
fixed failing validations tests.
59c65c5751dcdd68080dddd0a5d6846415f40407 authored over 15 years ago by Tony Petruzzi <[email protected]>
59c65c5751dcdd68080dddd0a5d6846415f40407 authored over 15 years ago by Tony Petruzzi <[email protected]>
Peter's rewrite changes.
cd63e5f4ce8823c5af3f65a2e60ed2af0baac71d authored over 15 years ago by Per Djurner <[email protected]>
cd63e5f4ce8823c5af3f65a2e60ed2af0baac71d authored over 15 years ago by Per Djurner <[email protected]>
revert r3122 leaving in the mapping performance fix.
f33158679b8f1d6204f77f3b4bbb255d65f308cc authored over 15 years ago by Tony Petruzzi <[email protected]>
f33158679b8f1d6204f77f3b4bbb255d65f308cc authored over 15 years ago by Tony Petruzzi <[email protected]>
Added a web.config file for use with IIS7. The user needs to install the URL Rewrite Module from http://www.iis.net/extensions/URLRewrite. Rules might need to be tweaked a bit before we release this officially too.
7d3a2d7ee3ba6f5a6ff2bf5025d803ac6955a687 authored over 15 years ago by Per Djurner <[email protected]>
7d3a2d7ee3ba6f5a6ff2bf5025d803ac6955a687 authored over 15 years ago by Per Djurner <[email protected]>
railo performance workaround for sites running from root
fb2d3c5832c2cf0bc327de1b4d9eade8857b3ad0 authored over 15 years ago by Tony Petruzzi <[email protected]>
fb2d3c5832c2cf0bc327de1b4d9eade8857b3ad0 authored over 15 years ago by Tony Petruzzi <[email protected]>
reverting 3118, 3117, 3116, 3115, 3113, 3112, 3111.
moved to new nomapping branch
51d5bcb12110cdbc3d00555fbafc601e38fb5ff9 authored over 15 years ago by Tony Petruzzi <[email protected]>
Removed file that is not in use anymore.
f134b6625d653c6f6baf5181287b01f02dfcd34f authored over 15 years ago by Per Djurner <[email protected]>
f134b6625d653c6f6baf5181287b01f02dfcd34f authored over 15 years ago by Per Djurner <[email protected]>
See previous.
b5a2f195ee67e0f3c38973c406e1b2157205eeca authored over 15 years ago by Per Djurner <[email protected]>
b5a2f195ee67e0f3c38973c406e1b2157205eeca authored over 15 years ago by Per Djurner <[email protected]>
Some reorganizing to keep the amount of files in user folders as few as possible.
7c846c02fb1211443e811bcf4725ec3804309f72 authored over 15 years ago by Per Djurner <[email protected]>
7c846c02fb1211443e811bcf4725ec3804309f72 authored over 15 years ago by Per Djurner <[email protected]>
Removed old code that was meant to be used when running one wheels copy for several sites in sub folders (we will not support this).
Added a setting for tests so we can hide the links in the debug area when the "wheels/tests" fol...
22ce7e4be2d6f0a6916beaa56d7c9678f6bac73e authored over 15 years ago by Per Djurner <[email protected]>
re-added two files to get tests to work (won't work in a sub folder though). These files should be moved into the tests folder eventually to clean things up (or be removed if possible). We should also stop using the mapping and use the built-in variables when creating objects for tests.
ab8c2b4d2abf3b841a360ed84ec2e9dd70d3d1f8 authored over 15 years ago by Per Djurner <[email protected]>
ab8c2b4d2abf3b841a360ed84ec2e9dd70d3d1f8 authored over 15 years ago by Per Djurner <[email protected]>
Fixed so caching uses the cacheQueries setting instead of checking the environment only (related to r3110).
add5abdd41ebd546a1a088744c63269c6dfe86ab authored over 15 years ago by Per Djurner <[email protected]>
add5abdd41ebd546a1a088744c63269c6dfe86ab authored over 15 years ago by Per Djurner <[email protected]>
See previous.
36920d8a49a1e7b45ca102bc73ae42953c7aeb9c authored over 15 years ago by Per Djurner <[email protected]>
36920d8a49a1e7b45ca102bc73ae42953c7aeb9c authored over 15 years ago by Per Djurner <[email protected]>
See previous.
c83082986cd32aded0335c16814537d57fb57910 authored over 15 years ago by Per Djurner <[email protected]>
c83082986cd32aded0335c16814537d57fb57910 authored over 15 years ago by Per Djurner <[email protected]>
Fixing so we can run without a mapping set since there is a bug in Railo related to that (and if we can get rid of the mapping it's probably a good thing regardless).
7903c4304586c794439f1695bfae3e2779a44aa4 authored over 15 years ago by Per Djurner <[email protected]>
7903c4304586c794439f1695bfae3e2779a44aa4 authored over 15 years ago by Per Djurner <[email protected]>
replace production environment checks with showErrorInformation setting checks. fixes issue 276
b998218811cb6c2698539ff47ef066f3cbf91fde authored over 15 years ago by Tony Petruzzi <[email protected]>
b998218811cb6c2698539ff47ef066f3cbf91fde authored over 15 years ago by Tony Petruzzi <[email protected]>
Improved validations: support for if/unless in validate,validateOnCreate, validateOnUpdate, support for built-in CFML types in validatesFormatOf (type argument), removed duplicate code, better formatted error messages.
6a319456a02b5f421c62267425ea34a87cdd5526 authored over 15 years ago by Per Djurner <[email protected]>
6a319456a02b5f421c62267425ea34a87cdd5526 authored over 15 years ago by Per Djurner <[email protected]>
Fixed timing issue when reloading the app, see issue 268.
5acb9c3b47abe8ec6f34581ddd4575809f2e3f32 authored over 15 years ago by Per Djurner <[email protected]>
5acb9c3b47abe8ec6f34581ddd4575809f2e3f32 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 274.
1e8cc52fc45a31b1532756ce8b769f5e6967b532 authored over 15 years ago by Per Djurner <[email protected]>
1e8cc52fc45a31b1532756ce8b769f5e6967b532 authored over 15 years ago by Per Djurner <[email protected]>
Fixed issue 271 and refactored code.
31cabf1288c066098a526405091b6f9bf68c0674 authored over 15 years ago by Per Djurner <[email protected]>
31cabf1288c066098a526405091b6f9bf68c0674 authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 267.
bb0885f31bae6936b80c605ca5126b43113dbee2 authored over 15 years ago by Per Djurner <[email protected]>
bb0885f31bae6936b80c605ca5126b43113dbee2 authored over 15 years ago by Per Djurner <[email protected]>
More changed related to issue 269.
7b3cf6f8c8cf372e4c95088480282addd1ca3c47 authored over 15 years ago by Per Djurner <[email protected]>
7b3cf6f8c8cf372e4c95088480282addd1ca3c47 authored over 15 years ago by Per Djurner <[email protected]>