https://github.com/PressForward/pressforward

sort by:
Revision Author Date Message Commit Date
2248b07 esc URL submission properly in nom this Closes #634 03 August 2015, 12:08:56 UTC
ecda4d9 Remove chance of namespace collision Refs #633 30 July 2015, 22:28:58 UTC
277ad8c update gitignore 29 July 2015, 23:39:37 UTC
097c77c Upticking version number To mark resolution of feed-item cleanup issues. 27 July 2015, 01:06:31 UTC
c760589 Move batch deletion of old feeds to new deletion process Moves it to method established by #604 27 July 2015, 00:52:22 UTC
cab2e04 Shorten text with subscribe checkbox in Nom This. 26 July 2015, 21:44:19 UTC
363dcfd Bring back old open_OPML method for adding, instead of subscribing to OPML files. 25 July 2015, 20:48:21 UTC
c84e992 Merge pull request #632 from PressForward/604-tree-deletion Delete full trees from OPML file subscriptions or feeds, resolves #604 25 July 2015, 20:12:07 UTC
8fe3e4a Set up option to create a placeholder post on delete for Feed Items. For #604 25 July 2015, 19:45:15 UTC
68bd458 Merge branch '3.6.x' into 604-tree-deletion Prep for merge into 3.6.x 25 July 2015, 17:49:04 UTC
52093d9 Merge pull request #623 from mAAdhaTTah/3.6.x Switch replace -> assign to stop breaking history 23 July 2015, 20:04:10 UTC
436aa9c Feed posts are not forced as publish. Allows the Create Feed process to take non-Publish post statuses. 21 July 2015, 20:11:33 UTC
e9dde0a Alter subscribe-from-nominate-this process Feeds subscribed from Nominate This will be sent to draft instead of published and automatically added to the retrieval queue. 21 July 2015, 20:09:38 UTC
2863039 typo fix for new features in changelog. 21 July 2015, 14:41:31 UTC
155adcd added to the changelog two new lines to include the option to subscribe to a site from nominate this and the ability to select what post type & status nominations take. 21 July 2015, 14:39:51 UTC
6a956b6 If no author in nominate this is found, return false. 20 July 2015, 16:57:41 UTC
64f40d7 Further changes to insure back compatibility with #627 20 July 2015, 16:47:20 UTC
5b43a41 Version update. 20 July 2015, 16:12:31 UTC
dc80c81 More explicit check for author data for nominate this Also more backwards compatible I guess? See: #627 20 July 2015, 16:12:22 UTC
1ee9ff5 Automatically pull author from META data, where available. 14 July 2015, 04:40:29 UTC
b76de11 Assure that source info is attached to content if option is set. For #620 Also assure post status and type is correct. Towards #512 13 July 2015, 02:46:48 UTC
c80f12b Maximize restriction of what shows in folder area. This should fully resolve #618 13 July 2015, 02:16:21 UTC
248d284 More sensible styling for Nominate This. 13 July 2015, 02:04:25 UTC
6b8f087 Allow users to subscribe to sites they are using the Nominate This bookmarklet on. 13 July 2015, 01:40:42 UTC
49e0ba9 Set feed subscribe input and default post status to comply with user choice. 13 July 2015, 01:18:03 UTC
41cc7bc Additional cosmetic changes to make UI consistent with user choice on post status. Further improvements created from #512 13 July 2015, 00:53:11 UTC
2fee20c Allow setting of post type and status to apply to Nominate This Further improvements stemming from #512 12 July 2015, 23:55:06 UTC
c727d54 Adding missing html tags from settings tab. 11 July 2015, 19:10:12 UTC
6dd3e1b Merging in pull request to allow user to set post status and post type assigned to nominations that are pressed forward. Props to @douglaslinsmeyer for this code. 11 July 2015, 19:07:24 UTC
b48a074 Merge the ability to change published post type and status from user settings into the new format. 11 July 2015, 19:02:19 UTC
fa227c8 Initial pass at batch deletion for feed trees. See #604. 09 July 2015, 02:21:19 UTC
5ecffb9 Codestyling. 07 July 2015, 11:45:52 UTC
8201aea Merge branch '3.6.x' of github.com:pressforward/pressforward into 3.6.x 07 July 2015, 11:31:44 UTC
cf79629 Switch replace -> assign to stop breaking history 03 July 2015, 19:46:04 UTC
cc3fec3 Merge pull request #624 from mAAdhaTTah/add-support-wp-dir Add a check to see if wordpress is in wp subdir 03 July 2015, 17:38:12 UTC
92fb22d Add a check to see if wordpress is in wp subdir 03 July 2015, 17:26:12 UTC
80607db Test install script should be executable. 03 July 2015, 12:45:37 UTC
434481b Travis shouldn't test against WP 3.6.x. This version of WP doesn't properly suppress PHP's `mysql_connect()` errors, which means that the builds always fail. 03 July 2015, 12:35:46 UTC
85bd76a Avoid PHP notices when processing `WP_Query` objects. 03 July 2015, 12:26:47 UTC
4f4347b Performance improvements to child deletion process. See #604. 03 July 2015, 12:26:27 UTC
c681dec Static method `process_opml()` should be defined as static. 03 July 2015, 11:57:43 UTC
61da673 Fix incorrect variable name. 03 July 2015, 11:50:39 UTC
d31da89 `extra_special_sanatize()` should be marked static if called statically. 03 July 2015, 11:49:31 UTC
aff3f58 Final touches to make the Add Feeds interface tabbed Resolves #615 01 July 2015, 04:10:02 UTC
1dbee73 adding changelog to readme.txt. Also changed a couple of instances of Under Review to Nominated. 30 June 2015, 14:15:34 UTC
533c020 Fixing an badly placed break statement The break in `get_content_through_aggregator` was causing the function to not work correctly. An early return works better. 30 June 2015, 12:06:54 UTC
a382bd2 Getting the Add Feeds tabbed settings initiated. 23 June 2015, 05:47:35 UTC
297281e Assure deletion of folders Resolves #612, hopefully for sure this time. 22 June 2015, 05:36:30 UTC
a320eea Remove nominations during a cascading delete. To fulfill #604, now: Deleting an OPML will Delete - Feeds - Feed Items - Nominations - Folders when empty (mby?) Deleting feeds will cascade down in the same way, starting at the feed level. 22 June 2015, 05:18:55 UTC
83bbf5b Remove Save button with a passed option For pages like the Tools page that don't need it. 22 June 2015, 05:05:39 UTC
720aecd Testing possible base class for an OOM approach to tabbed pages. 22 June 2015, 05:02:37 UTC
75a08ea Prepping to move PF Feeder to new tabbed method. 22 June 2015, 05:01:47 UTC
43a8b82 Move tools page to use the tabbed settings method now available. Resolves #616 - though with alt titles. 22 June 2015, 04:51:38 UTC
f9d2386 Refactor Tabs setting methodology to allow greater extensibility Towards #616 and #615. 22 June 2015, 04:50:28 UTC
7fd2ec9 Tags are assuredly passed in all possible to-draft situations Resolves #499 Confirmed that this particular problem has indeed come from the going direct from feed item to draft. 21 June 2015, 20:29:40 UTC
cbea2a2 Remove empty terms on Feed delete end. Resolves #612 21 June 2015, 18:20:28 UTC
a045c82 Render OPML file Shows as XML. Resolves #610 21 June 2015, 17:33:15 UTC
91b7f03 Double check to insure no trashed feeds in the folder. Towards #617 21 June 2015, 17:22:09 UTC
49d13d2 Hide empty folders Towards resolving #617 21 June 2015, 17:10:02 UTC
83be0c2 Dis-allow the showing of trashed feeds outside of folders. 21 June 2015, 17:08:26 UTC
1d525db Merge pull request #619 from PressForward/3.6.x-opml-subscribe 3.6.x opml subscribe updates to RC-master for 3.6.x 21 June 2015, 16:55:12 UTC
bd9e486 Again, properly sanitize the OPML title This change got lost in the merge. 21 June 2015, 16:50:48 UTC
8bd837a Brining 3.6.x-opml-subscribe up to date with 3.6.x 21 June 2015, 16:44:12 UTC
e924cea Merge pull request #599 from mAAdhaTTah/3.6.x-opml-subscribe OPML Classes Unit Tests + Code Review 20 June 2015, 21:27:13 UTC
c7eb5b1 Test against latest versions of PHP 16 June 2015, 03:10:35 UTC
f228f8d Some reader object cleanup and docblocking All the changes in `get_OPML_data` are whitespace (spaces -> tabs). 16 June 2015, 03:08:22 UTC
832d79b Fix travis to use bash script This makes it easier for developers to use PHPUnit in their development cycle, instead of running each line individually. Also update the versions tests to test against latest of each release. 16 June 2015, 03:08:18 UTC
376ab21 Add some basic tests for the OPML_reader class 16 June 2015, 02:27:20 UTC
58ed14d Split opml-reader into 3 files by class The opml subscribe module doesn't also need to require it 16 June 2015, 02:25:08 UTC
ed23e44 Provide OPML loading bar Resolves #474, but that process should really be switched to a ajax process. 15 June 2015, 07:24:55 UTC
7ec7ff5 Fix the change on alert process to assure alert is dismissed 15 June 2015, 06:59:59 UTC
e76fd7b Fix to align the info box properly. 15 June 2015, 06:21:17 UTC
32c13d0 Fix spacing. 15 June 2015, 06:21:17 UTC
43c82c3 Testing newer versions of bootstrap js. 15 June 2015, 06:21:17 UTC
447113e Properly cast the OPML title as a string. 15 June 2015, 06:21:17 UTC
093f269 Fix to smaller sizing in the Add Feeds page for each element. 15 June 2015, 06:21:17 UTC
4a5451a Assure OPML Subscription notifications don't trigger readability. 15 June 2015, 06:21:17 UTC
3a5f6c1 Merge pull request #609 from PressForward/3.6.x-opml-subscribe Pass tags and categories to final draft post 15 June 2015, 03:51:57 UTC
e9438f0 Pass tags and categories to final draft post Should only occur after nominations. Resolves #499. 15 June 2015, 03:50:27 UTC
dad4600 Merge pull request #608 from PressForward/3.6.x-opml-subscribe 3.6.x opml subscribe into main patch branch. 15 June 2015, 00:16:38 UTC
f0ecc7c Provide an edit link on OPML submit Also resolving #417 for OPMLs 14 June 2015, 23:29:51 UTC
f5e5107 Allow people to edit rss feeds when added. Resolves #572 and #417 14 June 2015, 22:30:34 UTC
1e40e2a Show a link to outbound OPML url in Tools Resolves #418 13 June 2015, 21:39:17 UTC
041ebd1 Strip extra folders or feeds from url parts when showing folder or feed. 13 June 2015, 21:30:10 UTC
7f07516 Fixing some typos. 13 June 2015, 21:29:20 UTC
7784c63 Provide a base level function for var validation And absolutely assure uniqueness in the nominators array. Resolves #587 13 June 2015, 21:15:08 UTC
59b8bf2 Assure that feeds without folders are also included in the outgoing OPML Resolves #607 13 June 2015, 20:38:32 UTC
265e516 Assure 'Inactive' is the preferred noun in all contexts. Should resolve #564 13 June 2015, 20:17:06 UTC
62ef2f2 Specify 'update_count_callback' for 'pf_feed_category' taxonomy. This forces the recount logic to count only published 'pf_feed' items. See #606. 08 June 2015, 19:04:58 UTC
9bf7b12 Merge pull request #605 from PressForward/3.6.x-opml-subscribe Bring 3.6.x up to date with the latest deployable-ready bits of the OPML subscribe process. 08 June 2015, 14:11:55 UTC
cb9fa93 Don't freak out over empty feed folders. 08 June 2015, 14:10:13 UTC
b1eacc4 This will allow feeds to delete their children. Final step to hopefully resolve #604 08 June 2015, 14:02:16 UTC
462b1f4 Set feed parents. 08 June 2015, 13:21:45 UTC
8868548 This should delete feeds created by OPML It isn't but it should. I'll have to debug to figure out why the feeds are not being set as children of the OPML. 08 June 2015, 13:18:21 UTC
f1890ac Insure proper application and output of folders. 07 June 2015, 23:13:00 UTC
e9221b1 Working OPML out 06 June 2015, 21:09:46 UTC
d9b9ff0 Prepping OPML out methods. 04 June 2015, 03:49:05 UTC
7b96d41 Finish conversion for post object to OPML-style feed object. 03 June 2015, 04:09:34 UTC
cfb3fcd Sketching utility functions for forming OPML objects out of WordPress objects. 02 June 2015, 03:48:47 UTC
3af94f3 Prepping for forming folder only OPML feeds. 01 June 2015, 18:05:56 UTC
back to top