Jocelyn Delalande
0aafbcc0b3
Update bootstrap-datepicker to 1.6.4
...
Actually switching to maintained fork at
https://github.com/uxsolutions/bootstrap-datepicker ; the original project
being unmaintained since 2012.
- Works with recent jQuery
- BS4 is not supported by bootstrap-datepicker, but actually, it works :-)
ref https://github.com/uxsolutions/bootstrap-datepicker/issues/1670
2017-02-07 15:38:18 +01:00
Jocelyn Delalande
c6c5f8657e
Adapt navigation bar to bootstrap 4
...
Also fixed some weird alignment issues.
I think this will need more work later (revamp the navbar layout to avoid that
sensation of thing which are floating at random places in the navbar).
2017-02-04 00:41:28 +01:00
Jocelyn Delalande
a3cbede680
Refactor layout based on bootstrap 4 grid
2017-02-04 00:41:20 +01:00
Jocelyn Delalande
37da1db38a
Update bootstrap dependency to bootstrap 4
2017-02-04 00:40:59 +01:00
Jocelyn Delalande
87d2dea9c8
Factor navbar between list_bills and settle_bill
2017-01-30 23:23:03 +01:00
A.Avenel
a0e94f3c11
bugfix : "Settle" link was not active on navbar.
2013-04-07 23:01:32 +02:00
A.Avenel
2b51131aa4
Merge git://github.com/Lastpixl/ihatemoney into HEAD
...
Conflicts:
budget/templates/layout.html
budget/templates/list_bills.html
2012-11-03 17:34:05 +01:00
A.Avenel
d0129abc0e
Bugfix : calendar widget not working when you edit a bill.
2012-09-03 18:11:31 +02:00
Frédéric Sureau
be32a2550e
Update to Boostrap v2.
...
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2012-04-05 15:40:09 +02:00
Xavier Mehrenberger
cb13fbb782
Split bills function and basic template.
2012-03-12 01:35:28 +01:00
Adrien CLERC
bd1b0aaff3
Add QTip2 and use it to display a message about access code on the first page.
2012-02-11 19:18:34 +01:00
46f9807806
Fix a little styling mistake. Now the menu displays the right way
2011-11-28 01:15:52 +01:00
8570e79170
reorganize the static folder structure
2011-11-28 00:20:30 +01:00
44060f03df
update bootstrap to the last version. Clean some css
2011-11-27 23:11:09 +01:00
bb146b09d7
Fix #54 . The flash message is now in green
2011-11-27 04:33:45 +01:00
Arnaud Bos
0fe49c13d5
See #54 . Move the flashing message to absolute positionning to avoid annoying shifting of the bills list.
2011-11-02 13:44:55 +01:00
A.Avenel
471ef87d3e
Bug fix in order to show the calendar widget when you edit a bill. Also fix another bug related to cancel button.
2011-11-02 00:23:21 +01:00
4e1819523f
Minor changes to the slidebar. See #34
2011-10-18 18:39:38 +02:00
Arnaud Bos
c3b3e2f770
Paint sidebar in green. Close #34
2011-10-18 04:30:34 +02:00
6f3b9dfda8
change the link in the footer as well
2011-10-18 00:04:50 +02:00
db7e1496b0
Add the ability to change the language explicitely. I'm not sure the UI is better with this. Any thoughts are welcome. Fix #35
2011-10-17 00:03:41 +02:00
f7a969240a
Add a datepicker (with support of i18n). Fix #37
2011-10-16 23:38:27 +02:00
ebcd64237d
clicking on the logo should return on the homepage
2011-10-15 21:49:27 +02:00
8acd4984dd
add the project's title in the list of bills
2011-10-15 02:40:19 +02:00
b07c8a9273
remove the archive feature for now
2011-10-15 02:25:12 +02:00
f61d1432c7
Translate the application using Flask-babel.
...
The only translation so far is french, but more can be added. The browser language
is used thanks to the HTTP languages headers.
There are still some problems with the translation of some strings, I don't know
why this is. See #12
2011-10-15 01:19:19 +02:00
Arnaud Bos
681f22f3e4
Merge branch 'master' into auth-forms-usability
2011-09-18 23:39:10 +02:00
20ab40690d
Provide a way to edit a project. Fix #17
2011-09-14 22:03:18 +02:00
5721be1d15
Fix #26 . Footer is now relative
2011-09-14 18:22:26 +02:00
Arnaud Bos
89e1bbe134
Make the identifier clearer to the end-user.
...
- Send an email to the user with the summary of the created project
containing a reminder of the identifier, password and a link.
- Add flash message with the identifier in the /invite page/
- Add a small note containing the identifier in the upper right corner
of the project main page.
2011-09-14 01:16:25 +02:00
ef353d643c
Refactor the application to use blueprints.
...
This allows to isolate some behavior in the context of the web application so
the API and the web application can behave in different ways.
2011-09-09 21:21:37 +02:00
a90959ba70
include bootstrap.css in the files to avoid weird changes in the future, Add a mention about the freedom of the project. Fixes #16
2011-08-21 14:57:05 +02:00
85549cc98d
graph some stuff from the spiral website
2011-08-21 03:16:54 +02:00
a6825cdcb7
styling & usability
2011-08-21 02:37:15 +02:00
7d60bee0ef
Re-design ( Fixes #19 )
2011-08-21 01:42:10 +02:00
402d756bf1
Make flash messages go away after 2 seconds.
2011-08-10 23:55:07 +02:00
67350e7acc
Add some simple javascript for usability.
...
* Ask confirmation before deleting an user
* Display the form when clicking on the add bill button
* Only show the delete button (for users) on mouse over.
2011-08-10 19:23:54 +02:00
04fa8d5b02
Styling stuff. Fixes #9 (Adds a menu)
2011-08-09 23:49:44 +02:00
548101d8bb
Some more theming and fixes.
2011-07-31 23:55:02 +02:00
2df6e11f05
Adding a bill is now working properly
2011-07-31 00:41:28 +02:00
ea136b506b
List existing sessions on the home.
...
Also factorize the code to display errors in forms.
2011-07-30 15:47:51 +02:00
a3b49a231f
Manage users creation
2011-07-23 20:36:13 +02:00
4fcaf7d7ec
Kick-start multiple projects support.
...
This commit adds:
* support for projects (creation not yet finished)
* an authentication mechanism
* bugs (basically all the features are not working anymore)
2011-07-23 15:54:23 +02:00
de708ce3ef
reshape the folder structure. Add conf files
2011-03-10 17:32:53 +00:00