https://github.com/PressForward/pressforward

sort by:
Revision Author Date Message Commit Date
e5adc36 Merge pull request #456 from PressForward/3.4.x-new-nomination-process-411 3.4.x new nomination process. Resolves #411 16 December 2014, 04:24:40 UTC
f437d71 Resolve merge issues 16 December 2014, 04:23:30 UTC
2deba70 Nomination fix. 15 December 2014, 23:18:39 UTC
46a6189 Typo fix 15 December 2014, 23:18:28 UTC
c1140be Fix for copy/paste mixup 15 December 2014, 02:44:12 UTC
764fff8 More Nomination changes 12 December 2014, 22:43:55 UTC
0e62c8f Switching to a cleaner new nomination process Towards #411 12 December 2014, 22:24:59 UTC
1e715b0 nomination changes 12 December 2014, 21:38:04 UTC
c62014d No need to log require_once functions. 12 December 2014, 20:19:54 UTC
d9881e5 spacing in log msg. 12 December 2014, 19:07:48 UTC
4e352e9 Further logging adjustments 12 December 2014, 19:06:46 UTC
c877066 Advance to next tab index if any number hidden Should resolve #454 12 December 2014, 17:36:27 UTC
d5b940e Better docs and logging for get_posts_by_id 12 December 2014, 17:30:56 UTC
106625d fixing some wonky empty space 12 December 2014, 17:30:31 UTC
8926b2a Merge branch '3.4.x' of https://github.com/PressForward/pressforward into 3.4.x 12 December 2014, 17:07:38 UTC
f008a51 Add log complexity w backtrace of function calls. 12 December 2014, 17:07:28 UTC
9cc7051 fixed issue where the active archived button in Show Only Archived turned yellow on hover. Related to fixes for #443 11 December 2014, 15:01:07 UTC
8fa7fb1 Update to the latest Open Graph library 10 December 2014, 23:01:03 UTC
e57a4e2 Switch to using the template tag here 10 December 2014, 22:46:06 UTC
48000b0 adding plugin directory icon files to the assets directory. Closes #323 09 December 2014, 15:49:50 UTC
021954d Fixing the is_drafted method Resolves #452 and #435 08 December 2014, 22:48:07 UTC
129ad8c Resolves broken nominations. 08 December 2014, 22:04:22 UTC
d63988e Merge pull request #453 from PressForward/AuthorColumn-445 Author column closes #445 08 December 2014, 20:23:50 UTC
a1c741c Moving function from admin to feeds Admin has so much in it already. @boonebgorges is there a reason why the other manipulations of the Subscribed Feeds columns are in admin instead of the feed's class? 08 December 2014, 20:09:44 UTC
7da7ab1 added function and filter to change author column title to Added By. Fixes #445 08 December 2014, 19:29:22 UTC
b3cfb38 Adding edit post link to info box. Towards completing #435 08 December 2014, 18:58:27 UTC
7fed307 Switching to respect ID behavior. Towards #435 08 December 2014, 13:42:40 UTC
9160e6c Set up to resolve #435 08 December 2014, 05:17:08 UTC
215f242 Get star working on modal or stream Resolves #409 08 December 2014, 04:46:46 UTC
6c957aa Reordering order of hiding on modal pop Should resolve #436, needs to be tested. 08 December 2014, 03:59:26 UTC
7d3732f Fix which alerts show dismiss option. Bring in line with general user permissions. 08 December 2014, 03:00:26 UTC
8f5752b Switch to using the meta query. Can we just let WP take care of optimizing this query @boonebgorges ? I don't think we need to get custom queries in here. Resolves #411 08 December 2014, 02:28:53 UTC
3cc1325 Optimizing and logging the nomination process 08 December 2014, 01:55:45 UTC
4badbd9 Fix pull for status 04 December 2014, 16:16:06 UTC
2f849dc Place archive class in place to light up button Resolves #384 04 December 2014, 05:39:10 UTC
aa83758 Class for archive button. 04 December 2014, 05:37:42 UTC
f1a6b4f Move btn-warning alterations to override from our CSS. Hey @regan008 I'm moving your changes to the btn-warning class to our style sheet. Since the bootstrap.css file is a library we've brought in from elsewhere and might like to upgrade or maintain, we don't want to put any code we write into that file. Instead I'm putting it in the style.css file where, because it is called later, it will override the bootstrap.css file. This will make it easier to maintain and to alter in the future. Sorry I didn't give you the heads up about this earlier! 04 December 2014, 05:26:11 UTC
0da9e8b Revert "changed star button to yellow. Changed the .btn-warning class to yellow but added new rule for the #resetFedOps and #gomenu so they would remain orange. Closes #443" This reverts commit cb3730ea503ec64d422b24ba3abc3b0b3db5acdb. 04 December 2014, 05:22:06 UTC
d85ad28 hacky but working fix for schema class application This solution should resolve #442 # 424 #410 04 December 2014, 04:35:15 UTC
c970c58 Merge pull request #451 from PressForward/3.4.x-tooltips 3.4.x Additional tooltips. 03 December 2014, 17:35:03 UTC
78d4d46 Revert "Change the class selection process" This reverts commit 05b2d52d3c277042b1e6e5ed0c7d8b94273b553b. 03 December 2014, 04:44:22 UTC
05b2d52 Change the class selection process Part of fixing #410 03 December 2014, 04:43:32 UTC
939aacf Fix the button warning color for the menu button. 03 December 2014, 02:50:13 UTC
7865a40 Added title to Preferences page and made Options an h3. Resolves #423 02 December 2014, 17:42:16 UTC
279bc69 added classes to view.js to generate tooltips. Added/modified tooltop text in both comments.php and admin.php. Fixes #425 02 December 2014, 16:24:18 UTC
d704671 deleted the .btn-warning from the show archived button in Nominated. The button was turning yellow as a result of #443. 02 December 2014, 16:00:47 UTC
c556f3f deleted extra commented section from fixes to #443. 02 December 2014, 15:52:42 UTC
cb3730e changed star button to yellow. Changed the .btn-warning class to yellow but added new rule for the #resetFedOps and #gomenu so they would remain orange. Closes #443 02 December 2014, 15:51:55 UTC
e0ddec3 Commented out empty javascript file call to fix spacing on modal toolbar. Fixes #437. 02 December 2014, 15:32:21 UTC
ebce9f6 Get delete button working Now works in All Content and Nominated. Resolves #407 02 December 2014, 04:33:33 UTC
6699a86 Time to get rid of this unused stuff. 02 December 2014, 04:22:01 UTC
08aaca3 Change 'Under Review' to 'Nominated' Resolves #426 01 December 2014, 04:45:18 UTC
ee213e1 Darker item state icons Resolves #432 01 December 2014, 04:34:20 UTC
af5e527 Make the item delete button extra large Resolves #433 01 December 2014, 04:26:51 UTC
3720af7 Merge pull request #450 from PressForward/3.4.x-new-alert-functionality 3.4.x new alert functionality - now dismissible 01 December 2014, 04:22:38 UTC
53d261a Makes alerts dismissible. 01 December 2014, 04:11:25 UTC
57ee0c7 Change Previously to Previous Resolves #440 20 November 2014, 18:49:33 UTC
aa5c8b0 Missing parenthesis 20 November 2014, 14:21:18 UTC
f610122 Apply the delete all filter in the depreciation 20 November 2014, 14:04:21 UTC
0a22428 Handler to deal with soon to be depreciated label filters 19 November 2014, 21:05:28 UTC
476217d Preparing labels for future use 19 November 2014, 20:52:11 UTC
6fd06e9 Reposition and darken dismiss text. 19 November 2014, 20:27:33 UTC
5cec2fb Missing parenthesis 19 November 2014, 20:17:04 UTC
74413ad Dismiss functionality and AJAX rounded out 19 November 2014, 20:09:09 UTC
79f0bf4 AJAX functions for dismissing alerts 18 November 2014, 03:58:24 UTC
6ecd239 Dismiss all posts tools. 17 November 2014, 05:04:34 UTC
d10faf0 Setting up for wiping out all alerts. 16 November 2014, 17:18:37 UTC
15c945b Check for list conditions and fix button position. 16 November 2014, 06:49:53 UTC
76d0199 Merge pull request #408 from PressForward/3.4.x-Relationships-JQs Resolves #389 16 November 2014, 04:45:16 UTC
e208c6f Removing debugging logging 16 November 2014, 04:43:11 UTC
dff9735 Resolves bad relationship schema parsing JQ does what? These whole functions need to be rewritten, because I'm clearly doing this non-optimally. 16 November 2014, 04:37:53 UTC
8fd5e12 Testing a switch in methodology. 16 November 2014, 03:26:17 UTC
b8a3dad Final fix for Under Reviews's Show All button. 13 November 2014, 05:09:47 UTC
d13933a Show hidden now only shows hidden Resolution for #400 13 November 2014, 03:37:29 UTC
3058808 Deals with end or start items for nav and hidden Why do we hide in Under Review, not sure, got to fix. 12 November 2014, 16:50:31 UTC
5f940e3 Errr.... where did my user object go? Here. Let's put it back. Also. was I imagining I was doing variable bubbling, JS style? Did I remove this by accident? It worked before, I should hunt down why I changed it. 12 November 2014, 16:32:28 UTC
7b30bf4 Removing debug logging. 12 November 2014, 16:17:12 UTC
409a1b4 Switching from isEmptyObject to checking length Fixes navigation issues. I guess isEmptyObject doesn't work on jQuery objects. Which is weird. For real this time, final steps to resolve #388 12 November 2014, 16:16:52 UTC
534b1c9 First steps in allowing to show hidden Towards resolving #400 Additional towards #38 12 November 2014, 06:31:58 UTC
14875ad Fix bad responsive modal sidebar behavior Resolves #392 12 November 2014, 04:16:11 UTC
1bd066f Change sidebar title Feed Tags to Folders Oops missed this one. Resolves #402 11 November 2014, 17:09:10 UTC
46716b8 Hidden items now are styled as such. Towards #400 11 November 2014, 07:52:29 UTC
8a50540 Move under review buttons up 11 November 2014, 07:33:36 UTC
100dd54 When assembling the modal, find prev and next This resolves #388 by searching for the nearest tabindex in the right direction as opposed to the previous or next one. 11 November 2014, 07:24:38 UTC
0ca34a0 Merge pull request #405 from PressForward/3.4.x-URL-Resolution-382 Resolve items pulled from Google Alerts into their real URLs #382 11 November 2014, 07:00:00 UTC
8b2bfd1 Move buttons to top area. 11 November 2014, 06:57:10 UTC
6ccb0ac Revert "Adding new meta to the test" This reverts commit 2d74608b719f49b3029d7e2c09aaf45b2e346eb3. 11 November 2014, 06:43:07 UTC
213019a Fix potential failure points. 11 November 2014, 06:40:30 UTC
c06738a Better check for google. 11 November 2014, 05:41:26 UTC
2d74608 Adding new meta to the test Hopefully this works? 11 November 2014, 05:41:16 UTC
056f9e7 Better source check. 11 November 2014, 05:27:46 UTC
019eb05 Correctly find, parse and save google alert URLs 11 November 2014, 04:09:53 UTC
9f7103b Alter library to work with Google Alert URLs To resolve GAlerts for #382 10 November 2014, 23:35:05 UTC
6eb350c Adding plugin URI in github Can be used with https://github.com/afragen/github-updater, hopefully. 10 November 2014, 16:36:22 UTC
42adecb Attempting to alter to use our own load function 10 November 2014, 14:45:45 UTC
a5b9b70 Use our own version of the simple HTML DOM class. 10 November 2014, 14:06:33 UTC
d0e9cec init library for URL resolution Towards #382 10 November 2014, 14:06:13 UTC
386fed0 Adding a tool to resolve URLs from: https://github.com/mattwright/URLResolver.php Towards: #382 10 November 2014, 13:52:07 UTC
7045690 Merge commit '0b12956ce30396976b92e16951a9525dd7bcf801' as 'lib/urlresolver' 10 November 2014, 13:51:07 UTC
0b12956 Squashed 'lib/urlresolver/' content from commit 098338c git-subtree-dir: lib/urlresolver git-subtree-split: 098338c675a11258ee81e920de932a5dc6ca0c5a 10 November 2014, 13:51:07 UTC
back to top