aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/start.php
AgeCommit message (Collapse)Author
2013-05-31Fixes #5572 not including embed link in longtext menu for users who are ↵Cash Costello
logged out
2013-04-21Merge pull request #5371 from juho-jaakkola/embed-containerCash Costello
Fixes 5370: Uses correct container when adding files through embed.
2013-04-20caching embed js for one less http request when loading many pagescash
2013-04-20adding embed css to admin css so it can be used in admin areacash
2013-04-19Fixes 5370: Uses correct container when adding files through embed.Juho Jaakkola
2012-08-20fixes #4818 - generates unique rel attribute to prevent gallery navigation ↵Matt Beckett
on embed lightbox content
2011-12-18Merge pull request #113 from hypeJunction/4209_jqueryformjscash
2011-12-18Fixes 4209: jquery.form.js library loadingIsmayil Khayredinov
2011-12-17Fixes #4086 handling containers for embed uploadingCash Costello
2011-10-01cleaned up the embed item view and removed the inline jscash
2011-10-01using the menu system for the embed tabs and adding a reusable select list viewcash
2011-08-27Fixes #2911. Embed plugins works again. Added menu for embed sections. This ↵Brett Profitt
plugin is painfully messy.
2011-07-02fixed embed plugin for #3544cash
2011-06-18fixed issue with embedding a file in an embedded filecash
2011-06-18added back tab switchingcash
2011-06-18rewrote the insert javascript as an intermediate step. I'm sure I completely ↵cash
broke ECML integration and uploading files.
2011-06-18using the new lightbox and hacking away at the complicated embed/embed viewcash
2011-06-03Refs #3360 #2911 applying ashleyward's patch for embed plugin - thanks!cash
git-svn-id: http://code.elgg.org/elgg/trunk@9135 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Refs #3358 fixed another instance where link_class should be used now due to ↵cash
changes in menu code git-svn-id: http://code.elgg.org/elgg/trunk@9050 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3016: Removes inline javascript from embed, file, groups, messages, ↵ewinslow
profile, thewire git-svn-id: http://code.elgg.org/elgg/trunk@8711 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3031 using 'priority' nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@8545 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01fixed embed longtext menu registrationcash
git-svn-id: http://code.elgg.org/elgg/trunk@8540 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #2895: Embed uses longtext menu -- I believe that covers *all* the ↵ewinslow
menus we had brought up! git-svn-id: http://code.elgg.org/elgg/trunk@8534 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21Fixes #2934 switching to css/elgg for css view since using a print viewtype ↵cash
is a good idea and screen would become a confusing idea git-svn-id: http://code.elgg.org/elgg/trunk@8383 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Replaced all occurrences of register_page_handler in core with ↵ewinslow
elgg_register_page_handler git-svn-id: http://code.elgg.org/elgg/trunk@8244 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12light clean up on the embed plugin which doesn't appear to work at presentcash
git-svn-id: http://code.elgg.org/elgg/trunk@8125 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-151st step in changing initialise_elgg.js to elgg.jscash
git-svn-id: http://code.elgg.org/elgg/trunk@7627 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-01screen.css is a better name for our main css filecash
git-svn-id: http://code.elgg.org/elgg/trunk@7489 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-23Fixes #2270 - deprecates metatags view and replaces with html_head/extendcash
git-svn-id: http://code.elgg.org/elgg/trunk@7428 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ewinslow
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-07-08Sorting tabs and upload sections correctly by name instead of id.brettp
Passing internal_name to all views related to embedding to allow correct calls to elggEmbedInsertContent() in overrided layouts. git-svn-id: http://code.elgg.org/elgg/trunk@6666 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-07-06Updated documentation for embed. Fixed bug passing internal_name for ↵brettp
elggEmbedInsertContent(). Showing a message if no embedable items are returned. git-svn-id: http://code.elgg.org/elgg/trunk@6644 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-30Embed correctly passes text area name to elggEmbedInsertContent().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6595 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-04Added first loosely coupled upload support to embed.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6360 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-01First pass at a loosely couple embed plugin using ECML.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6315 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-23Updated longtext/tinymce area extra controls. Moved and updated ecml help ↵pete
link, 'edit/remove editor' link and 'add media' links both moved and improved. Redundant css removed. git-svn-id: http://code.elgg.org/elgg/trunk@5860 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-16Updated Embed mod to new UI.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5415 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544