| /[drupal]/contributions/modules/feedburner/feedburner.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
by Dave Reid: Updated hook_url_alter_outbound() hook_url_outbound_alter().
#374257 by burningdog, Dave Reid: Fixed problem with incorrect parameters to _feedburner_get_path_segment().
by Dave Reid: Updated internal feed URL replacement. Still needs a little work, but this method should be more reliable.
by Dave Reid: Fixed notice if $_SERVER['HTTP_USER_AGENT'] is undefined.
by Dave Reid: Fixed PHP4 incompatibility.
by Dave Reid: Fixed organic groups integration, split feedburner_get_feeds() into separate module integration functions for cleaner code. Plus other various bug fixes.
#388142 by Dave Reid: Added organic groups integration.
Moved the admin/settings/feedburner path to admin/build/feedburner/settings Disabled the feed link rewriting until I can get it working. Added a ping FeedBurner feature when content is updated or ping.module is enabled. Fixed small bugs with not using the proper feed URLs.
- Add suggested commentrss to .info.
- Using theme functions for blocks now!
- Attempt #1 to move a majority of block rendering code into feedburner.pages.inc
- Moved code to replace HTML into it's own function for reuse.
- Renamed _feedburner_save_feed() to feedburner_save_feed()
- Added HTML source feed URL replacement (with a test)! - Fixed test failures with _feedburner_save_feed()
- Coder checks and auto-completion function move.
Major, MAJOR revision to start getting a real 1.0 release.
- Remove unwanted debugging code.
- Replaced call to drupal_goto with a copy of drupal_goto so that I don't need to include common.inc or do a full bootstrap. Messy errors ensue if that happens.
- Fixed regex expression to match FeedBurner paths - Added containing divs for email subscription block
- Fixed orphaned reference to verified column - Removed feedburner_verify function - no longer needed
- Moved feedburner_feedflare function to feedburner.module - Updated documentation
Fix default variable parameter
- Added FeedCount and Feeds blocks - Added parameter to _get_feed_features to override cache results
- E-mail subscription block - Custom FeedFlares
- Added API base request function and feed features function - Getting closer to 1.0 Beta!
- Revised FeedFlare code - Added pagination to feed list/build interface! Yay!
- Fixed some FeedFlare debugging info
- MAJOR code changes and updates. Ready for alpha!
Changed hook_boot to use drupal_bootstrap instead of trying to recreate the required path functions on my own. I'd better let Drupal do the hard work for me.
Initial commit of 6.x branch
Updates and bug fixes for 5.x version Too many local revisions to be too specific
Major changes and bug fixes
Updated disabled redirection query string
Major code overhaul Using FeedBurner database table Split module into admin/user/base functions
- Updated adminstration options - Addedition of user-specified feeds - Verification of local and FeedBurner feeds
- Improved handling with cache system
- Recommit
- Cache needs to be cleared when feeds redirects are updated
- Fixed bug where hook_menu never fires for anonymous users and redirects
- Added option to configure user blog redirection
- Added multiple feed handling - Improved administration interface - FeedFlare integration
Updated CVS id comment
Added version tag Added option for redirection status code
Initial commit
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |