Commit Graph

117 Commits

Author SHA1 Message Date
Sebastiaan Janssen 36da2e4e6f Fix paging on yourtopics 2013-02-08 13:27:31 +01:00
Sebastiaan Janssen 4d960eee99 Fix paging in yourtopics, possible fix for forum list not loading 2013-02-08 13:08:41 +01:00
Sebastiaan Janssen 0734f87cc3 Fix searchfield to include docs + small css updates 2013-02-08 11:14:19 +01:00
Sebastiaan Janssen 422c1f9c9a Roadmap should also automatically link to version 2013-02-04 14:20:59 +01:00
Sebastiaan Janssen f2da3be50e Seperate patch releases and make version links automatically work 2013-02-04 14:13:28 +01:00
Sebastiaan Janssen 09283ec89d Merge pull request #13 from greystate/OUR-20
Fix for OUR-20
2013-02-04 02:05:57 -08:00
Sebastiaan Janssen 8f7f1e9f8c Merge pull request #12 from ismailmayat/master
fixed ysod
2013-02-04 02:05:27 -08:00
Sebastiaan Janssen 23b551c1bc Merge commit 'e34215cd96aef39e22f3d2633be6576af4dd4e3f' 2013-02-01 18:11:14 +01:00
Sebastiaan Janssen bdc82d0ba4 Added a few more issues in the list because 6.0.0 had more than a 100 2013-02-01 18:06:55 +01:00
Per Ploug e34215cd96 Adds pdf's as accepted links extension 2013-01-25 10:58:33 +01:00
Tim Geyssens dc19710a9f Make it possible to set username and password for smtp 2013-01-25 09:49:45 +01:00
Niels Hartvig df6cfc2d36 Removes the Deli notification from my projects 2013-01-24 12:11:01 +01:00
Chriztian Steinmeier 9e613ef773 Pull and merge 2013-01-18 23:31:27 +01:00
Chriztian Steinmeier 4bc48e6e44 Fix for OUR-20 - Default search to the section I'm in 2013-01-18 23:18:32 +01:00
Tim Geyssens 5b91067e24 Updates zipdownloaded so path isn't hardcoded but relative to the current site 2013-01-18 13:26:43 +01:00
Tim Geyssens d53c3b49a8 Fixes broken macroscript documentation-githubsync 2013-01-18 13:17:56 +01:00
Tim Geyssens 524ac8ace0 Adds work related to OUR-15Documentation for projects in Markdown format 2013-01-18 12:55:06 +01:00
Sebastiaan Janssen f327cd7e5a Add blank robots.txt 2013-01-11 15:23:23 +01:00
Ismail Mayat f56fda9361 filter fix 2013-01-07 11:54:23 +00:00
Ismail Mayat 632a96cafc if dictionary already initiliased don't add to it 2013-01-07 11:11:16 +00:00
Ismail Mayat 127d625430 using tuple dictionary lookup 2013-01-07 11:03:16 +00:00
Ismail Mayat 508141a568 fixing ysod with wiki not selected
Issue OUR-17: Make search in Documentation section work
2013-01-07 10:09:29 +00:00
Sebastiaan Janssen dbe998bc8c Delete examine indexes in wrong folder, don't
ignor documentation
2013-01-06 15:33:39 +01:00
Sebastiaan Janssen 7f7f153be2 Make sure the documentation path exists 2013-01-06 15:31:04 +01:00
Sebastiaan Janssen c4b5b0c0d2 Fix some path issues and clean up DocIndexer code 2013-01-06 15:12:38 +01:00
Sebastiaan Janssen 62e9c3db29 Merge remote-tracking branch 'ismailmayat/master'
Conflicts:
	OurUmbraco.Site/OurUmbraco.Site.csproj
	OurUmbraco.Site/web.config
	our.umbraco.org/our.umbraco.org.csproj
	uDocumentation/uDocumentation.csproj
2013-01-06 14:25:04 +01:00
Sebastiaan Janssen 0beb87240e Change default web.config to make live deploys a little easier 2013-01-06 14:21:46 +01:00
Sebastiaan Janssen 82622012d4 Make continuous sandbox deploy behave like live 2013-01-06 12:42:50 +01:00
Sebastiaan Janssen 84f340065e Had to force Lucene.Net to specific version
Not sure why, there's nothing directly referencing 2.9.2.2 but it kept
building with the wrong version
2013-01-06 12:29:27 +01:00
Sebastiaan Janssen acf572046a Add live deploy build file 2013-01-06 12:08:48 +01:00
Sebastiaan Janssen 2391ac6bea Remove/add some (non)deployable files
For teamcity build to do the right thing
2013-01-05 16:12:43 +01:00
Sebastiaan Janssen e0ebbbcdfb And now all buildevents use projdir :) 2013-01-04 18:33:20 +01:00
Sebastiaan Janssen f31d6c5bca BuildEvents should just projdir, not solutiondir 2013-01-04 18:27:54 +01:00
Sebastiaan Janssen 14dc8f8c5c Improve postbuildevent 2013-01-04 18:23:26 +01:00
Sebastiaan Janssen 27be4da333 And removed even more missing files from csproj 2013-01-04 17:15:16 +01:00
Sebastiaan Janssen 2b9d90553e Missing files were making the build fail, removed from csproj file now 2013-01-04 17:01:33 +01:00
Ismail Mayat 9005dc587c fxing filter so we take documenation into consideration 2013-01-04 15:36:30 +00:00
Ismail Mayat a3f998196b documenation only search working 2013-01-04 14:17:42 +00:00
Ismail Mayat 94f7c808db updating documenation indexing
added new event so that after github trigger we reindex all docs using
new file indexer
2013-01-04 11:50:00 +00:00
perploug 678f539067 Merge pull request #9 from leekelleher/master
Modified SQL for "TotalTopics"
2013-01-03 01:26:41 -08:00
perploug bff24ec0db Merge pull request #10 from greystate/xslt-cleanup-01
XSLT cleanup 01
2013-01-03 01:25:07 -08:00
Chriztian Steinmeier 600e55f09f Fix for OUR-20 - Default search to the section I'm in 2013-01-02 02:05:49 +01:00
Chriztian Steinmeier a1d6014d03 Extract entities for querystring keys 2013-01-02 00:48:35 +01:00
Chriztian Steinmeier c8bb551fad Cleanup SearchField.xslt 2013-01-02 00:37:12 +01:00
Lee Kelleher 912027ed59 Update for OUR-24 - Excessive pagination.
See comment: #67-4298 - modified the SQL for "TotalTopics" to perform a COUNT() on the topics rather than a SUM() on the forum's topics.
2012-12-31 17:23:53 +00:00
Chriztian Steinmeier 082b44b02a Extract variable for hard-coded pageID 2012-12-30 23:10:01 +01:00
Chriztian Steinmeier 9244468e7f Substitute concat() for intermingled text & value-of 2012-12-30 23:02:55 +01:00
Chriztian Steinmeier 92118e5df2 Cleanup forum-overview.xslt 2012-12-30 23:00:59 +01:00
Chriztian Steinmeier 2ff8ea2ce9 Cleanup People-BestKarma.xslt 2012-12-30 22:41:09 +01:00
Chriztian Steinmeier 8e38f22770 Cleanup Member-JsValues.xslt 2012-12-30 21:55:13 +01:00