Skip to content

Commit

Permalink
put a newline at the end of every file
Browse files Browse the repository at this point in the history
  • Loading branch information
gohai committed Mar 10, 2011
1 parent b774b0a commit 2d5c49a
Show file tree
Hide file tree
Showing 74 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ DEBUGGING HOTGLUE
send with it only the relevant pieces of logging information (like the request
and all associated AJAX request that get written when the problem occurs).
For debugging frontend (JavaScript) issues, you can set USE_MIN_FILES to
false.
false.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ KNOWN ISSUES

* The looping property of YouTube's new HTML5 video embed code seems to be broken at the moment.

* When modifying objects that also appear on other pages, these changes might not immediately appear on them if caching is enabled.
* When modifying objects that also appear on other pages, these changes might not immediately appear on them if caching is enabled.
2 changes: 1 addition & 1 deletion common.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -635,4 +635,4 @@ function valid_pagename($s)
}


?>
?>
2 changes: 1 addition & 1 deletion content/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deny from all
deny from all
2 changes: 1 addition & 1 deletion controller.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,4 @@ function serve_resource($s, $dl)
register_hook('serve_resource', 'serve resources associated with objects');


?>
?>
2 changes: 1 addition & 1 deletion css/edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: -5px; bottom: -5px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
2 changes: 1 addition & 1 deletion css/farbtastic.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
margin: -8px 0 0 -8px;
overflow: hidden;
background: url(../img/farbtastic-marker.png) no-repeat;
}
}
2 changes: 1 addition & 1 deletion css/glue.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ p {
/* and paragraphs */
margin-bottom: 8.5px;
margin-top: 6px;
}
}
2 changes: 1 addition & 1 deletion css/hotglue_error.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ a#home {

a#home:hover {
color: #eb1551;
}
}
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ a, a:link, a:visited, a:active, a:hover {
/* this removes the blue color from links on Chrome 7.0.517.41 */
color: inherit;
text-decoration: inherit;
}
}
2 changes: 1 addition & 1 deletion css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ button,
textarea,
select {
*font-size: 100%;
}
}
2 changes: 1 addition & 1 deletion css/reset.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/FEATURES
Original file line number Diff line number Diff line change
Expand Up @@ -539,4 +539,4 @@ REVISIONS BROWSER
SHORT URLS

* when the htaccess-dist file got renamed into .htaccess (and you host supports
this as well) you are able to leave out the question mark in the urls above.
this as well) you are able to leave out the question mark in the urls above.
2 changes: 1 addition & 1 deletion doc/FONTSQUIRREL_GENERATOR
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Settings used (on version 2010-12-15):
[x] Style Linking
[ ] Base64 Encode
[ ] Font Name Suffix
[2048] Em Square Value
[2048] Em Square Value
2 changes: 1 addition & 1 deletion doc/PACKAGING
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PREPARING HOTGLUE FOR DISTRIBUTION
* make sure .svn directories are not being distributed
* make sure to bump the version number in config.inc.php and Doxyfile
* update doxygen documentation (cd doc && doxygen) - make sure use doxygen >= 1.7.2
* make the files be owned by root:root before compressing them
* make the files be owned by root:root before compressing them
2 changes: 1 addition & 1 deletion htaccess-dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RewriteRule ^(.*)$ index.php?$1
<Files README>
order deny,allow
deny from all
</Files>
</Files>
2 changes: 1 addition & 1 deletion html.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -672,4 +672,4 @@ function html_title()
}


?>
?>
2 changes: 1 addition & 1 deletion html_parse.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@ function html_parse_elem($html, $recursive = false)
}


?>
?>
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
invoke_controller($args);


?>
?>
2 changes: 1 addition & 1 deletion js/create_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ $(document).ready(function() {
window.location = $.glue.base_url+'?'+page_short+'/edit';
});
});
});
});
2 changes: 1 addition & 1 deletion js/create_page.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -1866,4 +1866,4 @@ $(document).ready(function() {
$('html').bind('mousedown', function(e) {
return false;
});
});
});
2 changes: 1 addition & 1 deletion js/edit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/farbtastic.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ $._farbtastic = function (container, callback) {
}
};

})(jQuery);
})(jQuery);
2 changes: 1 addition & 1 deletion js/glue.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ $.glue.error = function()
alert('The glue gun manufacturer says: '+s);
}
};
}();
}();
2 changes: 1 addition & 1 deletion js/jquery-ui-1.8.6.custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2575,4 +2575,4 @@ var isNumber = function(value) {
return !isNaN(parseInt(value, 10));
};

})(jQuery);
})(jQuery);
2 changes: 1 addition & 1 deletion js/jquery-ui-1.8.6.custom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/jquery.xcolor-1.2.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -1266,4 +1266,4 @@
return $.xcolor.readable(b, f);
}

})(jQuery);
})(jQuery);
2 changes: 1 addition & 1 deletion json.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
echo json_encode($ret);


?>
?>
2 changes: 1 addition & 1 deletion log.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ function log_msg($level, $msg )
// down in the server (e.g. json.php)


?>
?>
2 changes: 1 addition & 1 deletion module_download.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ function download_upload_fallback($args)
}


?>
?>
2 changes: 1 addition & 1 deletion module_glue.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1506,4 +1506,4 @@ function upload_references($args)
register_hook('has_reference', 'check if an object references an uploaded file');


?>
?>
2 changes: 1 addition & 1 deletion module_iframe.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ function iframe_save_state($args)
}


?>
?>
2 changes: 1 addition & 1 deletion module_image.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -695,4 +695,4 @@ function image_upload($args)
}


?>
?>
2 changes: 1 addition & 1 deletion module_object.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ function object_render_page_early($args)
}


?>
?>
2 changes: 1 addition & 1 deletion module_page.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@ function page_upload($args)
}


?>
?>
2 changes: 1 addition & 1 deletion module_page_browser.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ function page_browser_render_page_early($args)
}


?>
?>
2 changes: 1 addition & 1 deletion module_revisions_browser.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ function revisions_browser_render_page_early($args)
}


?>
?>
2 changes: 1 addition & 1 deletion module_text.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,4 @@ function text_save_state($args)
}


?>
?>
2 changes: 1 addition & 1 deletion module_user_css.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ function user_css_set_css($args)
register_service('user_css.set_css', 'user_css_set_css', array('auth'=>true));


?>
?>
2 changes: 1 addition & 1 deletion module_video.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@ function video_upload($args)
}


?>
?>
2 changes: 1 addition & 1 deletion module_webvideo.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ function webvideo_save_state($args)
}


?>
?>
2 changes: 1 addition & 1 deletion modules.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@ function run_service($service, $args = array())
}


?>
?>
2 changes: 1 addition & 1 deletion modules/download/download-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ $(document).ready(function() {
$.glue.object.register_alter_pre_save('download', function(obj, orig) {
$(obj).children('.download-ext').remove();
});
});
});
2 changes: 1 addition & 1 deletion modules/download/download-edit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/download/download.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@

#glue-contextmenu-download-public.glue-menu-enabled {
background-image: url(download-public-on.png);
}
}
2 changes: 1 addition & 1 deletion modules/iframe/iframe-edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

#glue-contextmenu-iframe-scroll.glue-menu-enabled {
background-image: url(iframe-scroll-on.png);
}
}
2 changes: 1 addition & 1 deletion modules/iframe/iframe-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ $(document).ready(function() {
$(obj).children('iframe').html('');
$(obj).children('.glue-iframe-shield').remove();
});
});
});
Loading

0 comments on commit 2d5c49a

Please sign in to comment.