50 Commits

Author SHA1 Message Date
Sebastiaan Janssen 3f61b8c903 Re-populate location after submit with errors
Move css and js into their own files
2016-09-01 18:43:18 +02:00
Shannon 3f17a57289 Gets all of the searches for packages consistent, ensures the package index has all of the right data and is indexed appropriately, updates to latest examine so we can use numerical range queries directly with lucene. 2016-08-11 15:02:36 +02:00
Shannon 82dd7734dc Fixes security for api endpoints, fixes js reference issues, removes the old js from trying to be executed when signing up 2016-07-26 14:36:15 +02:00
Shannon 18e1ae74bf fixed the anchor for docs 2016-07-26 13:54:24 +02:00
Sebastiaan Janssen e1d50b5da5 Upgrade to 7.4.0-RC 2016-02-05 11:06:26 +01:00
Sebastiaan Janssen 9b2d9208dd OUR-324 confirming a search in the "Umbraco Package Repository" in backend with "enter" key loads wrong page.
#OUR-324 Fixed
2015-08-23 12:59:39 +02:00
Sebastiaan Janssen ecb79cbec6 Adds some validation 2015-08-08 12:44:23 +02:00
Sebastiaan Janssen d7f3d3202b Admins can block members to prevent further damage
#OUR-267 Fixed
2015-07-24 16:03:36 +02:00
Sebastiaan Janssen d88b97d282 Make it easier to delete spam and all related posts 2015-07-23 18:06:57 +02:00
Sebastiaan Janssen 9cc88a068b Easily approve members from their profile (for admins) 2015-07-09 16:15:09 +02:00
Sebastiaan Janssen 02e813cd6b Gets rid of knockout on the roadmap/release/download pages making them load much much faster and making them way easier to debug 2015-07-09 16:15:08 +02:00
Sebastiaan Janssen 6496e23da9 Implement delete members for HQ 2015-07-09 10:26:40 +02:00
Sebastiaan Janssen c77110da47 Since this never seems to bind to the "rel" (which is required and never seems to have worked) we'll just link to the details, that works 2015-06-18 20:52:52 +02:00
Sebastiaan Janssen 51b9671ee6 Include required js for backoffice package searcher 2015-06-18 19:51:58 +02:00
Rune Hem Strand 4a56904259 Removed zf function call 2015-06-15 16:09:27 +02:00
Rune Hem Strand 3450933d34 release page 2015-02-26 11:29:06 +01:00
TimGeyssens 94a2a65b17 updated jquery autocomplete so it works with the current jquery version 2015-02-24 13:11:07 +01:00
Sebastiaan Janssen 08275325fb Update /base for wiki 2014-09-14 18:01:02 +02:00
Sebastiaan Janssen 30bc400429 Some /base links were not yet updated 2014-09-14 17:23:04 +02:00
Sebastiaan Janssen e47cfccc10 Update the /base calls in the notifications project 2014-09-14 17:18:04 +02:00
Sebastiaan Janssen a902176480 Update the /base calls in the our.umbraco.org project 2014-09-14 17:08:57 +02:00
Sebastiaan Janssen b316c94af2 Update the /base events 2014-09-14 16:25:03 +02:00
Sebastiaan Janssen f3b2a564f4 Fixes some web api problems 2014-09-14 13:52:24 +02:00
Sebastiaan Janssen f2f5cea291 Fixes some web api problems 2014-09-14 13:37:31 +02:00
Sebastiaan Janssen e14d80abcc Fixes some web api problems 2014-09-13 17:34:27 +02:00
Sebastiaan Janssen 18476c75e5 Fixes some web api problems 2014-09-13 17:28:22 +02:00
Sebastiaan Janssen e39cbd19da Move uSearch /base methods to ApiController 2014-09-13 16:31:12 +02:00
Sebastiaan Janssen 0f40dc7c0f Move uPowers /base methods to ApiController 2014-09-13 16:20:01 +02:00
Sebastiaan Janssen 976fa143e2 Move uForum base calls to apicontroller 2014-09-13 16:06:54 +02:00
Sebastiaan Janssen d157bc940b Allow for deletion of members by HQ 2014-08-30 12:59:04 +02:00
Sebastiaan Janssen be9a0c2ede Load compatibility report when opening a package details page. 2014-04-11 13:32:30 +02:00
Mads Krohn 385707ffde This commit fixes the performance issue with the markdown editor on the forum caused by prettifying code blocks on every keystroke. 2014-03-17 09:24:34 +01:00
Sebastiaan Janssen 87c107b899 Get cached version of issues when loading a single release page 2014-03-02 17:34:47 +01:00
Sebastiaan Janssen cd9180d1d5 Update spam handling so that all moderators can mark as ham and spam. 2014-01-03 21:26:28 +01:00
Sebastiaan Janssen b1d34882a9 Make Markdown editor optional 2013-07-30 11:50:34 +02:00
Sebastiaan Janssen f69d935aa5 Mark as spam button for admins 2013-07-11 14:38:27 +02:00
Sebastiaan Janssen e87225fff7 Merge remote-tracking branch 'origin/master'
Conflicts:
	OurUmbraco.Site/OurUmbraco.Site.csproj
	OurUmbraco.Site/scripts/forum/uForum.js
	OurUmbraco.Site/xslt/forum-commentsList.xslt
	OurUmbraco.Site/xslt/forum-createComment.xslt
	OurUmbraco.Site/xslt/forum-createTopic.xslt
2013-06-18 14:04:50 +02:00
Sebastiaan Janssen f945e1d71c Merge branch 'MarkdownEditor'
Conflicts:
	OurUmbraco.Site/OurUmbraco.Site.csproj
2013-06-18 14:01:02 +02:00
Sebastiaan Janssen 991920af18 Updates to the release pages 2013-06-18 13:56:04 +02:00
Ismail Mayat 6991f0b1f3 changing from select to li 2013-06-10 12:46:24 +02:00
Ismail Mayat 7c154ed51e implementing tags
using select2 added js methods and updated the xslt need to wireup with
base api
2013-06-10 12:00:34 +02:00
Mads Krohn 9712e252ac Refactoring to convert markdown to html on the server. Other various cleanups and tweaks. 2013-06-10 11:21:20 +02:00
Mads Krohn 239a46c788 Edge case html encoding fun
Some of the old posts/comments contains <pre> blocks. We need to handle
the content of these block as pure text.
2013-06-10 11:19:30 +02:00
Mads Krohn acdae0ca72 Lots of refactoring 2013-06-10 11:18:53 +02:00
Mads Krohn 6b16b1c7a9 Progress on markdown editor 2013-06-10 11:10:05 +02:00
Sebastiaan Janssen f2da3be50e Seperate patch releases and make version links automatically work 2013-02-04 14:13:28 +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 ee4c026ed4 Improved the "Similar topics" generation and triggering, also uses real urls now instead of opening a new window in javascript 2012-12-24 21:31:59 +01:00
Sebastiaan Janssen fc1a4f03bd Closed issues are also considered "fixed" now 2012-12-19 18:26:59 +01:00
Sebastiaan Janssen 810cbd267f Initial commit 2012-12-17 09:41:11 +01:00