https://github.com/PressForward/pressforward

sort by:
Revision Author Date Message Commit Date
52d84ca A helper and setup for later 16 October 2013, 02:03:39 UTC
95b7434 Some inline documentation. 16 October 2013, 01:48:33 UTC
1665e58 Cleanup and setup for new method to pull feeds. 16 October 2013, 01:46:11 UTC
a685d7a Making the insert and update processes smoother. Trying to imitate WP's behavior, when trying to update a post that doesn't exist, create the post. When trying to create a post that already exists, update it instead. I'm thinking this is the way to go. 16 October 2013, 00:08:04 UTC
605c186 Moving feed saves to new functionality. 15 October 2013, 03:11:08 UTC
b122ed0 Changes to help deal with OPML lists 15 October 2013, 03:10:51 UTC
f72e670 oop. Left in dummy functions. Remove. 14 October 2013, 04:59:39 UTC
f133ef8 A full set of helper functions for creating, etc Especially useful for dealing with the transfer from the old to new feedlist. 14 October 2013, 04:39:26 UTC
34d1004 Setting feed meta data. 13 October 2013, 21:28:43 UTC
03fcae7 now with feed post publishing ability! 13 October 2013, 18:46:38 UTC
a842a9a Pulling in fixes from bugfix branch 13 October 2013, 17:42:37 UTC
253ce8e World record typo. Oy. 09 October 2013, 23:20:05 UTC
66816a2 Typo fix 09 October 2013, 01:44:26 UTC
5ef622a Set up to resolve #143 and #141 09 October 2013, 00:41:58 UTC
e138d9c Better buffering for readables. 06 October 2013, 22:40:41 UTC
0d3c129 Attempting to make nominations readable 06 October 2013, 22:21:27 UTC
afb0d6a Defaults for create and get functions. 02 October 2013, 03:42:56 UTC
391ff4e init feeds with plugin 02 October 2013, 03:42:33 UTC
040f317 Handling RSS feed variables automatically 01 October 2013, 03:04:09 UTC
36725f7 prepping input format for feed post types 01 October 2013, 02:08:20 UTC
24e70e0 Set ready to hierarchy. 29 September 2013, 03:56:28 UTC
319e971 Greater visibility for nom-count 26 September 2013, 03:01:34 UTC
0697b7e Feeds post type prepped. 25 September 2013, 04:25:36 UTC
939e5b2 removing extra files. 30 August 2013, 21:07:35 UTC
18f4d6f Merge branch '2.0.x' 30 August 2013, 20:52:17 UTC
ce02d3a Merge branch 'master' of https://github.com/PressForward/pressforward 30 August 2013, 20:34:03 UTC
4b07d43 Merging in fixes, improvements from 2.1.x Prep for release. 30 August 2013, 20:29:22 UTC
4c7158d compliance fix. 29 August 2013, 22:52:40 UTC
563be8e Fix for #103 - Archive all now works 25 August 2013, 21:48:30 UTC
e7f2efd fix for strict compliance 25 August 2013, 21:47:15 UTC
783c299 Fix for getting button value from relationship db 25 August 2013, 21:29:38 UTC
824c22e js setup for nominations archive all button. 25 August 2013, 20:21:00 UTC
6787754 Prepping for switch to release 25 August 2013, 19:13:57 UTC
49e5977 Version updates 23 August 2013, 16:07:24 UTC
9b5ad12 Fixes to strip tags for rss out 23 August 2013, 16:05:09 UTC
fee44c1 Notes on the classifier for implementation. 23 August 2013, 15:54:00 UTC
4d37d39 Sort by nomination count, resolves #126 22 August 2013, 02:50:00 UTC
05f7eba Resolution for #127 Now changes on action also. 22 August 2013, 02:05:12 UTC
6380dfa Merge branch '2.0.x' 22 August 2013, 01:33:20 UTC
0cfd50b Noting ver change for upcoming tag. 22 August 2013, 01:31:05 UTC
360a500 On load solution for #127 This is the first part of the solution for Issue 127. Second part will be to create functionality on action. 22 August 2013, 01:25:52 UTC
afac5f9 Patch for 3.6 22 August 2013, 00:55:00 UTC
e89096d Patch for 3.6 22 August 2013, 00:49:17 UTC
9232fa8 feed item selection controllable by date. With addition of from query containing UNIX time As in `/?feed=feedforward&from=1376380800` the user can control the ouput of the feed, limiting items to only those posted after the UNIX time that `from` is set equal to. 14 August 2013, 04:15:59 UTC
4e6fbb1 more valid feed and switch to CC BY license 14 August 2013, 02:08:18 UTC
0f84869 fixes for a more flawless rss feed. 14 August 2013, 01:45:25 UTC
ac29a1c fix for typo 14 August 2013, 00:37:51 UTC
7100300 Do we need limitless RSS? We might. I sort of don't like the idea. We should try to develop towards avoiding it in the future. Also, there's prob. a way to do this by appending to the query isn't there? No internet right now, so not sure. 31 July 2013, 23:05:35 UTC
ab451fd Ok, all set to limit RSS by date POST variable Now to make sure it works. 31 July 2013, 23:00:48 UTC
68c159b Notes on classifier needs for development. 31 July 2013, 21:15:21 UTC
e348d33 Whitespace cleanup 23 July 2013, 18:15:30 UTC
4eae74f Improved PHP 5.4 standards compliance 23 July 2013, 18:15:14 UTC
8f57044 Whitespace cleanup 23 July 2013, 18:14:48 UTC
d59f38d Improved PHP 5.4 standards compliance 23 July 2013, 18:14:27 UTC
be19ce7 Update to contain major fixes Assuming the latest article tags fix works, that combined with the metastate fix constitutes a major enough upgrade to issue a significant tag. 11 July 2013, 04:47:27 UTC
ff4db96 A fix for metastate misfires In cases where the metastate is set before a broken process completes (rare but it happens) and the check values are not matching the retrigger values, check against the time and, if it has been more than 24 hours, reset the check values, turn off chunking, and reset the check values in the metastate. Next metastate check should retrigger the retrieval process. 11 July 2013, 04:43:38 UTC
094b214 Update for more extensive article tags fix Why isn't htmlchecker closing open article tags... 10 July 2013, 19:56:45 UTC
112eb24 Merge branch '2.0.x' 08 July 2013, 23:12:31 UTC
4999ec3 hotfix for unusual but terrible content conflict 08 July 2013, 23:03:04 UTC
b7929e6 Fixing number of items in feed 07 July 2013, 07:09:47 UTC
1f68c41 Real TTL 07 July 2013, 07:02:51 UTC
c8ef32e Towards generating a valid RSS feed. 07 July 2013, 06:48:14 UTC
4d7092a namespace set, removing unneeded flush RSS will now reside at sitename.com/?feed=feedforward. This should resolve #83. 07 July 2013, 05:47:52 UTC
a6c5b46 forming RSS feed 07 July 2013, 05:34:52 UTC
cb48a7d Setting up RSS item structure. 07 July 2013, 04:53:52 UTC
c72f561 reordering tags logically. 07 July 2013, 04:04:01 UTC
90668a8 Notes on use of Freebase Building on category tag using the construction style of Freebase queries and URLs 07 July 2013, 03:37:48 UTC
80e76b0 Set up for All Feed RSS output as per #83 07 July 2013, 03:35:19 UTC
be4ae2e Merge remote-tracking branch 'origin/2.0.x' 06 July 2013, 20:41:57 UTC
c318572 Final fixes to resolve #118 27 June 2013, 05:21:58 UTC
0ff36d5 Setting up option for author control. 27 June 2013, 05:10:48 UTC
b7ad9d4 Merge branch '2.0.x' 26 June 2013, 21:35:38 UTC
a626cdb hotfix for XML issues 26 June 2013, 21:34:34 UTC
81ae228 Better method for opening OPML files PHP was bugging with XML files that had non-valid values, parsing the feed, but marking it false for some reason. 26 June 2013, 21:33:50 UTC
5b7529f Merge branch '2.0.x' 26 June 2013, 18:30:52 UTC
7fc7386 Prep for tag release assuming all tests are go Contingent on approval to close #117. 26 June 2013, 04:07:19 UTC
09c29e6 Even better sanitize in readability objects I just discovered the treasure trove of functions that is formatting.php. http://core.trac.wordpress.org/browser/trunk/wp-includes/formatting.php 26 June 2013, 04:06:07 UTC
fe9d18e Fixes base problem of #117 Why does this fix the problem? I guess because this function was written by crazy people. Apparently if it converts a string into XML it doesn't automatically enforce the required structure. So, by giving it one big XML container to sit inside. it negates the issue. This is an avowedly stupid solution, but as far as I've been able to tell, it's the only one that works, so this one is on you PHP. 26 June 2013, 04:04:57 UTC
61358d7 Temp incomplete patch for #117 26 June 2013, 00:12:01 UTC
b43e585 Ignore domDoc transform if unneeded 26 June 2013, 00:09:50 UTC
3e3dede Check to deal with bad readability returns. 26 June 2013, 00:01:40 UTC
3637835 To avoid conflicts with pulled in article tags 22 June 2013, 23:47:01 UTC
1b179ca Merge branch '2.0.x' 17 June 2013, 17:17:38 UTC
0744982 Noting the small but vital upgrade 17 June 2013, 15:30:43 UTC
a01e100 insured that infiniscroll imp is last to load Removing conflict on pages with nothing to scroll, solving #116 17 June 2013, 15:29:38 UTC
0b7a0f5 logging pf_ajax relate actions to bugfix 17 June 2013, 14:16:42 UTC
d2dbee0 More precise nomination detection 16 June 2013, 16:49:52 UTC
70b01ca Updating readme to full accuracy. 14 June 2013, 21:53:07 UTC
fe8a141 Merge branch '1.9.x' 14 June 2013, 21:45:13 UTC
f1dc9e4 Merge branch 'master' into 1.9.x 14 June 2013, 21:42:24 UTC
12432a6 Updating version numbers 14 June 2013, 21:39:47 UTC
1dfbaf9 Avoiding bad character mapping with a fix. Ugh, why is the the most common fix? 14 June 2013, 21:37:44 UTC
161a09c tests to remove bad escapes. 14 June 2013, 19:35:31 UTC
1ee96db adjusting read indicator for list state. 14 June 2013, 18:16:53 UTC
39eb46d inverting read state visibility 14 June 2013, 18:09:12 UTC
dc9bde5 will mark as read on modal open. More detail for #25 14 June 2013, 05:26:26 UTC
7113a66 Click to Read button and awareness of switchable For #25 14 June 2013, 04:47:26 UTC
d041782 Typo correction as per #115 14 June 2013, 02:09:24 UTC
5ad49ac fixing domDocument encoding problems. 13 June 2013, 23:51:45 UTC
cd72f7a Noting uptick to 1.9.8 13 June 2013, 22:50:42 UTC
back to top