Earlier this year
-
r57
(Various improvements:
- Login/authentication/authorization w...) committed by chad.myers
- Various improvements:
- Login/authentication/authorization working
- PageNotFound/404 stuff
Various improvements:
- Login/authentication/authorization working
- PageNotFound/404 stuff
-
r56
(Fixed a reference to the Spark.dll so it would compile) committed by Mark.Nijhof
- Fixed a reference to the Spark.dll so it would compile
Fixed a reference to the Spark.dll so it would compile
-
r55
(added paging and displaying per tag, did it in a dirty way s...) committed by Mark.Nijhof
- added paging and displaying per tag, did it in a dirty way so please don't look at the code, working
on a rewrite done correctly
added paging and displaying per tag, did it in a dirty way so please don't look at the code, working
on a rewrite done correctly
-
r54
(added paging and displaying per tag, did it in a dirty way s...) committed by Mark.Nijhof
- added paging and displaying per tag, did it in a dirty way so please don't look at the code, working
on a rewrite done correctly
added paging and displaying per tag, did it in a dirty way so please don't look at the code, working
on a rewrite done correctly
-
r53
(Updated to latest FubuMVC) committed by chad.myers
- Updated to latest FubuMVC
Updated to latest FubuMVC
-
r52
(Updated to latest FubuMVC) committed by chad.myers
- Updated to latest FubuMVC
Updated to latest FubuMVC
-
r51
(- Updated to FubuMVC latest
- Started work on domain objects...) committed by chad.myers
- - Updated to FubuMVC latest
- Started work on domain objects and persistence
- Updated to FubuMVC latest
- Started work on domain objects and persistence
-
r50
(- Added two missing files :() committed by Mark.Nijhof
- - Added two missing files :(
- Added two missing files :(
-
r49
(Switched to different HTML/CSS. The last one was too busy.
S...) committed by chad.myers
- Switched to different HTML/CSS. The last one was too busy.
Switched to Spark for views (to spike it out and get it working)
Switched to different HTML/CSS. The last one was too busy.
Switched to Spark for views (to spike it out and get it working)
-
r48
(Messing around trying to build a Fubu-based framework/quicks...) committed by chad.myers
- Messing around trying to build a Fubu-based framework/quickstart grab-and-go sort of thing.
Also building 'FubuTask' to help flesh out some design issues as well as to start experimenting with
FubuMVC + jQuery goodness.
Messing around trying to build a Fubu-based framework/quickstart grab-and-go sort of thing.
Also building 'FubuTask' to help flesh out some design issues as well as to start experimenting with
FubuMVC + jQuery goodness.
-
r47
(- Updated to the latest (later by now) Fluent NHibernate cod...) committed by Mark.Nijhof
- - Updated to the latest (later by now) Fluent NHibernate code base
-- For that I needed to rewrite the FMH mappings, now it is using the auto mapping with the new
convention classes
- Removed the debug stuff as that is now in the core framework as a behavior
- Updated to the latest (later by now) Fluent NHibernate code base
-- For that I needed to rewrite the FMH mappings, now it is using the auto mapping with the new
convention classes
- Removed the debug stuff as that is now in the core framework as a behavior
-
r46
(Fixed error in HomeController when retrieving posts from Dat...) committed by rpkelley
- Fixed error in HomeController when retrieving posts from Database.
Fixed error in HomeController when retrieving posts from Database.
-
r45
(- Updated to latest FubuMVC libs to fix behavior / action-co...) committed by chad.myers
- - Updated to latest FubuMVC libs to fix behavior / action-convention ordering bug
- Updated to latest FubuMVC libs to fix behavior / action-convention ordering bug
-
r44
(- Removed the dumb extension methods like NameContains so no...) committed by Mark.Nijhof
- - Removed the dumb extension methods like NameContains so now you have to do Name.Contains
- Removed the pattern matching way of selecting properties from the override, when overriding you
know he type so you can select the actual property
- Removed the dumb extension methods like NameContains so now you have to do Name.Contains
- Removed the pattern matching way of selecting properties from the override, when overriding you
know he type so you can select the actual property
-
r43
(- Added the ability to override rules for specific propertie...) committed by Mark.Nijhof
- - Added the ability to override rules for specific properties, I am also going to remove the
conventional way of overriding rules for a specific view model because at that time you are talking
about a specific view model and then you can also be specific about the properties
- Added the ability to override rules for specific properties, I am also going to remove the
conventional way of overriding rules for a specific view model because at that time you are talking
about a specific view model and then you can also be specific about the properties
-
r42
(- Fixed a stupid check-in mistake) committed by Mark.Nijhof
- - Fixed a stupid check-in mistake
- Fixed a stupid check-in mistake
-
r41
(- Updated to use the latest FubuMVC libs also implemented th...) committed by Mark.Nijhof
- - Updated to use the latest FubuMVC libs also implemented the DomainEntity logic from Chad
- Updated to use the latest FubuMVC libs also implemented the DomainEntity logic from Chad
-
r40
(- Updated to the latest FubuMVC libs) committed by Mark.Nijhof
- - Updated to the latest FubuMVC libs
- Updated to the latest FubuMVC libs
-
r39
(Updated to latest fubu source including new controller/actio...) committed by chad.myers
- Updated to latest fubu source including new controller/action auto-discovery
Updated to latest fubu source including new controller/action auto-discovery
-
r38
(Fixed transient equality and hashing bugs in DomainEntity) committed by chad.myers
- Fixed transient equality and hashing bugs in DomainEntity
Fixed transient equality and hashing bugs in DomainEntity
-
r37
(- Did some more refactoring on the validation framework so t...) committed by Mark.Nijhof
- - Did some more refactoring on the validation framework so that in the selection of view models the
framework doesn't have ICanBeValidated hard coded anymore, this is now in a extension method (use it
or not). Also made the CloneFrom able to handle different view models if they 'look' the same.
- Did some more refactoring on the validation framework so that in the selection of view models the
framework doesn't have ICanBeValidated hard coded anymore, this is now in a extension method (use it
or not). Also made the CloneFrom able to handle different view models if they 'look' the same.
-
r36
(- Removed the dependency of implementing the ICanBeValidated...) committed by Mark.Nijhof
- - Removed the dependency of implementing the ICanBeValidated interface from the ViewModels except in
the AddViewModelsFromAssembly and in the behavior (dependency here won't be removed as this is for
transporting the validation results back and forwards from the view and controller). This is for
preparation to also start validating domain objects.
- Removed the dependency of implementing the ICanBeValidated interface from the ViewModels except in
the AddViewModelsFromAssembly and in the behavior (dependency here won't be removed as this is for
transporting the validation results back and forwards from the view and controller). This is for
preparation to also start validating domain objects.
-
r35
(- Added a few extension methods for convenience when configu...) committed by Mark.Nijhof
- - Added a few extension methods for convenience when configuring the validation rules
- Changed the name of the validation behavior, because there will also be one for setting up the
output model with the rules for client side validation
- Added a few extension methods for convenience when configuring the validation rules
- Changed the name of the validation behavior, because there will also be one for setting up the
output model with the rules for client side validation
-
r34
(Fixed ControllerActionDisplay to show the correct informatio...) committed by rpkelley
- Fixed ControllerActionDisplay to show the correct information again in Debug View
Fixed ControllerActionDisplay to show the correct information again in Debug View
-
r33
(- Implemented the new FubuMVC changes with respect to config...) committed by Mark.Nijhof
- - Implemented the new FubuMVC changes with respect to configuring the Controller Actions
- Implemented the new FubuMVC changes with respect to configuring the Controller Actions
-
r32
(- Updated the libraries to the latest FubuMVC changes and la...) committed by Mark.Nijhof
- - Updated the libraries to the latest FubuMVC changes and latest FubuMVC.Validation changes
- Updated the libraries to the latest FubuMVC changes and latest FubuMVC.Validation changes
-
r31
(- Fixed an error with the DNS e-mail validation, not all dom...) committed by Mark.Nijhof
- - Fixed an error with the DNS e-mail validation, not all domains work without the www. stuff
- Fixed an error with the DNS e-mail validation, not all domains work without the www. stuff
-
r30
(Added /_Admin path - this is the dashboard for adding and ed...) committed by rpkelley
- Added /_Admin path - this is the dashboard for adding and editing new posts, Still work in progress
as we need to add comments and other "Dashboard" items
Added ability on BlogPostController to Add/Edit/Save BlogPosts
Added ITagService and TagService to ensure we don't duplicate tags
Added Admin.Master for admin area template
Reloaded all css files from current oxite, fixed small problems where our classes and id's weren't
right
added rest of images from Oxite source
Added Tests for new BlogPostController stuff
Added Extension method WithHint which provides for the jquery Text in Textbox until you click in it
(blur)
Added /_Admin path - this is the dashboard for adding and editing new posts, Still work in progress
as we need to add comments and other "Dashboard" items
Added ability on BlogPostController to Add/Edit/Save BlogPosts
Added ITagService and TagService to ensure we don't duplicate tags
Added Admin.Master for admin area template
Reloaded all css files from current oxite, fixed small problems where our classes and id's weren't
right
added rest of images from Oxite source
Added Tests for new BlogPostController stuff
Added Extension method WithHint which provides for the jquery Text in Textbox until you click in it
(blur)
-
r29
(- Did some refactoring to separate some concerns from the Va...) committed by Mark.Nijhof
- - Did some refactoring to separate some concerns from the ValidationConfiguration
- Added support for multiple property rules to the override configuration
- Did some refactoring to separate some concerns from the ValidationConfiguration
- Added support for multiple property rules to the override configuration
-
r28
(- Added Twitter notification and captcha validation) committed by Mark.Nijhof
- - Added Twitter notification and captcha validation
- Added Twitter notification and captcha validation
-
r27
(- Added Twitter user name validation (very simple check if t...) committed by Mark.Nijhof
- - Added Twitter user name validation (very simple check if the user URL returns a valid code)
- Added Twitter user name validation (very simple check if the user URL returns a valid code)
-
r26
(- Added Captcha support from the FubuMVC.Validation framewor...) committed by Mark.Nijhof
- - Added Captcha support from the FubuMVC.Validation framework and the new IsEmail rule, hopefully I
can get rid of some of the spam.
- Added Captcha support from the FubuMVC.Validation framework and the new IsEmail rule, hopefully I
can get rid of some of the spam.
-
r25
(- Added DNS check in the IsEmail validation rule (currently ...) committed by Mark.Nijhof
- - Added DNS check in the IsEmail validation rule (currently the DNS stuff is not _yet_ injected :(
this makes the tests run slower and fail if you are not connected)
- Added a Captcha Question builder and Evaluator (needs Microsoft.JScript, but I believe it is part
of the .Net framework, correct me if I am wrong)
- Added a IsValidCaptcha rule
- Added support for rules that validate multiple properties at the same time, needed for Captcha
where there is a Question and Answer field that needs to be validated
- Added DNS check in the IsEmail validation rule (currently the DNS stuff is not _yet_ injected :(
this makes the tests run slower and fail if you are not connected)
- Added a Captcha Question builder and Evaluator (needs Microsoft.JScript, but I believe it is part
of the .Net framework, correct me if I am wrong)
- Added a IsValidCaptcha rule
- Added support for rules that validate multiple properties at the same time, needed for Captcha
where there is a Question and Answer field that needs to be validated
-
r24
(Added FubuSample project to samples folder. This contains th...) committed by rpkelley
- Added FubuSample project to samples folder. This contains the sample code I have been using in my
blog series, which I will port to the wiki at some point, time permitting.
Added FubuSample project to samples folder. This contains the sample code I have been using in my
blog series, which I will port to the wiki at some point, time permitting.
-
r23
(- IsEmail now also check if the domain name exists
- Started...) committed by Mark.Nijhof
- - IsEmail now also check if the domain name exists
- Started on calculation Captcha validation
- IsEmail now also check if the domain name exists
- Started on calculation Captcha validation
-
r22
(- Implemented the FubuMVC.Validation on the Comments part) committed by Mark.Nijhof
- - Implemented the FubuMVC.Validation on the Comments part
- Implemented the FubuMVC.Validation on the Comments part
-
r21
(- Removed R# file :() committed by Mark.Nijhof
- - Removed R# file :(
-
r20
(- Added Validate extension method so that now you can displa...) committed by Mark.Nijhof
- - Added Validate extension method so that now you can display a message if the field was invalid
- Added a Navigate here method that output a link and javascript to navigate to it if the view model
was invalid
- Added Validate extension method so that now you can display a message if the field was invalid
- Added a Navigate here method that output a link and javascript to navigate to it if the view model
was invalid
-
r19
(- Added new version of the FubuMVC.Validation framework, thi...) committed by Mark.Nijhof
- - Added new version of the FubuMVC.Validation framework, this time completely rewritten and now also
tested on my blog
- Next step is adding View extension method for displaying error messages
- After that these extension methods should also be able to generate the needed jQuery stuff for
client validation
- Added new version of the FubuMVC.Validation framework, this time completely rewritten and now also
tested on my blog
- Next step is adding View extension method for displaying error messages
- After that these extension methods should also be able to generate the needed jQuery stuff for
client validation
-
r18
(- Removed the whole first try, after running against walls a...) committed by Mark.Nijhof
- - Removed the whole first try, after running against walls and stuff I chatted with Chad and that
resulted in a complete rewrite. Will check that in tomorrow.
- Removed the whole first try, after running against walls and stuff I chatted with Chad and that
resulted in a complete rewrite. Will check that in tomorrow.
-
r17
(- Added the integration test to see that the whole configura...) committed by Mark.Nijhof
- - Added the integration test to see that the whole configuration can be used together
- Added the integration test to see that the whole configuration can be used together
-
r16
(- Added the start for FubuMVC.Validator which is a conventio...) committed by Mark.Nijhof
- - Added the start for FubuMVC.Validator which is a convention based validation addon for FubuMVC. As
you can see the configuration is almost identical to how FubuMVC gets setup so that should be easy.
This is only tested using the unit tests, so haven't actually used the behavior yet. (tomorrow).
- Next step is to also use this for generating client side validation
- Added the start for FubuMVC.Validator which is a convention based validation addon for FubuMVC. As
you can see the configuration is almost identical to how FubuMVC gets setup so that should be easy.
This is only tested using the unit tests, so haven't actually used the behavior yet. (tomorrow).
- Next step is to also use this for generating client side validation
-
r15
(- Updated the AltOxite example with the new FubuMVC librarie...) committed by Mark.Nijhof
- - Updated the AltOxite example with the new FubuMVC libraries and the patch from Chad to allow for
more convention based work
- Updated the AltOxite example with the new FubuMVC libraries and the patch from Chad to allow for
more convention based work
-
r14
(Added starts of Rake support for samples) committed by chad.myers
- Added starts of Rake support for samples
Added starts of Rake support for samples
-
r13
(- Making the default db to be used the SQLite instead of the...) committed by Mark.Nijhof
- - Making the default db to be used the SQLite instead of the SQL Server
- Making the default db to be used the SQLite instead of the SQL Server
-
r12
(Adding license.txt) committed by chad.myers
- Adding license.txt
-
r11
(- Added a controller that redirects requests using the old u...) committed by Mark.Nijhof
- - Added a controller that redirects requests using the old urls to my old (renamed) blog, mainly
because of Google
- Added an initial start for Live Writer support (not working, not used either)
- Added a controller that redirects requests using the old urls to my old (renamed) blog, mainly
because of Google
- Added an initial start for Live Writer support (not working, not used either)
-
r10
(Started adding support for JSON Autosuggest using JQuery. Al...) committed by rpkelley
- Started adding support for JSON Autosuggest using JQuery. All domain side plumbing is done and JSON
output is at /AllTags.json
Need to add the views for adding and editing BlogPost to show this working.
Started adding support for JSON Autosuggest using JQuery. All domain side plumbing is done and JSON
output is at /AllTags.json
Need to add the views for adding and editing BlogPost to show this working.
-
r9
(- Changed the User ID Guid so it won't collide with the othe...) committed by Mark.Nijhof
- - Changed the User ID Guid so it won't collide with the other examples
- Changed the User ID Guid so it won't collide with the other examples
-
r8
(- Added side panels
- Added content for the about page (hard...) committed by Mark.Nijhof
- - Added side panels
- Added content for the about page (hardcoded)
- Added Footer
- Added side panels
- Added content for the about page (hardcoded)
- Added Footer
|