mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 16:25:49 +03:00
[PR #82] [MERGED] Fox working #184
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JLiscom/OpenNote/pull/82
Author: @JLiscom
Created: 9/8/2014
Status: ✅ Merged
Merged: 9/8/2014
Merged by: @JLiscom
Base:
master← Head:Fox-Working📝 Commits (10+)
29a8868Small doc change5f1312eMerge pull request #64 from FoxUSA/master78ef729Small text changea78bb30Fixed but when no folders06b799fFixes https://github.com/FoxUSA/OpenNote/issues/663228a4fMerge branch 'Fox-Working' of git@github.com:FoxUSA/OpenNote.git intof4b8cc6Added symbolic link so config value is always correct for deployment.1c9097ahttps://github.com/FoxUSA/OpenNote/issues/77e380a80https://github.com/FoxUSA/OpenNote/issues/570b6ec72Refactored some code📊 Changes
22 files changed (+282 additions, -168 deletions)
View changed files
📝
OpenNote/.gitignore(+1 -0)📝
OpenNote/bower.json(+6 -6)📝
OpenNote/index.html(+12 -47)➖
OpenNote/openNote/animations/waveAnimation.js(+0 -13)📝
OpenNote/openNote/controllers/folderController.js(+16 -8)📝
OpenNote/openNote/controllers/listController.js(+26 -4)📝
OpenNote/openNote/controllers/loginController.js(+5 -1)📝
OpenNote/openNote/controllers/noteController.js(+39 -13)📝
OpenNote/openNote/controllers/searchController.js(+1 -1)📝
OpenNote/openNote/directives/randomFadeInDirective.js(+1 -3)📝
OpenNote/openNote/openNote.config.js(+2 -2)📝
OpenNote/openNote/openNote.js(+80 -43)📝
OpenNote/openNote/partials/folderPartial.html(+2 -2)➕
OpenNote/openNote/partials/listPartial.html(+12 -0)📝
OpenNote/openNote/partials/loginPartial.html(+2 -2)➕
OpenNote/openNote/partials/navBarPartial.html(+23 -0)📝
OpenNote/openNote/partials/searchPartial.html(+2 -2)📝
OpenNote/openNote/partials/treePartial.html(+4 -1)📝
OpenNote/openNote/services/userService.js(+28 -18)📝
OpenNote/openNote/style/animations.css(+2 -2)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.