Commit Graph

161 Commits

Author SHA1 Message Date
Marijn van der Zee
d4f67530c4 Fix typo. 2011-10-18 17:10:11 +02:00
Marijn van der Zee
0a834b1f4d Merge branch 'master' into SPRNET-1199 2011-10-18 16:48:52 +02:00
Marijn van der Zee
58c259a79a Remove mistakenly copied line. 2011-10-13 20:33:51 +03:00
Marijn van der Zee
cdd2564beb Remove the errant paragraph and code listing
The errant paragraph is removed, as well as the code listing. From the
text it appears that an example should have been inserted here; that's
commented out and replaced with a TODO note.
2011-10-13 16:39:10 +02:00
Marijn van der Zee
4f17abe6ff Minor formatting change 2011-10-13 16:14:27 +02:00
Marijn van der Zee
2c501d8cf1 Add command file for building documentation 2011-10-13 16:13:22 +02:00
Marijn van der Zee
941a41ed0e html-help will be compiled last.
Because many people won't have MS html help workshop installed. This way,
we can still run a `build doc-reference` and get html and pdf output,
before the build fails (non-fatal, btw).
2011-10-12 21:00:59 +02:00
Marijn van der Zee
b331d9263b Link to vsaddin project instead of amqp. 2011-10-12 17:20:34 +02:00
markpollack
c0cc56f154 add references to MVC examples and ref sec sections in web quickstart docs 2011-08-01 19:02:14 +00:00
sbohlen
295dc50dbb mods to docs to reflect 1.3.2-specific info and references to associated projects 2011-07-28 22:38:12 +00:00
bbaia
4aedd8520d Polishing 1.3.2 release 2011-07-27 13:05:56 +00:00
sbohlen
55d9e89c66 fixing broken build by removing duplicate-names doc-links in mvc3 ref docs (all references to "mvc" in links and ids changed to "mvc3" to ensure uniqueness across entire reference docs scope) 2011-07-17 15:30:15 +00:00
sbohlen
bce6238dcb update Springsource logo to current for docs 2011-07-15 15:24:13 +00:00
sbohlen
78bc673a2e SPRNET-1451
-added section to docs for MVC3 support
-mod to MVC2 docs to indicate "MVC 2.0" rather than more generally "MVC"
2011-07-15 15:23:10 +00:00
bbaia
645e4a6983 Resource Handlers documentation fix. 2011-05-24 15:44:25 +00:00
markpollack
86ec218b4e SPRNET-1391 - ExceptionTranslation doesn't work for SQLite 2011-05-16 21:02:54 +00:00
markpollack
6dbd5a2aee SPRNET-1351 - Add support for Informix database in dbproviders.xml, spring-database-1.3.xsd, and update docs. 2011-05-16 20:00:30 +00:00
bbaia
768f26559b Create ConfigurableVariableSource to allow inline variables definitions with VariablePlaceholderConfigurer (SPRNET-1426) 2011-04-04 10:59:56 +00:00
sbohlen
2a52c4a58c SPRNET-1352 fixed typo 2011-02-11 17:11:35 +00:00
bbaia
ab3f4dedea Updated syntax highlighting definition for C#. 2011-01-29 01:49:15 +00:00
sbohlen
d9a9c47068 mod programlistings node in to wrap text in PDFs (resolves margin overrun problem for code samples in the PDF docs) 2011-01-21 14:56:38 +00:00
sbohlen
9788fd3580 SPRNET-1407
Updated copyright notices in docs.
2010-12-11 20:35:49 +00:00
sbohlen
278d70bf34 SPRNET-1401
MVC Documentation added to reference docs.
2010-12-11 20:32:25 +00:00
sbohlen
07a2bc9dd1 minor change to diagram width to fit on PDF docs page size 2010-12-10 19:29:41 +00:00
sbohlen
24aa39de10 change test to check for DIRECTORY instead of FILE 2010-12-10 17:22:12 +00:00
sbohlen
7aa5c5bd57 fixing typo to correct broken build 2010-12-10 16:15:27 +00:00
sbohlen
16acfd01f9 fix up pathing to hhc.exe 2010-12-10 15:28:40 +00:00
sbohlen
9cdcedd4e0 resize modules graphic 2010-12-09 20:24:59 +00:00
sbohlen
67966c1566 misc changes to build infrastructure to support adding .net 3.5 and 4.0 2010-12-09 00:24:11 +00:00
sbohlen
76445f9665 misc edits in prep for 1.3.1 release 2010-12-07 15:19:47 +00:00
sbohlen
3dcbc88fa7 - fix hardcoded path to hhc.exe to properly locate install location on x64 platforms (e.g., c:\program files (x86)\... instead of c:\program files\...)
- increased heap space to 1024m on the docbook builder (PDF target) so that it doesn't crash when building
2010-12-06 19:56:14 +00:00
markpollack
32aa99ff87 SPRNET-1390 - Allow for dependency injection on object returned from TIBCO EMS's JndiLookupFactoryObject 2010-11-16 16:41:52 +00:00
sbohlen
bf51d96ec6 Minor reference doc housekeeping. 2010-11-09 20:36:42 +00:00
sbohlen
84e6411dec SPRNET-1311
Updated docs to reflect current collection of modules; note that Spring.Http has not been included in this list pending a decision re: its remaining in Spring.NET or moving to a complimentary stand-alone project for its release.
2010-11-02 16:36:55 +00:00
sbohlen
032032ec21 SPRNET-1382
Added comments to section 12.2.2 re: Transaction Management with NHibernate
2010-10-29 15:30:13 +00:00
sbohlen
a3e74e0c36 SPRNET-1250
Added documentation section on this approach.
2010-10-05 14:58:56 +00:00
bbaia
227022824e Attribute 'expression' for 'regex' element in the validation schema is not parsed correctly [SPRNET-1377] 2010-09-29 17:21:38 +00:00
bbaia
a4ff2a29c9 RegularExpressionValidator fails if full string is not matched [SPRNET-1122] 2010-09-29 08:46:15 +00:00
sbohlen
70d2b5413f SPRNET-1226
Update docs to reflect the requirement for a non-null, non-empty string cache key.  Added guard clauses in the BaseCacheAttribute constructor to prevent passing null or empty string as the cache key argument.  Tests added to ensure guard clauses behave as expected.
2010-09-22 17:48:41 +00:00
sbohlen
81b18fb4ae SPRNET-1320
Section added describing In-Proc SxS support for .NET 4 in Spring.NET 1.3.1 (and later, until this changes)
2010-09-16 23:28:01 +00:00
sbohlen
48f7809e78 -fix broken link 2010-09-09 17:12:42 +00:00
sbohlen
116c75a9ff SPRNET-1361
Method mentioned in the documentation was long-since deprecated and had been removed from the Interface.  Docs updated to remove reference to the no-longer-existent method signature.
2010-08-31 16:31:57 +00:00
markpollack
2aee3148ca SPRNET-1358 : Allow for ignoring of resources not found in PropertyFileVariableSource
SPRNET-1356 : Introduce IPriorityOrdered interface to ensure correct ordering among IObjectFactoryPostProcessors
SPRNET-1355 : TypeAlias usage with other IObjectFactoryPostProcessor object definitions not working.

work started on SPRNET-1262 

fix 2003/2005 solution builds
2010-08-19 14:56:55 +00:00
markpollack
c756336427 SPRNET-1324 - Add namespace parser for WCF integration 2010-08-03 18:28:15 +00:00
markpollack
7d7cabb3bf SPRNET-1042 - Specify location of additional DbProvider definitions in Spring XML database namespace 2010-06-10 21:47:46 +00:00
markpollack
f85c342994 SPRNET-1336 - Update documentation for MultiDelegatingDbProvider to show preferred way to set DbProvider name and notes for (not) using with NHibernate. 2010-06-09 15:15:57 +00:00
bbaia
3339f3727c minor doc update 2010-05-05 15:36:46 +00:00
bbaia
17622da552 Add MySql 6.2.2 ado.net provider [SPRNET-1321] 2010-04-07 15:01:46 +00:00
bbaia
eae81929de Typing mistake in online documentation [SPRNET-1316] 2010-04-06 15:46:52 +00:00
lahma
f0e3c02f13 Fixing some typos in templating documentation 2010-01-28 11:56:30 +00:00