Sebastien Ros
fcd3fbfb22
Preserving filter information accross page calls
...
--HG--
branch : dev
extra : transplant_source : %80R%A2%04S%40%E8l%12%F3YYAv%C5w%A1%CFhk
2011-01-17 17:47:05 -08:00
Renaud Paquay
9722c92226
Merge 1.x => default
2011-01-17 15:15:21 -08:00
Kevin LaBranche
f999b9d859
Fix for http://orchard.codeplex.com/workitem/17054 . Email address is not validated for a registered user.
...
Added code to the AccountController's ValidateRegistration to fix. Also added two unit tests and went ahead and added the data annotation's
to the UserCreateViewModel and the UserEditViewModel as well since if we are accepting email addresses they might as well be valid (well-formed). :-)
--HG--
branch : 1.x
2011-01-17 16:14:05 -07:00
Renaud Paquay
99e4ed8857
Updating version #s to match 1.0 release
...
--HG--
branch : 1.x
2011-01-17 15:04:57 -08:00
Kevin LaBranche
956fcd8e56
Fix for http://orchard.codeplex.com/workitem/17112 . The Get Started, Register Account and Add User had different min lengths for password.
...
In looking at the membershipSettings class in Orchard the min length setting is 7. I changed the add user (UserCreateViewModel) and the get
started (SetupViewModel) to match the min of 7 by modifying/adding a data annotation.
--HG--
branch : 1.x
2011-01-17 14:31:33 -07:00
Sebastien Ros
f4fd2d3ba1
Maintaining filter after postback, and fixing pager text with no results
...
--HG--
branch : dev
extra : transplant_source : %9D%83U%F6%AE%DCpT%D1%10%60%E3%5D%3D%89n%C2%60Qa
2011-01-17 07:22:49 -08:00
Sebastien Ros
4d4d29e4eb
Adapting Pager shape in Admin to handle huge number of items
...
- Displaying a window of pages
- Adding First and Last page links
--HG--
branch : dev
extra : transplant_source : %F5%ED%A3%92%40k%AE%E9%87%9Cs%28HF%83%9FM%02%E2%B8
2011-01-16 23:47:51 -08:00
Sebastien Ros
5ab768a0d7
Adding specflow test for Users module
...
--HG--
branch : dev
extra : transplant_source : %ECV%0C%F7%B4%99w%8E%24h%D0%8CM%FC%0A%3D%5D%C2t%B1
2011-01-16 22:41:28 -08:00
Sebastien Ros
b1c782004b
Improving users management
...
--HG--
branch : dev
extra : transplant_source : %AA%18%27%A6%83%7B%E7o%24%CF%11%81%D7%84%9D%0C%FB%D11%FB
2011-01-15 09:33:29 -08:00
Suha Can
dc81f4c8a6
Porting contribution from Kevin Labranche. Fix for 17111
...
--HG--
branch : 1.x
2011-01-14 11:48:06 -08:00
Renaud Paquay
ceb9ead9b0
Fixing solution file
...
--HG--
branch : 1.x
2011-01-12 19:07:12 -08:00
Andre Rodrigues
5d514cf871
Merge
...
--HG--
branch : 1.x
2011-01-12 19:00:27 -08:00
Sebastien Ros
8f8d839e77
Improving encryption utilities
...
--HG--
branch : 1.x
2011-01-12 18:58:02 -08:00
Andre Rodrigues
4013fe539d
Adding missing dynamic object casts.
...
--HG--
branch : 1.x
2011-01-12 18:18:32 -08:00
Renaud Paquay
a79ce210a6
Merge
...
--HG--
branch : 1.x
2011-01-12 00:51:53 -08:00
Renaud Paquay
4dd978f304
Update the way we copy c++ run time for SqlCe
...
--HG--
branch : 1.x
2011-01-12 00:47:26 -08:00
andrerod
d1d87eada4
Fixing issue with themes screenshots.
...
--HG--
branch : 1.x
2011-01-12 00:32:40 -08:00
Renaud Paquay
8e7004b82d
Display banner message pointing to Themes page after installation
...
--HG--
branch : 1.x
2011-01-11 20:26:03 -08:00
Renaud Paquay
bc5ec3e014
Better error message when package installation failed
...
Work Item: 17194
--HG--
branch : 1.x
2011-01-11 20:04:12 -08:00
Renaud Paquay
de42a2d4a9
Adding link to Gallery in "Modules" and "Themes" pages
...
--HG--
branch : 1.x
2011-01-11 19:01:46 -08:00
Sebastien Ros
671fc84349
Merge
...
--HG--
branch : 1.x
2011-01-11 17:51:13 -08:00
Sebastien Ros
3305fd81b6
Fixing search API when searching for all documents
...
--HG--
branch : 1.x
2011-01-11 17:50:19 -08:00
Renaud Paquay
94563832d9
Updating version # to 1.0
...
--HG--
branch : 1.x
2011-01-11 16:47:30 -08:00
Renaud Paquay
3930c234e4
Merge
...
--HG--
branch : 1.x
2011-01-11 16:43:09 -08:00
Renaud Paquay
4442c832b6
Enabling Gallery by default in Setup
...
--HG--
branch : 1.x
2011-01-11 16:42:48 -08:00
Sebastien Ros
11d0903d36
Fixing search log
...
--HG--
branch : 1.x
2011-01-11 16:38:27 -08:00
Sebastien Ros
ea3479d243
Modifying default parsing behavior in Lucene
...
--HG--
branch : 1.x
2011-01-11 14:06:15 -08:00
Andre Rodrigues
1fe8caec23
Removing dead code.
...
--HG--
branch : 1.x
2011-01-11 13:42:35 -08:00
Andre Rodrigues
4ea1b37122
Removing unecessary check - permissions are being validated by dynamic compilation.
...
--HG--
branch : 1.x
2011-01-11 13:15:33 -08:00
Renaud Paquay
8277e19312
Implement WorkContent.HttpContext
...
Work Item: 17008
--HG--
branch : 1.x
2011-01-11 11:37:50 -08:00
andrerod
fa162c7ac8
#17171 : Adding gallery link to module/theme details page.
...
--HG--
branch : 1.x
2011-01-10 23:18:04 -08:00
Sebastien Ros
09939c18b9
Merge
...
--HG--
branch : 1.x
2011-01-10 18:19:01 -08:00
Sebastien Ros
80f8930b35
Removing unused template file
...
--HG--
branch : 1.x
2011-01-10 18:18:28 -08:00
Renaud Paquay
c731c2b591
Merge
...
--HG--
branch : 1.x
2011-01-10 18:13:02 -08:00
Sebastien Ros
1e8ddda4cc
Removing Web.config file creation from "codegen module" command
...
--HG--
branch : 1.x
2011-01-10 18:12:05 -08:00
Sebastien Ros
bd2684e8a4
Removing unused code in indexing handlers
...
--HG--
branch : 1.x
2011-01-10 17:17:00 -08:00
Renaud Paquay
e97fab3dfe
Make jQuery category "Core"
...
Work Item: 17109
--HG--
branch : 1.x
2011-01-10 16:33:00 -08:00
Sebastien Ros
10eb50c2ec
Fixing validation messages not displayed when using ShapeResult
...
--HG--
branch : 1.x
2011-01-10 15:49:56 -08:00
Sebastien Ros
901b77aed6
Fixing typo in a unit test
...
--HG--
branch : 1.x
2011-01-10 15:27:26 -08:00
Andre Rodrigues
04e88eb216
Merge
...
--HG--
branch : 1.x
2011-01-10 15:25:34 -08:00
Andre Rodrigues
1873ada9ff
Improving gallery CSS by using different sizes for icons and screenshots.
...
--HG--
branch : 1.x
2011-01-10 15:25:08 -08:00
Louis DeJardin
84766a2d87
Antiforgery token not verified for setup controller actions
...
These actions are all anonymous, by definition, and antiforgery serves no purpose
--HG--
branch : 1.x
2011-01-10 13:59:06 -08:00
Renaud Paquay
9dde617b29
Merge and fix remaining few permission checks
...
--HG--
branch : 1.x
2011-01-10 13:53:33 -08:00
Renaud Paquay
66a056cf0a
Merge
...
--HG--
branch : 1.x
2011-01-10 13:31:20 -08:00
Suha Can
9e32ee12ba
Merge
...
--HG--
branch : 1.x
2011-01-10 10:43:28 -08:00
Renaud Paquay
6a8ee76697
Fix Work Item: 16622
...
--HG--
branch : 1.x
2011-01-09 10:35:44 -08:00
andrerod
97bdc331ee
Updating FeedFervice URL.
...
--HG--
branch : 1.x
2011-01-08 19:10:09 -08:00
Renaud Paquay
512b5469bb
Merge
...
--HG--
branch : 1.x
2011-01-08 10:58:08 -08:00
Renaud Paquay
83b11865eb
Fix some specflow tests to not being ignored anymore
...
--HG--
branch : 1.x
2011-01-08 10:56:54 -08:00
andrerod
ff0ae5c5e3
Adding missing images. Handling relative image Uris.
...
--HG--
branch : 1.x
2011-01-08 10:31:16 -08:00