Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The pull request for the changes since the last month #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ php_value extension php_imap.dll
php_value memory_limit 512M
php_flag display_errors on
RewriteEngine on
RewriteBase /sigmah-website
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
RewriteBase /~spmohanty/sigmah-website
66 changes: 66 additions & 0 deletions deployment_order
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
### This file will hold the order of deployment of different features, and they have to be carried out in that particular order, so changes of different deployment donot conflict
### This will mentione the issue number and link, and also the name of the deployment file attached to that issue

1) 0000322: Add table of all community members (http://www.sigmah.org/issues/view.php?id=322)
Name of deployment file : community_page_table.zip

2) 0000303: Questions, comments form 1/2 not transfered to part 2/2
Name of deployment file : front_page_question_comments.zip

3) 0000328: Add a management of the "blockquote" html tag
0000472: Blockquote overlapping comment author block

Name of deployment file : blockquote.zip

4) 0000461: News node cannot be hidden
name of deployment file : news_node_cannot_be_hidden.zip

5) 0000317: Add automatic language recognition on home page
name of deployment file : automatic_language_recognition.zip

6) 0000422: Improve presentation of news
name of deployment file : improve_presentation_of_news.zip

7) 0000462: Improved clarity of forum notification emails
name of deployment file : improve_presentation_of_news.zip

8) 0000326: Last modif date instead of creation date for date at the top of a user manual page
name of deployment file : last_modif_date.zip

9) 0000447: No value for max items to display set in some Views
name of deployment file : max_item_for_views.zip

10) 0000289: Spaces missing between "By", forum post author name and "at"
name of deployment file : spaces_after_by.zip

11) 0000464: Mantis - GitHub integration
name of deployment file : mantis_github_integration.zip

12) 0000446: Meaningful LInks in the URLS of all pages
name of deployemnt file : meaningful_url.zip

13) 0000310: No automatic revision on modification of a user guide
name of deployment file : automatic_revision.zip

14) 0000311: Showing diff of revisions
name of deployment file : diff_between_revisions.zip

15) 0000455: Better Integration of the Issues Tracker with the Sigmah-website project
0000466: Mantis button in the FCKeditor toolbar
0000418: Improve image insertion usability

name of deployment file : issue_tracker_integration.zip

16) 0000450: In Front Page, "Contribute to Sigmah" box, doesnt hav an intuitive interaction like the "Stay Informed", "Search" box just above

name of deployment file : contribute_to_sigmah_box.zip

17) 0000442: User personal directory not accessible for uploading files
name of deployment file : user_personal_directory

18) 0000465: [General] Installation of a Mailman server (spM)
0000373: [General] Add discussion list management for Steering Cooperative mailing list (spM)
name of deployment file : mailman_archives.zip

19) 0000470: [General] Connect and share with Facebook (spM) - assigned.
name of deployment file : fbConnect.zip
77 changes: 42 additions & 35 deletions sigmah_website.sql

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sites/all/modules/ckeditor/ckeditor.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CKEDITOR.editorConfig = function(config) {
['Source'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','SpellChecker', 'Scayt'],
['Undo','Redo','Find','Replace','-','SelectAll','RemoveFormat'],
['Image','IMCE','Flash','Table','HorizontalRule','Smiley','SpecialChar'],
['IMCE','Flash','Table','HorizontalRule','Smiley','SpecialChar'],
['Maximize', 'ShowBlocks'],
'/',
['Format'],
Expand All @@ -57,7 +57,7 @@ CKEDITOR.editorConfig = function(config) {
* if you change the name of DrupalBasic, you have to update
* CKEDITOR_FORCE_SIMPLE_TOOLBAR_NAME in ckeditor.module
*/
config.toolbar_DrupalBasic = [ [ 'Format', '-', 'Bold', 'Italic','insertIssueLink', '-', 'NumberedList','BulletedList', '-', 'Link', 'Unlink', 'Image','IMCE' ] ];
config.toolbar_DrupalBasic = [ [ 'Format', '-', 'Bold', 'Italic','insertIssueLink', '-', 'NumberedList','BulletedList', '-', 'Link', 'Unlink','IMCE' ] ];

/*
* This toolbar is dedicated to users with "Full HTML" access some of commands
Expand All @@ -68,7 +68,7 @@ CKEDITOR.editorConfig = function(config) {
['Source'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','SpellChecker', 'Scayt'],
['Undo','Redo','Find','Replace','-','SelectAll','RemoveFormat'],
['Image','IMCE','Flash','Table','HorizontalRule','Smiley','SpecialChar'],
['IMCE','Flash','Table','HorizontalRule','Smiley','SpecialChar'],
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript','insertIssueLink'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
Expand Down
Binary file modified sites/all/modules/ckeditor/plugins/imce/images/icon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions sites/all/modules/imce/inc/imce.page.inc
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,15 @@ function imce_upload_form(&$form_state, $ref) {
'#title' => t('File'),
'#size' => 30,
);
/**
if (!empty($imce['thumbnails'])) {
$form['thumbnails'] = array(
'#type' => 'checkboxes',
'#title' => t('Create thumbnails'),
'#options' => imce_thumbnail_options($imce['thumbnails']),
);
}
**/
$form['upload'] = array(
'#type' => 'submit',
'#value' => t('Upload'),
Expand Down
35 changes: 35 additions & 0 deletions sites/all/themes/rootcandy/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1074,3 +1074,38 @@ html.js fieldset.collapsed legend a {
div.admin {
padding-top:0;
}

/** Custom CSS addition by spM **/

/** Handling Blockquote rendering as discussed in issue : http://www.sigmah.org/issues/view.php?id=328 **/

blockquote {
background: #fff4D8;
padding-left : 3px;
padding-right : 3px;
padding-top : 1px;
padding-bottom : 1px;
border-left : #f6b034 1px solid;
border-right : #f6b034 1px solid;
width : 100%;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

/** Handles the wraping of text in the mail archives **/
.mailarchive {
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}

/** Handles the overriding of the labels on the IssueTracket popup **/
#cke_81_label {
display:inline !important;
}
#cke_84_label {
display:inline !important;
}
8 changes: 8 additions & 0 deletions sites/all/themes/sigmah_theme/new_css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1312,3 +1312,11 @@ white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}

/** Handles the overriding of the labels on the IssueTracket popup **/
#cke_81_label {
display:inline !important;
}
#cke_84_label {
display:inline !important;
}